- Always use the
-l brian.feister@gmail.comflag forrhccommands 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 -sor a listing of the 50 largest files in ascending order withdu -h * | sort -rh | head -50
- Clone this repo
- make sure you have
npmandjspminstalled globally npm install && jspm install
- Complete initial install above
- from project root,
gulp compile-all watchwill 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-productionto copy and compile assets into the/distdirectory. - Navigate to
/dist(we deploy from there at present) git add -Agit 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 mastergcloud app deploy ./app.yaml