Skip to content
forked from clairton/chatwoot

Open-source customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬

License

Notifications You must be signed in to change notification settings

barta4/chatwoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:migrate

# fireup the server
foreman start

About

Open-source customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 41.2%
  • Vue 28.6%
  • JavaScript 25.7%
  • HTML 2.2%
  • SCSS 1.4%
  • Shell 0.5%
  • Other 0.4%