Skip to content

pbuw/what-to-do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHAT TO DO

by Philipp Brügger WTD is a simple knowledge base, based on PHP and Materialize.

You can use it, to add stuff that you need to remember, like when your out of office for a week and need to add a auto-reply to you're mail and inform your co-workers.

Table of Contents

Requirements:

  • PHP-Server
  • MySQL-Database## Installation

Download

Setup

  • unzip the files and load them to your server.
  • replace:
        /**
         * DONT COMMIT!
         */
        /**
         * DONT COMMIT!
         */

with (don't forget to replace it with your credentials):

        /**
* DONT COMMIT!
*/
$connection = mysqli_connect("*host*", "*user*", "*password*!", "database");
$connection->set_charset("utf8");
    die("Connection failed: " . $connection->connect_error);
}
return $connection;
/**
* DONT COMMIT!
*/
  • create Database with the name wtd and UTF-8
  • open the console of your MySQL-Server
  • paste the code of the createscript which you will find in the path framework/database/skripts/create/ copy and past all creation scripts into you're console and run them one by one. Start at the lowest version.

Contributing

Feel free to crate a pull request if you have some good ideas to make it better


Support

There is no support offered for this "product". But feel free to contact me.


Credits


Copyright 2019 © pbuw | Philipp Brügger.