Lunch-Mator

The lunch meetup app.

lunch-mator

Dev setup

DB

  1. Install postgress (for mac try this)
  2. create a database called lunch_mator
  • $ createdb lunch_mator
  1. create user app
  • $ createuser -P -s -e app
Role "app" with password "root" on database lunch_mator

typings

npm install -g typings
typings install

SASS Compiler

gem install sass

Run

For dev

sbt run -Dconfig.resource=application.test.conf -Dlogger.resource=test-logback.xml

For prod

sbt dist

and then

unzip DIST_FILE
sudo DIST_FILE/bin/lunch-mator -Dhttp.port=80