2016-08-21 17:26:03 +02:00
[![Codacy Badge ](https://api.codacy.com/project/badge/Grade/20b3b0b4e93344a29da6bec77f329e7a )](https://www.codacy.com/app/engelsystem/engelsystem)
2016-08-24 17:58:39 +02:00
[![GPL ](https://img.shields.io/github/license/engelsystem/engelsystem.svg?maxAge=2592000 )]()
2016-08-21 17:24:04 +02:00
2017-07-16 18:41:57 +02:00
# Engelsystem
2011-11-09 08:38:55 +01:00
2017-07-16 18:41:57 +02:00
Please visit https://engelsystem.de for a feature list.
## Installation
### Requirements:
2017-08-29 23:26:26 +02:00
* PHP >= 7.0.0
2017-07-19 11:48:28 +02:00
* MySQL-Server >= 5.5.x
2017-07-16 18:41:57 +02:00
* Webserver, i.e. lighttpd, nginx, or Apache
### Directions:
* Clone the master branch: `git clone https://github.com/engelsystem/engelsystem.git`
* Install [Composer ](https://getcomposer.org/download/ )
* Install project dependencies: `composer install`
* Webserver must have write access to the 'import' directory and read access for all other directories
* Webserver must be public.
* Recommended: Directory Listing should be disabled.
* There must a be MySQL database created with a user who has full rights to that database.
* It must be created by the db/install.sql and db/update.sql files.
* If necessary, create a config/config.php to override values from config/config.default.php.
* In the browser, login with credentials admin:asdfasdf and change the password.
Engelsystem can now be used.
2005-11-06 18:24:58 +01:00
2017-07-16 18:41:57 +02:00
### Session Settings:
* Make sure the config allows for sessions.
* Both Apache and Nginx allow for different VirtualHost configurations.
2014-11-12 19:45:55 +01:00
2017-07-16 18:41:57 +02:00
Report Bugs: https://github.com/engelsystem/engelsystem/issues
2007-08-09 18:33:38 +02:00
2017-07-16 18:41:57 +02:00
## Development
Since the engelsystem is open source, you can help to improve the system. We really love to get pull requests containing fixes or implementations of our Github issues.
2007-11-04 16:52:25 +01:00
2017-07-16 18:41:57 +02:00
Please create single pull requests for every feature instead of creating one big monster of pull request containing a complete rewrite.
2015-08-26 14:11:08 +02:00
2017-07-16 18:41:57 +02:00
### Codestyle
Please ensure that your pull requests follow [PSR-2 ](http://www.php-fig.org/psr/psr-2/ ) and [PSR-4 ](http://www.php-fig.org/psr/psr-4/ ).