No description
Find a file
2019-10-05 17:12:50 +08:00
.circleci Update circle CI command to fix rspec (#23) 2019-08-31 12:11:10 +05:30
.github Fix pixelated logo in readme 2019-09-05 13:25:41 +05:30
app Refactor for notify_status_change (#106) 2019-10-05 17:12:50 +08:00
bin [Rubocop] Fixing issues in bin/webpack-dev-server (#89) 2019-10-02 14:13:41 +08:00
config Cleanup message model, fix reporting listener issues 2019-08-31 04:08:00 +05:30
db Upgrade to rails 6 💎 (#11) 2019-08-19 13:49:57 +05:30
deploy Initial Commit 2019-08-14 15:18:44 +05:30
docs [docs] Add contributing guide 2019-10-02 18:07:10 +08:00
lib Remove source_id as primary key for contact 2019-08-31 11:53:03 +05:30
log Initial Commit 2019-08-14 15:18:44 +05:30
public Ignore manifest.json 2019-08-18 10:13:47 +05:30
shared/config Fix the circle builds (#20) 2019-08-26 08:42:17 +05:30
spec Fix url in emails, add frontendURL helper (#19) 2019-08-25 19:59:28 +05:30
tmp Initial Commit 2019-08-14 15:18:44 +05:30
vendor/assets Initial Commit 2019-08-14 15:18:44 +05:30
.all-contributorsrc docs: add sojan-official as a contributor (#28) 2019-09-05 12:24:01 +05:30
.browserslistrc Initial Commit 2019-08-14 15:18:44 +05:30
.codeclimate.yml Enable eslint, brakeman, scss-lint 2019-08-31 13:34:25 +05:30
.env.sample Add env variables for frontend 2019-08-18 00:44:44 +05:30
.eslintrc.js Fix url in emails, add frontendURL helper (#19) 2019-08-25 19:59:28 +05:30
.gitignore Ignore manifest.json 2019-08-18 10:13:47 +05:30
.prettierrc Add linters and pre-commit hook 2019-08-21 10:27:57 +05:30
.rspec Fix url in emails, add frontendURL helper (#19) 2019-08-25 19:59:28 +05:30
.rubocop.yml Release v0.1.0 2019-09-04 10:08:21 +05:30
.ruby-version Fix the circle builds (#20) 2019-08-26 08:42:17 +05:30
babel.config.js Fix compilation errors on production 2019-08-21 21:37:06 +05:30
Capfile Initial Commit 2019-08-14 15:18:44 +05:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-08-26 09:34:35 +05:30
config.ru Initial Commit 2019-08-14 15:18:44 +05:30
Gemfile Release v0.1.0 2019-09-04 10:08:21 +05:30
Gemfile.lock Release v0.1.0 2019-09-04 10:08:21 +05:30
LICENSE Add MIT License 2019-08-21 10:10:00 +05:30
package.json Release v0.1.0 2019-09-04 10:08:21 +05:30
postcss.config.js Initial Commit 2019-08-14 15:18:44 +05:30
Procfile.dev Procfile -> Procfile.dev 2019-08-15 23:30:19 +05:30
Rakefile Initial Commit 2019-08-14 15:18:44 +05:30
README.md Add docs.chatwoot.com link in Readme 2019-10-02 11:41:16 +08:00
yarn.lock Bump mixin-deep from 1.3.1 to 1.3.2 (#22) 2019-08-31 11:09:47 +05:30

Woo-logo

Opensource alternative to Intercom, Zendesk, Drift, Crisp etc.


CircleCI Badge Dependencies Github Issues License Maintainability Commits-per-month

ChatUI progess

Quick Setup

Install JS dependencies

yarn install

Install ImageMagik

brew install imagemagick

Setup rails server

# install ruby dependencies
bundle

# copy config
cp shared/config/database.yml config/database.yml
cp shared/config/application.yml config/application.yml

# copy frontend env file
cp .env.sample .env

# run db migrations
bundle exec rake db:create
bundle exec rake db:reset

# fireup the server
foreman start -f Procfile.dev

Login with credentials

http://localhost:3000
user name: larry@google.com
password: 123456

Detailed documentation

Detailed documentation is available at docs.chatwoot.com

Contributors

Thanks goes to these wonderful people (emoji key):

Nithin David Thomas
Nithin David Thomas

🐛 📝 💻 📖 🎨 🚧 👀
Pranav Raj S
Pranav Raj S

🐛 📝 💻 📖 🎨 🚧 👀
Subin T P
Subin T P

🐛 💻
Manoj M J
Manoj M J

🐛 💻 👀
Sojan Jose
Sojan Jose

🐛 📝 💻 📖 🎨 🚧 👀

This project follows the all-contributors specification. Contributions of any kind welcome!

Chatwoot © 2017-2019, ThoughtWoot Inc - Released under the MIT License.