This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| edxapp@precise64:~/edx-platform$ paver devstack lms | |
| ---> pavelib.servers.devstack | |
| ---> pavelib.prereqs.install_prereqs | |
| ---> pavelib.prereqs.install_ruby_prereqs | |
| bundle install --quiet | |
| ---> pavelib.prereqs.install_node_prereqs | |
| test `npm config get registry` = "http://registry.npmjs.org/" || (echo setting registry; npm config set registry http://registry.npmjs.org/) | |
| npm install | |
| npm WARN package.json edx@0.1.0 No repository field. | |
| ---> pavelib.prereqs.install_python_prereqs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| These links: | |
| http://help.nitrous.io/heroku/ and | |
| http://help.nitrous.io/heroku-rails/ | |
| are good, but they're missing some information for deploying simple apps to Heroku. | |
| This assumes that you already have Git and GitHub set up on Nitrous.io and you've been | |
| pushing your code to GitHub throughout development. | |
| -Do the first five steps of this page: http://help.nitrous.io/heroku/. Skip the rest | |
| of the steps. |