Kodi Addon Frontend
A PHP/MYSQL website Frontend repository for Kodi Addons
PHP
MYSQL
Web server
-
Clone the repository into your web server folder
-
Create a new MYSQL Database
-
Import the .SQL file structure into this database
-
Create a new file in the /includes folder called developmentConfiguration.php
-
Edit this file in notepad and copy and paste any settings you want to override locally (like database connection)
-
Test the site in a web browser
-
If you get a cache folder error, you may have to create a /cache folder in the root with writeable permissions
-
Run the sync.php file from the install folder to populate the database