This is the repo for the Coderx website.
- First, we need to build the web application.
$ git clone https://github.com/zmcnellis/codeEvalPrototype.git
$ cd codeEvalPrototype
$ npm install
$ bower install
$ npm start
View at http://localhost:8080
- Next, attach heroku to the git repository.
$ sudo apt-get install heroku-toolbelt
$ heroku git:remote -a coderx
- Make your usual changes using git add/commit/push. Then deploy the application to heroku.
$ git push heroku master
- Add heroku environment variables to point to the clang-3.3 installation.
$ heroku config:set LD_LIBRARY_PATH=/app/vendor/lib
$ heroku config:set PYTHONPATH=/app/clang-3.3
(Optional) Check to make sure environment variables are set correctly.
$ heroku config
=== coderx Config Vars
LD_LIBRARY_PATH: /app/vendor/lib
PYTHONPATH: /app/clang-3.3
- Visit page at http://coderx.herokuapp.com/
- Dr. Brian Malloy
- Zachary McNellis
...