-
-
Notifications
You must be signed in to change notification settings - Fork 11
Guide d'installation du panel sous DEBIAN 8 [FR] [PANEL] ** OUTDATED **
Leo Hubert edited this page Dec 14, 2020
·
2 revisions
Pour installer le panel, vous devez vous munir d'un VPS (VIRTUAL PRIVATE SERVER), muni de DEBIAN 8.
VPS recommandé (selon votre modspack): https://www.ovh.com/fr/vps/vps-ssd.xml
Quand vous avez votre VPS, vous pouvez vous y connecter en utilisant une connection SSH. Sur Windows vous pouvez utiliser [PUTTY] (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) ou sur Linux vous pouvez utiliser la commande ssh
.
Une fois connecté, suivez les étapes suivantes.
- Copiez cette commande dans le terminal
apt-get update; apt-get upgrade
- Copiez cette commande dans le terminal
apt install apache2 unzip php5 php5-mysql php5-curl git
- Copiez cette commande dans le terminal
apt-get install mysql-server
et suivez le quide d'installation (en anglais). - Copiez cette commande dans le terminal
apt-get install phpmyadmin
et suivez le quide d'installation (en anglais). - Editez ce fichier (/etc/apache2/apache2.conf) avec cette commande
sudo nano /etc/apache2/apache2.conf
et cherchez cette ligne:
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
puis éditez la
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
- Copiez cette commande dans le terminal
a2enmod rewrite
- Copiez cette commande dans le terminal
service apache2 restart
- Allez dans le dossier
/var/www
et tapez cette commandrm -rf /var/www/html
- Puis, téléchargez le webpanel avec la command
cd /var/www && git clone https://github.com/leohubert/Launcher_Multigaming_Panel.git html
Ou
Pour la Bêtacd /var/www && git clone https://github.com/leohubert/Launcher_Multigaming_Panel.git -b dev html
- Copiez cette comamnde dans le terminal
chown -R www-data:www-data /var/www/html/games/; chmod -R 777 /var/www/html/configs/;
- Dans votre navigateur, rendez-vous sur l'IP de votre VPS et suivez les étapes
Copyright 2014-2020 Léo HUBERT & FlashModz (© Emodyz)