Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.13 KB

README.md

File metadata and controls

44 lines (39 loc) · 1.13 KB

Studentenclub Kiste e.V.

Symfony web application of the Studentenclub Kiste e.V. from Magdeburg, Germany.

System Requirements

  • PHP 7+
  • MySQL 5.7+

Setup for Development

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

Author

Developed by Oliver Görtz.

Reach me at GitHub, XING and Facebook.