Demo
https://natural-db.com.
One-click deployments
Currently looking into:
Let's see if this works, heroku didn't work.
Not supported for now:
In order to make the heroku deployment work properly, a custom Amazon RDS instance would have to be configured. HMU in the gitter and I'll guide you through it if you want to deploy to heroku. Be aware that the Amazon RDS instance will cost money.
Getting started
- Clone this repository:
$ git clone https://github.com/LemonAndroid/natural-backend.git
- Install redis
$ sudo apt install redis
- Change into the app directory:
$ cd natural-backend
- Install dependencies:
$ bundle install
- Setup database:
$ bundle exec rake db:setup
- Start the application:
$ bundle exec rails server
- Start sidekiq:
$ bundle exec sidekiq