Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonytonyjan/good_lock
https://github.com/tonytonyjan/good_lock
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonytonyjan/good_lock
- Owner: tonytonyjan
- Created: 2013-11-02T02:25:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-14T17:51:19.000Z (about 11 years ago)
- Last Synced: 2024-04-09T21:30:10.038Z (9 months ago)
- Language: Ruby
- Size: 2.11 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dependency
==========* Un*x
* Ruby
* GitHow to Build
============Install Git
-----------### Debian
```
$ sudo apt-get install git
```Install Ruby
------------We suggest you use [RVM](https://rvm.io/)
```
$ \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 [email protected]:tonytonyjan/good_lock.git
$ cd good_lock
$ bundle install
$ rake db:setup
$ rails server
```Go to [http://localhost:3000](http://localhost:3000)
Rake Tasks
==========Fetch News
----------```
$ rake news:fetch
```Export News
-----------```
$ rake news:export
```To see more rake tasks, type `rake -D news`