Update Readme

This commit is contained in:
Pranav Raj S 2019-08-17 23:32:49 +05:30 committed by GitHub
parent 4fceb59eb2
commit e5dc6e237e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +1,20 @@
# Chatwoot
![ChatUI progess](https://chatwoot.com/images/dashboard-screen.png) ![ChatUI progess](https://chatwoot.com/images/dashboard-screen.png)
## Build Setup ## Build Setup
``` bash ``` bash
# install JS dependencies # install JS dependencies
yarn yarn install
# install ruby dependencies # install ruby dependencies
bundle bundle
# copy database config
cp shared/config/database.yml.sample config/database.yml
# run db migrations
bundle exec rake db:migrate
# fireup the server # fireup the server
foreman start foreman start
``` ```