Updated Home (markdown) authored by Robert Goldmann's avatar Robert Goldmann
### 1. create a new empty MySQL database ### 1. create a new empty MySQL database
### 2. open `php/mysql.php` an fill in your database credentials ### 2. open `php/admin/helper/settings.php` an fill in your settings
- line 12: replace "roadmap" with your database name - line 2: insert your database name
- line 13: replace "root" with your database user - line 3: insert your database username
- line 14: insert your database password - line 4: insert your database password
- line 6: choose your admin password
![r4](https://cloud.githubusercontent.com/assets/16324894/19972537/a6c1b9f8-a1e2-11e6-96a4-db66a9b56205.PNG) ![](https://cloud.githubusercontent.com/assets/16324894/22304239/ec5d0f90-e336-11e6-9f12-e1add6fb63b2.PNG)
### 3. open `php/admin/helper/checkLogin.php` and choose your admin password
![r5](https://cloud.githubusercontent.com/assets/16324894/19972539/a79b9cc2-a1e2-11e6-9801-60aaf50dce93.PNG)
### 4. DONE! ### 4. DONE!
\ No newline at end of file