Skip to content

kabaken/Tokyo-Blackouts-rails-edition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

Get gems
> bundle install

Init sqlite3 DB
> rake db:migrate

Pull data from www.tepco.co.jp
> rails runner 'AddressGroup::refresh'

You need to download Sencha Touch from http://www.sencha.com/products/touch/download/
Then unzip them to /public as /public/sencha-touch

> cd public
> unzip where/ever/sencha-touch-1.*.*.zip
> mv sencha-touch-1.*.* sencha-touch

Start Server
> rails s

top - http://localhost:3000/
admin - http://localhost:3000/admin/

That's it!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors