- PostgreSQL
- Ruby >= 2.3
- Pow
Install pow by:
$ curl get.pow.cx | sh
In order to use a http://wwww.webdevtalks.dev testing domain (required to ease oauth login), proceed to:
-
Rename directory app as www.webdevtalks
-
Run the following:
$ powder link
This will create a symlink in ~/.pow
pointing to the app.
For installing ruby gem dependencies run:
$ bundle install
Then, copy .env.example
and ensure github and google tokens.
Now run:
$ rake db:setup
You should be ready to go.
Start the app by running:
$ powder up
Stop powder:
$ powder down