-
Notifications
You must be signed in to change notification settings - Fork 0
Webinterface installation
Alexander Zierhut edited this page Aug 3, 2021
·
5 revisions
- Apache2 webserver on a dedicated server or webspace
- A MySQL database which has to be compatible with PHP MySQLi and have the MySQLi Native Driver enabled
- PHP 7.3 or higher
- You must be using the plugin with a database (Can be changed if you don't already)
- If you have console access (Not the Minecraft Console) Sometimes also called SSH access
- Go to the folder you would like to install the web interface in
- Your webserver files are usually located at
/var/www/html
- If you would like to use a subfolder, i.e. example.com/subfolder, create one.
- Download the latest installer into this directory. (use
cd foldername
) and the following command to download it:wget https://punishcontrol-source.simplixsoft.com/installer.php.txt && mv installer.php.txt installer.php && sudo chown -R www-data .
- Open the installer in your webbrowser and follow the given instructions.
- If you don't have console access
- Download the latest installer from https://punishcontrol-source.simplixsoft.com/installer.php.txt
- Rename it to installer.php
- Upload it to your webserver into the folder you would like to install it.
- Be sure to setup all the necessary permissions.
- Open the installer in your webbrowser and follow the given instructions.
- If you are using XAMPP
- Download the latest installer from https://punishcontrol-source.simplixsoft.com/installer.php.txt
- Rename it to installer.php
- Move the installer to the folder you would like to install the web interface in
- Your webserver files are usually located at
C:\xampp\htdocs
, but you can also find them by opening theXAMPP Control Panel
and clicking on the buttonExplorer
. - Open the installer in your webbrowser and follow the given instructions.
This means that you have not installed wget. Take a look at this article: https://www.tecmint.com/install-wget-in-linux/
Currently, the following languages are supported:
- English (100% Coverage)
- German (100% Coverage)
- French (100% Coverage) by @Bananaa#6666
- Spanish (100% Coverage) by @Angel Avila#0101
There is a folder called customization. Within this folder you will find a file called overwrite.css. This css file is imported after all proprietary styling, so you can use it to overwrite all styles to your liking.
© SimplixSoft.com