Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
/ verby Public archive

An application for monetizing writers and bloggers content

Notifications You must be signed in to change notification settings

iamcaleberic/verby

Repository files navigation

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