AnkushKhanna / lunch-mator

Home Page:lunch-mator.rebuy.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

lunch-mator.rebuy.de


Languages

Language:CSS 52.0%Language:Scala 24.4%Language:TypeScript 17.2%Language:HTML 5.8%Language:Shell 0.3%Language:SQLPL 0.2%