Skip to content

nolo900/Hours

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hours - Docker Setup

First make sure docker is installed.

Setup Network

Clone and run traefik, its a small docker container that handles local domain name routing

  • git clone https://github.com/nolo900/traefik_docker.git
  • cd traefit_docker
  • docker network create dev
  • docker-compose up

Setup this project

clone repo this repo, then..

  • cd Hours
  • docker-compose build
  • docker-compose run --rm app rake db:create
  • docker-compose run --rm app rake db:migrate
  • docker-compose up

About

Time registration that doesn't suck

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 65.5%
  • CSS 16.1%
  • HTML 15.2%
  • CoffeeScript 1.6%
  • JavaScript 1.2%
  • Shell 0.3%
  • Dockerfile 0.1%