Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ch4s3/fake-block
https://github.com/ch4s3/fake-block
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ch4s3/fake-block
- Owner: Ch4s3
- Created: 2014-02-25T00:34:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-20T00:29:06.000Z (over 10 years ago)
- Last Synced: 2024-03-16T06:01:35.721Z (10 months ago)
- Language: CSS
- Size: 3.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
== README
This is a standard rails app
* Ruby version: jruby 1.7.10
* Rails version: 4.0.2
* PostgresTo run locally, set up ruby, rails and postgres
http://www.postgresql.org/download/ --download and follow the guide
use the database.sample.yml as a guide to config your Database
gem install rails
rvm install jruby
bundle
rake db:migrate
rails sVisit in browser: localhost:3000/
rake db:reset is also useful
For Admin Panel:
localhost/adminlogin: [email protected]
password: password