A Blogging Platform
webBlog is a blogging platform which intends to bring passionate bloggers under one roof.
Prerequisites :
Versions :
Installation ( For Ubuntu )
Development
git clone "link of repo"
cd /path/to/project
bundle install
rake db:create
rake db:migrate
rails routes
rails server
Now You have server running up. Finally go to browser site localhost:3000
.
Things need to be done :