开源即时聊天、电子邮件支持、全方位服务台。可替代 Intercom、Zendesk、Salesforce Service Cloud 等。🔥💬
Go to file
dependabot[bot] a5f68e732b Bump lodash from 4.17.11 to 4.17.15 (#2)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-18 12:50:17 +05:30
app Add env variables for frontend 2019-08-18 00:44:44 +05:30
bin Initial Commit 2019-08-14 15:18:44 +05:30
config Ignore applicaiton.yml 2019-08-18 02:03:20 +05:30
db Initial Commit 2019-08-14 15:18:44 +05:30
deploy Initial Commit 2019-08-14 15:18:44 +05:30
lib Initial Commit 2019-08-14 15:18:44 +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 Move image upload to S3 2019-08-18 01:53:55 +05:30
test Initial Commit 2019-08-14 15:18:44 +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
.browserslistrc Initial Commit 2019-08-14 15:18:44 +05:30
.env.sample Add env variables for frontend 2019-08-18 00:44:44 +05:30
.gitignore Ignore manifest.json 2019-08-18 10:13:47 +05:30
.ruby-version Set ruby version to 2.4.0 2019-08-15 23:55:16 +05:30
babel.config.js Initial Commit 2019-08-14 15:18:44 +05:30
Capfile Initial Commit 2019-08-14 15:18:44 +05:30
config.ru Initial Commit 2019-08-14 15:18:44 +05:30
Gemfile Move image upload to S3 2019-08-18 01:53:55 +05:30
Gemfile.lock Move image upload to S3 2019-08-18 01:53:55 +05:30
m.js Initial Commit 2019-08-14 15:18:44 +05:30
package.json [Security] Upgrade axios to 0.19.0 2019-08-18 12:44:58 +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 Ignore applicaiton.yml 2019-08-18 02:03:20 +05:30
yarn.lock Bump lodash from 4.17.11 to 4.17.15 (#2) 2019-08-18 12:50:17 +05:30

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