Skip to content

koen860/LISA

 
 

Repository files navigation

Codacy Badge

Getting started

  1. Download a copy/make a clone/make a fork of the project and move it to a folder in your web server.
  2. Rename/duplicate config.php-setup, database.php-setup and email.php-config to config.php, database.php and email.php respectively.
  3. Edit these config files to match your system. Most important is:
    • Add your hostname.
    • Enter the settings of your database.
  4. Navigate to YOUR_HOSTNAME/index.php/Install to initialise the database.

Requirements

  • PHP 7.1 with the mysqli extension enabled.
  • MySQL database, although it might also work on other database types supported by CodeIgniter, but non of them are tested nor are focus during development.

Licence

This project is released under the MIT licence, except for all other sources which are included. For these their own licence will still be in place. Projects included are:

Language

Currently the language used by the application is hard-coded into Handler.php, for future releases it is planned to move configurations like these into database. For now one should edit hard-coded language or substitute all language files in the 'nederlands' language folder with your language of preference. During development I tried to add translations for both English and Dutch, so the English translation files should be complete.

About

Lisa Is Super Awsome

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 76.0%
  • CSS 19.4%
  • JavaScript 4.3%
  • HTML 0.3%