Skip to content

tonytonyjan/good_lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency

  • Un*x
  • Ruby
  • Git

How to Build

Install Git

Debian

$ sudo apt-get install git

Install Ruby

We suggest you use RVM

$ \curl -L https://get.rvm.io | bash -s stable
$ rvm install 2.0.0
$ rvm use 2.0.0 --default

Install Required Gems

$ gem install rake bundler rails -N

Clone and Build the Project

$ git clone git@github.com:tonytonyjan/good_lock.git
$ cd good_lock
$ bundle install
$ rake db:setup
$ rails server

Go to http://localhost:3000

Rake Tasks

Fetch News

$ rake news:fetch

Export News

$ rake news:export

To see more rake tasks, type rake -D news

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published