Get access to create online stores using an OpenID account
Project
master-branch (alias stable, latest)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- Webserver (PHP 7.2+)
- Database (e. g. MySql)
- Mail server
A step by step series of examples that tell you have to get a development env running
Clone the project from github
git clone https://github.com/D3strukt0r/openstore.git
Setup the project with composer
composer install --no-dev --optimize-autoloader
Next, rename .env.dist
to .env
and change following parameters:
RECAPTCHA_PUBLIC_KEY=... (ReCaptcha)
RECAPTCHA_PRIVATE_KEY=... (ReCaptcha)
OAUTH_CLIENT_ID="..." (OAuth2 Client from orbitrondev.org)
OAUTH_CLIENT_SECRET=... (OAuth2 Client from orbitrondev.org)
OAUTH_URL=... (Only needed if the account service is somewhere else) -> (Optional)
APP_ENV=prod
APP_SECRET=...
DATABASE_URL=... (Accessing databse)
MAILER_URL=... (To send emails)
- PHP - Programming Language
- Composer - PHP Package manager
- Symfony - PHP Framework
- SwiftMailer - PHP Mailer
- Doctrine - PHP Database accessing
- Twig - PHP Templating service
- ReCaptcha - Captcha service from Google
- Bootstrap - Theme used in this service
- Unify - Theme used in this service
- Github Actions - Automatic CI (Testing) / CD (Deployment)
- Docker - Building a Container for the Server
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Manuele Vaccari - D3strukt0r - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.txt file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc