项目作者: iamcaleberic

项目描述 :
An application for monetizing writers and bloggers content
高级语言: Ruby
项目地址: git://github.com/iamcaleberic/verby.git
创建时间: 2016-04-21T17:49:50Z
项目社区:https://github.com/iamcaleberic/verby

开源协议:

下载


Build Status
CircleCI

Verby

Blogger and writers content https://verby.io

  • Make sure you have Ruby 2.4.1 , Rails 5.1.1 , Bundler and Redis Installed.

Running

Run Bundle Install to install Gems / Dependencies

If you dont have redis
Run apt-get install redis-server as superuser

Run redis-server on new terminal instance

Alter `config/database.yml to add favorite database

Run rake db:create to create database

Run rake db:migrate to migrate data

Run rails server to serve on localhost:3000

Open http://localhost:3000 on browser