Update Readme
This commit is contained in:
parent
4fceb59eb2
commit
e5dc6e237e
1 changed files with 7 additions and 4 deletions
11
README.md
11
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue