Skip to content

timotheeguerin/hourglass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hourglass

Hourglass

How to Install

On Ubuntu 14.04:

sudo apt-get install imagemagick libmagickwand-dev

Once repo has been cloned:

$ bundle install
$ figaro install
$ cat config/application.yml

db_username: hourglass
db_password: "This is no password."

github_client_id: "Not a client ID"
github_client_secret: "Not a client secret"

repositories_base: "~/.tmp/hourglass/"
$ redis-server # Starts the redis server
$ sidekiq # Starts the sidekiq instance
$ rake db:create # Make the schema manually if fails
$ rake db:migrate
$ rails s

About

Hourglass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors