Skip to content

Druotic/blogger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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. :)

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 83.6%
  • CSS 13.2%
  • JavaScript 3.2%