- Connect to
vpn.emory.edu
- Pull the latest version of
main
- Ensure you have the ip address of the server you are deploying to set in the appropriate env variable in
.env.development
e.g. for Arch, the env variableARCH_SERVER_IP
must be set. - Ensure you are authorized to access the server you are deploying to. You can verify your access by trying to ssh into the server e.g.
ssh deploy@SERVER_IP_ADDRESS
. - To deploy, run
BRANCH={BRANCH_NAME_OR_TAG} bundle exec cap {ENVIRONMENT} deploy
. To deploy main for instance, you runBRANCH=main bundle exec cap arch deploy
.
- Hyrax: http://localhost:3000/
- Solr: http://localhost:8983/solr/#/
- Fedora Commons: http://localhost:8080/fcrepo/rest