kabaken/Tokyo-Blackouts-rails-edition
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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!