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
Always use the -l brian.feister@gmail.com flag for rhc commands to be scoped to the proper org / account
SSH into the app via ssh 559b11c3500446f9e900005c@openlegend-openlegend.rhcloud.com
From ssh'd inside the app, get a status of disk usage quota with quota -s or a listing of the 50 largest files in ascending order with du -h * | sort -rh | head -50
Install & Run
Clone this repo
make sure you have npm and jspm installed globally
npm install && jspm install
Run Production Mode Locally
Complete initial install above
from project root, gulp compile-all watch will compile everything and start the watcher
in a separate bash shell, start the project node server from client/dist cd {project root}/client/dist && npm start
Deploy
Run gulp compile-production to copy and compile assets into the /dist directory.
Navigate to /dist (we deploy from there at present)
git add -A
git commit -a -m 'my descriptive commit message'
Log into GCE console at https://console.cloud.google.com/cloudshell/editor?project=ordinal-quarter-116902