You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.