Go to file
Igor Scheller 6cfd309bef Changed recommended PHP Version to >= 7.0 2017-07-19 11:48:28 +02:00
config Reapplied "Merge pull request #314 from Scriptkiddi/master" 2017-07-17 22:17:58 +02:00
db fix slow query 2016-12-27 16:02:13 +01:00
import camp 2011 export 2011-07-14 19:53:19 +02:00
includes Changed $_GET, $_POST and $_REQUEST to use the Request object 2017-07-19 11:44:16 +02:00
locale Reword 'wants to operate a car for the PL' 2017-04-30 13:00:53 +02:00
public Changed $_GET, $_POST and $_REQUEST to use the Request object 2017-07-19 11:44:16 +02:00
src Changed $_GET, $_POST and $_REQUEST to use the Request object 2017-07-19 11:44:16 +02:00
templates remove german readme and add development readme #269 2017-07-16 18:41:57 +02:00
test/model Formatting 2017-01-02 15:49:53 +01:00
themes Reapplied "fix icon font path" 2017-07-17 23:44:39 +02:00
.gitignore Added composer with parsedown requirement 2017-01-02 02:19:17 +01:00
LICENSE directory renames and cleanup 2011-06-11 18:08:56 +02:00
README.md Changed recommended PHP Version to >= 7.0 2017-07-19 11:48:28 +02:00
composer.json Changed recommended PHP Version to >= 7.0 2017-07-19 11:48:28 +02:00
phpunit.xml Formatting 2017-01-02 15:49:53 +01:00

README.md

Codacy Badge GPL

Engelsystem

Please visit https://engelsystem.de for a feature list.

Installation

Requirements:

  • PHP >= 5.6.4, PHP >= 7.0.0 recommended
  • MySQL-Server >= 5.5.x
  • Webserver, i.e. lighttpd, nginx, or Apache

Directions:

  • Clone the master branch: git clone https://github.com/engelsystem/engelsystem.git

  • Install Composer

  • 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.

Session Settings:

  • Make sure the config allows for sessions.
  • Both Apache and Nginx allow for different VirtualHost configurations.

Report Bugs: https://github.com/engelsystem/engelsystem/issues

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.

Please create single pull requests for every feature instead of creating one big monster of pull request containing a complete rewrite.

Codestyle

Please ensure that your pull requests follow PSR-2 and PSR-4.