-
Notifications
You must be signed in to change notification settings - Fork 80
Update CRMint from the dev branch
Pierre Dulac edited this page Nov 28, 2018
·
6 revisions
- Go to https://console.cloud.google.com
- Select or create your project
- Click "Cloud Shell" button
You are now ready to copy-paste these commands into the Cloud Shell Terminal:
cd crmint
git fetch origin
git checkout dev
git pull --rebase
# Re-run the setup in case new elements are needed.
bin/app cloud setup
# Deploy the updated App Engine services.
bin/app cloud deploy
Congratulations, you have updated CRMint!