deprecated-packages / open-training

[READ-ONLY] Free platform for organizing lectures, from creating, over registration, to payments and lector provisions
https://github.com/TomasVotruba/open-project
MIT License
5 stars 0 forks source link
lecture open-source php php71 training training-platform

Open Trainings

Open and free platform for organizing trainings.

Setup

We cover all you need to organize a training, with a trainer and attendees:

Instal

git clone ...
cd open-trainings
composer update

Then rename .env.dist to .env and complete variables:

# create database
bin/console doctrine:schema:create 

# dump css and js from all bundles
bin/console assets:install --env=prod --no-debug

composer adminer-install

Run

bin/console server:run