项目作者: dapmas

项目描述 :
A Blogging Platform
高级语言: JavaScript
项目地址: git://github.com/dapmas/web470blog.git
创建时间: 2015-03-05T06:19:19Z
项目社区:https://github.com/dapmas/web470blog

开源协议:

下载


Readme

webBlog is a blogging platform which intends to bring passionate bloggers under one roof.

Prerequisites :

  • Versions :

    • Rails 4.1.6
    • Ruby 2.1.3
    • sass-rails 4.0.3
    • delayed_paperclip 2.7.1
    • kaminari 0.15.1
    • rails-config 0.3.3
  • Installation ( For Ubuntu )

    1. Install Ruby and Rails. Follow this blog to get rails up and running. Use this to get a hold on rails.
    2. Install PostgresSql to set up DB. Follow this in case you need help.
    3. Install git
    4. Install pgadmin
  • Development

    1. Fork and then Clone web470blog, then run following commands.
    • 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 :

  • Add user Auntenticaion.
  • Add comments section.
  • Do slugfix.
  • Use Unicorn instead of webrick.