-
Setup Account with mLab
-
Copy mongoDB access point into app.js:
$ var mongoURI = process.env.MONGOLAB_URI || 'YOUR MONGODB CONNECTION ON mLAB';
-
Install Node.js
-
Navigate to the root directory
-
Install npm dependencies:
$ npm install $ npm install --global gulp
-
Use
gulp
to run the application -
Navigate your browser to http://localhost:4000
- Simply push your experimental changes to the
develop
branch. - Changes may be view on the staging site.
In order to login as peter, use the following credentials
username: peter@enque.com
password: peter
The live app can be found here.
Slack Integration can be found here
team-fubar.slack.com
username: gev@ucsd.edu
password: teamfubar
Go to the Codeship website. Use the following credentials:
username: gev@ucsd.edu
password: teamfubar
Click the restart button on the latest build to rebuild it.