...
Tip | ||
---|---|---|
| ||
The Tags tab will let you select which changeset, and format, that you want to download. |
Mercurial:
1. https://bitbucket.org/sfgovdt/eas/downloads/?tab=tags
2. https://bitbucket.org/sfgovdt/sfeas_config/downloads/?tab=tags
3. https://bitbucket.org/sfgovdt/thirdparty/downloads/?tab=tags
...
Git:
1. https://bitbucket.org/sfgovdt/easx/downloads/?tab=tags
2. https://bitbucket.org/sfgovdt/easconfigxsf/downloads/?tab=tags
3. https://bitbucket.org/sfgovdt/thirdpartyx/downloads/?tab=tags
Unzip the three downloaded zip files.
Extract the contents of each unzipped folder.
Example folder names
Mercurial:
sfgovdt-eas-caaed66d58b3.zip
sfgovdt-sfeas_config-ff939b913451.zip
sfgovdt-thirdparty-8a1b00afcb15.zip
Uncompress the files.
...
Git:
sfgovdt-easeasx-caaed66d58b37a7a6ad72b0f
sfgovdt-sfeas_configeasconfigxsf-ff939b913451bd73cd53771c
sfgovdt-thirdpartythirdpartyx-8a1b00afcb1508f69eb30d1a
Note |
---|
Again, the folder names are important, so do not change them. |
Example of downloaded repository folders (compressed and uncompressed) in Windows:
...
B. Download Workaround Deployment Scripts
Download the latest version of these five files from the /eas/web/bin/
source folder.
Mercurial: https://bitbucket.org/sfgovdt/eas/src/default/web/bin/
Git: https://bitbucket.org/sfgovdt/easx/src/master/web/bin/
1. deploy_eas_init.sh
2. deploy_eas_source.py
3. deploy_eas.sh
4. set_eas_mode.sh
5. set_eas_env.sh
2. FTP the 3 folders and 5 files to the /var/tmp
folder of the server(s) to be deployed
Example of uploading the files from Windows to the /var/tmp
directory of the target server using FTP tool FileZilla (via Mercurial):
See also https://filezilla-project.org/
...