Installation
- Create a new folder for your project.
- Initialize an empty Git repository using
git init
- Add the framework as a submodule using
git submodule add https://git.zierhut-it.de/ZubZet/framework.git z_framework
- Login with your account if needed.
- You are required to have your php environment variable set. Use
php -v
to check. Fix this problem first, if you get an error. - Navigate to your project in your browser. (Don't forget to use a webserver)
- Open the folder
z_framework
- Run
installer.php
- Make sure your mysql capable service of choice is running.
- Fill out all the inputs and click Install.