Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 448 Bytes

README.md

File metadata and controls

40 lines (20 loc) · 448 Bytes

README

Deployment instructions

git clone git@github.com:vedabrat/techit_ror.git

cd techit_ror

bundle install

rails s

heroku create

heroku open

Successful System dependencies/config (so far)

Ubuntu 16.04

rvm

rbenv

Additional things to cover (TODO):

  • Ruby version

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • ...