erxes is an AI meets open source messaging platform for sales and marketing teams.
The project is maintained by erxes Inc, along with an amazing group of independent contributors. We are striving to make customer experience better through our messaging platform.
curl https://raw.githubusercontent.com/erxes/erxes/master/scripts/install.sh | sh
This repository is the main web app of the erxes platform that consists of 2 other repositories:
If you haven't installed Node yet install nodejs
If you haven't installed Yarn yet on your machine:
curl -o- -L https://yarnpkg.com/install.sh | sh
Clone erxes repository and install its dependencies:
git clone https://github.com/erxes/erxes.git
cd erxes
yarn install
Create .env.sample
from default settings file and configure it on your own:
cp .env.sample .env.development
To start the app:
yarn start
App is running at http://localhost:3000. You can login using the credential in the .env.development
.
We haven't done yet: We need to run API and Widgets to make our erxes app fully functional. Please jump to their repositories.
Pull images from dockerhub and running all servers on docker compose.
docker-compose -f scripts/docker-compose.yml up
Running servers from mounted path where source code located.
docker-compose -f scripts/docker-compose-v.yml up
This project exists thanks to all the people who contribute. [Contribute].
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
Copyright (c) 2018 erxes Inc - Released under the MIT license.