Mon7 / mon7-bootstrap

A Sinatra project template

Home Page:http://www.mon7.se/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

Install gems

bundle install

Set environment variables

Set variables used by Procfile

echo "RACK_ENV=development" >> .env

Run the application

bundle exec foreman start

Tips and trix

To run rake tasks that need information from .env:

foreman run rake taskname

About

A Sinatra project template

http://www.mon7.se/


Languages

Language:Ruby 97.9%Language:JavaScript 2.1%