An application for monetizing writers and bloggers content
Blogger and writers content https://verby.io
- Make sure you have
Ruby 2.4.1
,Rails 5.1.1
,Bundler
andRedis
Installed.
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