From e5dc6e237e9b2480ba94186b0beb1d813df35c8f Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Sat, 17 Aug 2019 23:32:49 +0530 Subject: [PATCH] Update Readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4a929046..6471c102a 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,20 @@ - -# Chatwoot - ![ChatUI progess](https://chatwoot.com/images/dashboard-screen.png) ## Build Setup ``` bash # install JS dependencies -yarn +yarn install # install ruby dependencies bundle +# copy database config +cp shared/config/database.yml.sample config/database.yml + +# run db migrations +bundle exec rake db:migrate + # fireup the server foreman start ```