Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.
Alex edited this page Apr 11, 2022 · 15 revisions


Welcome to the SkinSystem wiki. Here you will find a documentation for the SkinSystem, how to install, configure. The lastest version for this project can be found on release page. 👍

🔧 Installation

❕ If you use Ubuntu 18.04+, you may run this command to automagically install apache+mysql+git+curl, set apache2 webpage, and generate MySQL credentials:

sudo bash -c "apt-get update && apt-get install curl -y && curl -s https://raw.githubusercontent.com/SkinsRestorer/SkinSystem/main/installscripts/UbuntuInstall.sh | bash -s"

❕ If you use ISPConfig, you may run this command before install:

sudo bash -c "apt-get update && apt-get install curl -y && curl -s https://raw.githubusercontent.com/SkinsRestorer/SkinSystem/main/installscripts/ispconfigInstall.sh | bash -s"
Clone this wiki locally