2019-09-05 07:55:41 +00:00
< p align = "center" >
2019-10-06 03:53:24 +00:00
< img src = ".github/woot-logo.svg" alt = "Woo-logo" width = "240" >
2019-11-23 18:14:44 +00:00
< div align = "center" > A simple and elegant live chat software< / div >
< div align = "center" > An opensource alternative to Intercom, Zendesk, Drift, Crisp etc.< / div >
2019-09-05 07:55:41 +00:00
< / p >
2019-10-06 03:53:51 +00:00
2019-08-28 07:32:31 +00:00
___
2019-11-04 07:19:01 +00:00
< p align = "center" >
< a href = "https://codeclimate.com/github/chatwoot/chatwoot/maintainability" > < img src = "https://api.codeclimate.com/v1/badges/80f9e1a7c72d186289ad/maintainability" alt = "Maintainability" > < / a >
< img src = "https://img.shields.io/circleci/build/github/chatwoot/chatwoot" alt = "CircleCI Badge" >
< img src = "https://img.shields.io/github/license/chatwoot/chatwoot" alt = "License" >
2019-11-23 18:14:44 +00:00
< img src = "https://img.shields.io/github/commit-activity/m/chatwoot/chatwoot" alt = "Commits-per-month" >
< img src = "https://img.shields.io/discord/647412545203994635" alt = "Discord" >
< a href = "https://discord.gg/cJXdrwS" > < img src = "https://img.shields.io/badge/chat-Discord-violet?logo=discord" alt = "Chat on Discord" > < / a >
2019-11-04 07:19:01 +00:00
< / p >
2019-10-06 15:47:55 +00:00
![ChatUI progess ](./.github/dashboard-screen.png )
2019-08-14 09:48:44 +00:00
2019-11-23 18:14:44 +00:00
## Background
Chatwoot is a customer support tool for instant messaging channels which can help businesses to provide exceptional customer support. The development of Chatwoot started in 2016 and it failed to succeed as a business and eventually shut the shop in 2017. During 2019 #Hacktoberfest , the maintainers decided to make it opensource instead of letting the code rust in a private repo. With a pleasant surprise, Chatwoot became a trending project on Hacker News and best of all, got lots of love from the community.
Now, a failed project is back on track and the prospects are looking great. The team is back to working on the project and we are building it in the open. Thanks to the ideas and contributions from the community.
2019-10-02 03:41:16 +00:00
## Quick Setup
2019-08-14 09:48:44 +00:00
2019-08-17 20:23:55 +00:00
### Install JS dependencies
2019-08-14 09:48:44 +00:00
``` bash
2019-08-17 18:02:49 +00:00
yarn install
2019-08-17 20:23:55 +00:00
```
2019-11-18 01:02:06 +00:00
### Install ImageMagick
2019-08-17 20:23:55 +00:00
```bash
brew install imagemagick
```
### Setup rails server
2019-08-14 09:48:44 +00:00
2019-08-17 20:23:55 +00:00
```bash
2019-08-14 09:48:44 +00:00
# install ruby dependencies
bundle
2019-10-22 05:37:29 +00:00
# Copy configurations
./configure
2019-08-17 19:14:44 +00:00
2019-08-17 18:02:49 +00:00
# run db migrations
2019-08-19 08:19:57 +00:00
bundle exec rake db:create
bundle exec rake db:reset
2019-08-17 18:02:49 +00:00
2019-08-14 09:48:44 +00:00
# fireup the server
2019-08-19 08:19:57 +00:00
foreman start -f Procfile.dev
2019-08-14 09:48:44 +00:00
```
2019-08-19 08:19:57 +00:00
### Login with credentials
2019-08-28 07:32:31 +00:00
```bash
2019-08-19 08:19:57 +00:00
http://localhost:3000
2019-10-20 10:49:12 +00:00
user name: john@acme.inc
2019-08-19 08:19:57 +00:00
password: 123456
2019-08-28 07:32:31 +00:00
```
2019-10-13 04:28:32 +00:00
## Detailed documentation
2019-10-02 03:41:16 +00:00
2019-10-09 12:28:14 +00:00
Detailed documentation is available at [www.chatwoot.com/docs ](https://www.chatwoot.com/docs )
2019-10-02 03:41:16 +00:00
2019-09-05 06:46:56 +00:00
## Contributors ✨
2019-10-13 04:28:32 +00:00
Thanks goes to all these [wonderful people ](https://www.chatwoot.com/docs/contributors ):
2019-09-05 07:55:41 +00:00
2019-11-18 08:46:35 +00:00
< a href = "https://github.com/chatwoot/chatwoot/graphs/contributors" > < img src = "https://opencollective.com/chatwoot/contributors.svg?width=890&button=false" / > < / a >
2019-11-04 07:19:01 +00:00
2019-09-05 07:55:41 +00:00
*Chatwoot* © 2017-2019, ThoughtWoot Inc - Released under the MIT License.