...
There are three EAS repositories to download. The
Note |
---|
The names of the repository folders are important. It is recommended that the repositories be |
...
download by using a |
...
Web browser in the |
Tip | ||
---|---|---|
| ||
The Tags tab will let you select which changeset, and format, that you want to download. |
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
The downloaded compressed files will be named something like these:
...
sfgovdt-eas-caaed66d58b3
sfgovdt-sfeas_config-ff939b913451
sfgovdt-thirdparty-8a1b00afcb15
Note |
---|
...
Again, the folder names are important, so do not change them. |
Example of downloaded repository folders (compressed and uncompressed) in Windows:
...
cd /var/tmp |
4. Change permissions of shell scripts
sudo chmod u+x *.sh |
5. Move shell scripts to their correct
...
locations
sudo cp deploy_eas_init.sh /var/www/html |
...
Note |
---|
Leave the 3 repository folders |
...
in the directory |
6. Run the deployment script as sudo
...