05-04-2018, 01:06 AM
You can actually do a manual install pretty easily.
1. Create a new db
2. Copy all the files to your server.
3. Import the sql file into your database in install/install/includes/sql.sql (I believe is the location)
4. Edit users/init.php and paste the contents of this file in there ... https://pastebin.com/FPX6t30a
5. Put your own DB credentials in that file.
6. Delete the installer. You should be good to go.
7. Visit yoursite/users/update.php to ensure the latest updates
Hope that helps.
1. Create a new db
2. Copy all the files to your server.
3. Import the sql file into your database in install/install/includes/sql.sql (I believe is the location)
4. Edit users/init.php and paste the contents of this file in there ... https://pastebin.com/FPX6t30a
5. Put your own DB credentials in that file.
6. Delete the installer. You should be good to go.
7. Visit yoursite/users/update.php to ensure the latest updates
Hope that helps.