Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 554 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 554 Bytes

Welcome to the sample application.

Please follow the steps to setup the application:

  1. Setup a test directory: mkdir ~/test

  2. Clone the repository: git clone [email protected]:shanil-puri/blogger.git

  3. Setup your database.yml as shown in 'database.yml.copy'

  4. Run the following commands:

    1. bundle install
    2. 'rake db:create'
    3. 'rake db:migrate'
    4. 'rake setup_sample_application'
  5. Your application is good to go. Time to become a famous writer. :)

  6. Start your sever using: 'rails server'

Enjoy playing with the application. :)