Chatwoot/README.md

84 lines
2.8 KiB
Markdown
Raw Normal View History

2019-08-28 07:32:31 +00:00
![Woot-logo](.github/woot-logo.png)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
2019-08-28 07:32:31 +00:00
Opensource alternative to Intercom, Zendesk, Drift, Crisp etc.
___
![CircleCI Badge](https://img.shields.io/circleci/build/github/chatwoot/chatwoot)
![Dependencies](https://img.shields.io/david/chatwoot/chatwoot)
![Github Issues](https://img.shields.io/github/issues/chatwoot/chatwoot)
![License](https://img.shields.io/github/license/chatwoot/chatwoot)
[![Maintainability](https://api.codeclimate.com/v1/badges/80f9e1a7c72d186289ad/maintainability)](https://codeclimate.com/github/chatwoot/chatwoot/maintainability)
![Commits-per-month](https://img.shields.io/github/commit-activity/m/chatwoot/chatwoot)
![ChatUI progess](https://chatwoot.com/images/dashboard-screen.png)
## Build Setup
2019-08-17 20:23:55 +00:00
### Install JS dependencies
``` bash
2019-08-17 18:02:49 +00:00
yarn install
2019-08-17 20:23:55 +00:00
```
### Install ImageMagik
```bash
brew install imagemagick
```
### Setup rails server
2019-08-17 20:23:55 +00:00
```bash
# install ruby dependencies
bundle
2019-08-17 20:32:00 +00:00
# copy config
2019-08-17 18:03:21 +00:00
cp shared/config/database.yml config/database.yml
2019-08-17 20:32:00 +00:00
cp shared/config/application.yml config/application.yml
2019-08-17 18:02:49 +00:00
2019-08-17 19:14:44 +00:00
# copy frontend env file
cp .env.sample .env
2019-08-17 18:02:49 +00:00
# run db migrations
bundle exec rake db:create
bundle exec rake db:reset
2019-08-17 18:02:49 +00:00
# fireup the server
foreman start -f Procfile.dev
```
### Login with credentials
2019-08-28 07:32:31 +00:00
```bash
http://localhost:3000
user name: larry@google.com
password: 123456
2019-08-28 07:32:31 +00:00
```
*Chatwoot* © 2017-2019, ThoughtWoot Inc - Released under the MIT License.
[www.chatwoot.com](https://www.chatwoot.com)
 · 
GitHub: [@chatwoot](https://github.com/chatwoot)
 · 
Email: [hello@chatwoot.com](mailto:hello@chatwoot.com)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<table>
<tr>
<td align="center"><a href="https://github.com/pranavrajs"><img src="https://avatars3.githubusercontent.com/u/2246121?v=4" width="100px;" alt="Pranav Raj S"/><br /><sub><b>Pranav Raj S</b></sub></a><br /><a href="https://github.com/chatwoot/chatwoot/issues?q=author%3Apranavrajs" title="Bug reports">🐛</a> <a href="#blog-pranavrajs" title="Blogposts">📝</a> <a href="https://github.com/chatwoot/chatwoot/commits?author=pranavrajs" title="Code">💻</a> <a href="https://github.com/chatwoot/chatwoot/commits?author=pranavrajs" title="Documentation">📖</a> <a href="#design-pranavrajs" title="Design">🎨</a> <a href="#maintenance-pranavrajs" title="Maintenance">🚧</a> <a href="#review-pranavrajs" title="Reviewed Pull Requests">👀</a></td>
</tr>
</table>
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!