Skip to content

1. Deploying Builds

juyaolongpaul edited this page Apr 15, 2018 · 1 revision

dev Environment

Logged-in as a user with git clone permissions for this repo, run the following commands:

cd /srv/webapps/elvisdb/dev/
./deploy_dev.sh

You may be prompted to enter your superuser password.

prod Environment

Logged-in as a user with git clone permissions for this repo, run the following commands:

cd /srv/webapps/elvisdb/prod/
./deploy_prod.sh

You may be prompted to enter your superuser password.