Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Replaced warning signs with built-in Note and Tip widgets.

...

There are three EAS repositories to download.(warning) 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 downloads section of each repository. It is important to accept the default name for the downloaded folders.


Tip
titleTags Tab

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
  sudo cp deploy_eas_source.py /var/www/html
  sudo cp deploy_eas.sh /var/www/html
  sudo cp set_eas_mode.sh /var/www/html
  sudo cp set_eas_env.sh /var/www/html

...


Note

Leave the 3 repository folders

...

in the directory /var/tmp/

6. Run the deployment script as sudo

...