Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thypon/brandit
https://github.com/thypon/brandit
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thypon/brandit
- Owner: thypon
- Created: 2013-05-11T13:30:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-19T15:44:43.000Z (over 11 years ago)
- Last Synced: 2024-10-16T08:08:51.545Z (3 months ago)
- Language: Ruby
- Size: 9.03 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== Install Dependencies
Into the project folder, run the command:
> bundle install
== Run The Project
First migrate the database with
> rake db:migrate
Then run the fixtures to populate the Database with Dummy Data
> rake db:fixtures:load
Finally starts the server with
> rails server
Now you can navigate to the project pages at:
> browser http://localhost:3000/