/envis.walkner.pl

Primary LanguagePHPMIT LicenseMIT

envis.walkner.pl

What was supposed to be a simple PHP & MySQL database, grew bigger and bigger over the years without any major rewrites.

It's main purpose is to allow my father to keep track of his company's projects.

Code is in English, text is in Polish.

Requirements

Installation

  1. Grant write permissions to _files_/ directory and everything in it.

  2. Create a new MySQL database and import the structure.sql file into it.

  3. Create a super user:

    INSERT INTO users SET
       super=1,
       email='samone@the.net',
       password='8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92',
       name='Sam One',
       createdAt=NOW()
  4. Change the db connection and website path settings in the config.php file.

  5. Log in using samone@the.net/123456.

License

This project is released under the MIT License.