Skip to content
forked from chatwoot/chatwoot

Opensource alternative to Intercom, Drift, Zendesk, FreshChat 🔥💬

License

Notifications You must be signed in to change notification settings

Athuli7/chatwoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Woot-logo

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


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

ChatUI progess

Build 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: [email protected]
password: 123456

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

www.chatwoot.com  ·  GitHub: @chatwoot  ·  Email: [email protected]

About

Opensource alternative to Intercom, Drift, Zendesk, FreshChat 🔥💬

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 37.2%
  • Vue 26.8%
  • JavaScript 20.5%
  • CSS 12.6%
  • HTML 2.9%