Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 838 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 838 Bytes

KSM

A webbased software for selling, buying, lending and maintaining forklifts build on Bienlein.

Requirements

  • Set max_input_vars to 5000

Installation

Create the database.

Copy the config.examle.php in app/config and name it config.php.

Open it with a text editor and make changes as you fancy, e.g. enter the login information for the database(s) used. Do not forget to choose a install passcode that is not the default one.

Create these folders and make them writeable to PHP:

  • public/upload
  • app/res/tpl/cache

In the app directory do:

composer install

This will create the vendor folder and install all dependencies needed.

You are good to go. Point your browser to your applications URL and start working.

Enjoy.