Skip to content
forked from erxes/erxes

erxes is an open source growth marketing platform

License

Notifications You must be signed in to change notification settings

mungunshagai/erxes

 
 

Repository files navigation

erxes Build Status Codacy Badge Dependencies checker Known Vulnerabilities MIT licensed Backer Sponsor

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.

Quick links

Installation script

  curl https://raw.githubusercontent.com/erxes/erxes/master/scripts/install.sh | sh

Manual install

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

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Copyright & License

Copyright (c) 2018 erxes Inc - Released under the MIT license.

About

erxes is an open source growth marketing platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%