team yoloswag and their hackathon app
-
Install postgres
sudo apt-get install postgresql postgresql-contrib
and set it up. -
Create and prepare the database from scratch.
-
Create the db:
createdb codebench
-
Connect:
psql -U postgres codebench
orpsql codebench
-
Create tables:
\i <path to .sql file>
-
Edit
settings.js
to point to the db.postgres://<user>:<pw>@<ip>:<port>/codebench
, default localhost:5432.
I've taken the liberty of creating a Droplet for us on Digital Ocean,
You will need SSH access to get into the Droplet, so let me know if you want to hack on the Droplet
#Versions of Stuff
Postgresql - 9.3
Node - 0.10.24
RabbitMQ - 3.2.2