summasmiff / chore-calendar

a chore calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chore Calendar

"I want a web application to control the flow of chore responsibilities from day to day."

How to Run

Install the Docker Toolbox. In a terminal in this directory:

eval $(docker-machine env default --shell=bash)
docker-compose build
docker-compose up
cp dotenv.development .env

Customize .env and set a default username and password for signing in.

Run migrations and seeds:

docker-compose run --rm chore bin/rake db:migrate db:seed

Visit 192.168.99.100:3000.

About

a chore calendar


Languages

Language:Ruby 59.2%Language:HTML 17.3%Language:JavaScript 15.4%Language:CSS 8.1%