Skip to content

Installation

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