Skip to content

Deploy instructions

emmagcta edited this page Mar 12, 2019 · 1 revision

Meteor Up is used to deploy this app. Ref: https://github.com/kadirahq/meteor-up

Deploy configs

./deploy/cta-home-aws

  • This is for AWS server for http://home.ctagroup.org

  • This server is behind http auth. Following are the user credentials.

  • easyengine / bLGMpn

  • You need to have CTA AWS server's home.pem key.

  • Once you have it, rename it and put the file under ~/.ssh/home.pem path. Because it is configured this way for deploy config.

  • Change file permissions of home.pem. chmod 400 ~/.ssh/home.pem

First time steps

Install meteor-up. npm install -g mup

Deploy steps

Go to directory ./.deploy/<server-dir>. Run mup deploy. This command will initiate the deployment of the current version of project in your filesystem.

Clone this wiki locally