Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 428 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 428 Bytes

Jottings

intro

Dependencies:

  • Ruby
  • Node
  • PostgreSQL
  • Redis
  • MongoDB

Setup

  1. Set up jottings-sharedb
  2. Run bundle install
  3. Run rails db:setup
  4. Run rails t

Development

  1. Run bundle exec foreman start -f Procfile.dev

Deployment

  1. Run git push dokku master