How to start

Please make sure you have installed nodejs starting from 4.0 and mongodb starting from 3.0 and latest version of redis-server

You also need to install RabbitMQ and create user 'easyErp' with password '111111'

For UNIX systems you need to configure cron to have automatic synchronization of your channels in EasyErp with your e-commerce stores For this run command 'crontab -e' and set: ' */1 * * * * /path_to_project/EasyERP_open_source/scripts/sync.sh */5 * * * * /path_to_project/EasyERP_open_source/scripts/addToSync.sh '

After that need to change 'path_to_project' to real path in scripts '/path_to_project/EasyERP_open_source/scripts'

For Windows you need to press 'Sync' button to synchronize channels with stores

Open EasyERP.zip with any IDE

Please install bower globally (type in 'npm install bower -g' in terminal)

Run commands 'npm i' & 'bower i' in terminal

As result, you'll get all modules

Now let's move to DB

You'll need to do mongorestore. For this, please unpack dump.zip and run 'mongorestore' in the same directory, where the dump folder appears You can restore databases one by one using command 'mongorestore --db '

This action provides you with our 2 test DBs

One of them is empty (called SaaS), so you can fill it manually

Second one (called CRM) contains data

Please make sure that port 8089 in your localhost is free

Next you should run the project in your IDE

Open localhost:8089 in browser

Choose the db and enter login and pass

Login to databases CRM and saas: user name is "superAdmin", password is "111111"