mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
开源即时聊天、电子邮件支持、全方位服务台。可替代 Intercom、Zendesk、Salesforce Service Cloud 等。🔥💬
Bumps [moment](https://github.com/moment/moment) from 2.17.1 to 2.19.3. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.17.1...2.19.3) Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| app | ||
| bin | ||
| config | ||
| db | ||
| deploy | ||
| lib | ||
| log | ||
| public | ||
| shared/config | ||
| test | ||
| tmp | ||
| vendor/assets | ||
| .browserslistrc | ||
| .env.sample | ||
| .gitignore | ||
| .ruby-version | ||
| babel.config.js | ||
| Capfile | ||
| config.ru | ||
| Gemfile | ||
| Gemfile.lock | ||
| m.js | ||
| package.json | ||
| postcss.config.js | ||
| Procfile.dev | ||
| Rakefile | ||
| README.md | ||
| yarn.lock | ||
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
