Welcome to the sample application.
Please follow the steps to setup the application:
-
Setup a test directory: mkdir ~/test
-
Clone the repository: git clone [email protected]:shanil-puri/blogger.git
-
Setup your database.yml as shown in 'database.yml.copy'
-
Run the following commands:
- bundle install
- 'rake db:create'
- 'rake db:migrate'
- 'rake setup_sample_application'
-
Your application is good to go. Time to become a famous writer. :)
-
Start your sever using: 'rails server'
Enjoy playing with the application. :)