Skip to content

Update CRMint from the dev branch

Pierre Dulac edited this page Nov 28, 2018 · 6 revisions

Step by step update

  1. Go to https://console.cloud.google.com
  2. Select or create your project
  3. Click "Cloud Shell" button 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!