I just deployed the git repository to my Openshift application . The game runs locally on my computer by running
gulp
Trying to do it on Openshift after ssh'ing
I just set up a local conversation
npm install bower
and then tried bower install , but it turned out the following:
Error: EACCES, permission denied '/var/lib/openshift/53dd22222e0b8cdd07d00026f/.config' at Object.fs.mkdirSync (fs.js:642:18)
npm installation works fine
How to start a gazebo?
Another problem is that after deploying with app-deploy inside my .git deployed files seem to be a few commits for what I had on my computer. How to get the latest files there with rhc app-deploy
I don't even see the git repo there. in cd app-root/repo/
source share