Documentation
Content
Download from GitHub repository
The hotel system's GitHub Repository is the central hub of development. This is where the latest stable and unstable versions are regularly uploaded.
This method is recommended for more experienced users.
Download the repository
The source code from GitHub contains the entire Git repository, i.e. besides the current version it also contains the version history.
The system's dependencies (mostly the Zend Framework 2) can be downloaded and installed via Composer in a separate step.
Some informational material can be found on these pages:
If the path variables of the operating system are configured correctly, the installation of the dependencies with the command line interface is as simple as:
$ php composer.phar install
This will create a new subdirectory within the project root named:
vendor/
The installation is then complete.