Update Readme
This commit is contained in:
11
README.md
11
README.md
@@ -1,17 +1,20 @@
|
|||||||
|
|
||||||
# Chatwoot
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user