ZhuZhuThanou / open-loyalty

Open Loyalty is technology for loyalty solutions.

Home Page:http://openloyalty.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Open Loyalty

Open Loyalty is technology for loyalty solutions. It's a loyalty platform in open source, with ready-to-use gamification and loyalty features, easy to set up and customize, ready to work on-line and off-line.

See Open Loyalty product tour - https://youtu.be/cDZZemHxgAk.

Business applications

There is variety of applications for Open Loyalty. Based on it you can build loyalty solutions like: loyalty modules for eCommerce, full loyalty programs for off-line and on-line, motivational programs for sales department or customer care programs with mobile application.

Screenshots

Dashboard Client Cockpit eCommerce Cockpit POS Cockpit

Quick install

This project has full support for running in Docker.

Execute bellow command to run application:

docker-compose up

or, if you are developer and want to attach source code then:

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up

Then use another command to setup database, Elasticsearch and load some demo data:

docker-compose exec backend phing setup

If you find any problems using docker (for example on Windows environments) please try our Vagrant recipe.

Quick install with Vagrant

You should have Vagrant and Virtualbox installed prior to executing this recipe.

Then, please execute following commands:

vagrant up
vagrant ssh
cd ol
docker-compose up -d
docker-compose exec backend phing demo

That's all. Now you can go to admin panel 127.0.0.1:8182. Default login is admin and password open. You can also go to customer panel 127.0.0.1:8183.

If you are developer and want to attach source code then:

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up

Url access

After starting Open Loyalty it's exposes services under followig URLs:

Generate JWT keys

Running phing setup will generate the JWT public/private keys for you, but in case you would like to generate them "manually" use phing generate-jwt-keys.

Documentation

Technical documentation is located here.

About

Open Loyalty is technology for loyalty solutions.

http://openloyalty.io

License:Other


Languages

Language:PHP 60.0%Language:HTML 21.1%Language:JavaScript 15.1%Language:CSS 3.6%Language:ApacheConf 0.1%Language:Shell 0.1%