Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.01 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.01 KB

Coderx Prototype

This is the repo for the Coderx website.

Installation

  1. 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

  1. Next, attach heroku to the git repository.
$ sudo apt-get install heroku-toolbelt
$ heroku git:remote -a coderx
  1. Make your usual changes using git add/commit/push. Then deploy the application to heroku.
$ git push heroku master
  1. 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
  1. Visit page at http://coderx.herokuapp.com/

Team

  • Dr. Brian Malloy
  • Zachary McNellis

Notes

...