Symfony web application of the Studentenclub Kiste e.V. from Magdeburg, Germany.
- PHP 7+
- MySQL 5.7+
Clone the repository from github
git clone [email protected]:gibso/club-kiste.git
Enter the new directory
cd club-kiste
Install the php dependencies with composer
composer install
While installing, you have to configure the parameters for the database connection and the mailserver. The parameters mailer_user
and mailer_password
must not be empty.
Now create the database
php bin/console doctrine:database:create
and the database tables
php bin/console doctrine:schema:create
At least you need to install the frontend dependencies with bower
bower install
Now you can start the application with the built-in symfony web-server
php bin/console server:run
Developed by Oliver Görtz.