- Always use the
-l brian.feister@gmail.com
flag forrhc
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 withdu -h * | sort -rh | head -50
- Clone this repo
- make sure you have
npm
andjspm
installed globally npm install && jspm install
- 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
- 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
cd src/ordinal-quarter-116902/open-legend-ui/
git pull origin master
gcloud app deploy ./app.yaml