Giter Site home page Giter Site logo

erdosam / open-loyalty Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sbodak/open-loyalty

0.0 1.0 0.0 28 MB

Open Loyalty is technology for loyalty solutions for starting new loyalty projects.

Home Page: https://www.openloyalty.io/

License: Other

PHP 4.04% HTML 50.02% Shell 0.22% JavaScript 37.34% CSS 6.95% Makefile 0.14% Python 0.79% C++ 0.51%

open-loyalty's Introduction

Build Status

Open Loyalty

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

Book a live demo here www.openloyalty.io

Editions

Open Loyalty is available in three editions - Open Source, Enterprise and Enterprise Cloud. Here you can find Open Source Edition. It is limited for projects with up to 200 members, does not provide guaranteed performance and scalability and therefore, it is recommended for testing purposes only.

We strongly advise using Enterprise or Enterprise Cloud Editions in commercial projects.

Enterprise Edition is not available publicly on GitHub. To get the quotation, please visit www.openloyalty.io and send the request.

Open Source Edition Cloud Edition Enterprise Edition
Source code access Yes No Yes
Robust & efficient API No Yes Yes
Members limit 1000 members Tiered Unlimited
Hosting Self-hosted Cloud Self-hosted
High performance & scalability No Yes Yes
Maintenance & support No Yes Yes
Whitelabel No Yes Yes

Business applications

There is a variety of ways Open Loyalty can be used 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
  • mobile loyalty application
  • motivational programs for the sales department
  • loyalty module for your own product

Performance and scalability

High performance and scalability are available in the Enterprise Edition only. In this case study you can read more about how Open Loyalty Enterprise Edition reached over 1500 concurrent API calls with a response time under 1 second and Easy scalability with Kubernetes and AWS infrastructure.

Screenshots

Admin Cockpit Client Cockpit

Quick install

This project has full support for running in Docker.

Go to the docker directory:

cd docker

Execute the bellow command to run application:

docker-compose up

After that execute bellow command to initiate and set up database:

docker-compose exec --user=www-data php phing setup

Before you start using Open Loyalty you need to define hosts in your local environment. Add host openloyalty.localhost as 127.0.0.1 in your system configuration file (/etc/hosts). 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 the following commands:

vagrant up
vagrant ssh
docker-compose -f docker/docker-compose.yml up -d
docker-compose -f docker/docker-compose.yml exec --user=www-data php phing setup

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

Vagrant helpful commands

  • vagrant provision --provision-with sync sync current dir
  • vagrant provision --provision-with build rebuild docker base images

Url access

After starting Open Loyalty it exposes services under following URLs:

For developers

If you are a developer and want to attach source code then you have to build base docker images:

./docker/base/build_dev.sh

and run containers:

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

Remember about setup database using bellow command:

docker-compose -f docker/docker-compose.dev.yml exec --user=www-data php phing setup

After starting Open Loyalty in developer mode it exposes services under slightly different 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.

CONTRIBUTING

If you wish to contribute to Open Loyalty, please read the CONTRIBUTING.md file.

open-loyalty's People

Contributors

colejarczyk avatar pkarw avatar kbzik avatar klobermajer avatar z4nr34l avatar mkurzeja avatar lukkonior avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.