Skip to content

zmcnellis/codeEvalPrototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coderx Prototype

This is the repo for the Coderx website.

Installation

  1. First, we need to build the web application.
$ git clone https:/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

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published