Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

webdevtalks/www

Repository files navigation

About

travis codeclimate coveralls

Setup

Dependencies

  • PostgreSQL
  • Ruby >= 2.3
  • Pow

Pow

Install pow by:

$ curl get.pow.cx | sh

Configure

Pow

In order to use a http://wwww.webdevtalks.dev testing domain (required to ease oauth login), proceed to:

This will create a symlink in ~/.pow pointing to the app.

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