This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
General | |
Complete name : file_name_spoof.mp4 | |
Format : MPEG-4 | |
Format profile : Base Media | |
Codec ID : isom | |
File size : 1.13 MiB | |
Duration : 14s 676ms | |
Overall bit rate : 643 Kbps | |
Encoded date : UTC 1904-01-01 00:00:00 | |
Tagged date : UTC 1904-01-01 00:00:00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rsync -rcnv --delete cspace-apache-tomcat-7.0.57/* apache-tomcat-7.0.57/ | |
building file list ... done | |
deleting temp/safeToDelete.tmp | |
LICENSE | |
NOTICE | |
RELEASE-NOTES | |
RUNNING.txt | |
env.txt | |
bin/._setenv.sh | |
bin/catalina-tasks.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Redeploy CSpace Code to CSpace Tomcat | |
hosts: all | |
tasks: | |
- name: Shut down CSpace Tomcat before deployment | |
sudo: true | |
service: | |
name: cspace-tomcat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<document repository="default" id="b0e95309-63b5-4fe2-8026-5d5f9574b629"> | |
<system> | |
<type>Person</type> | |
<path>Persons/b0e95309-63b5-4fe2-8026-5d5f9574b629</path> | |
<lifecycle-state>project</lifecycle-state> | |
<lifecycle-policy>default</lifecycle-policy> | |
<access-control> | |
<acl name="inherited"> | |
<entry principal="Administrator" permission="Everything" grant="true"/> | |
<entry principal="members" permission="Read" grant="true"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Deploy CSpace Code to CSpace Tomcat | |
hosts: all | |
tasks: | |
- name: Check for existance of tenant source directory | |
stat: | |
path: "{{ tenant_source }}" | |
register: tenant_source_register |
OlderNewer