Skip to content

Guide d'installation du panel sous DEBIAN 8 [FR] [PANEL] ** OUTDATED **

Leo Hubert edited this page Dec 14, 2020 · 2 revisions

** OUTDATED **

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.

  1. Copiez cette commande dans le terminal apt-get update; apt-get upgrade
  2. Copiez cette commande dans le terminal apt install apache2 unzip php5 php5-mysql php5-curl git
  3. Copiez cette commande dans le terminal apt-get install mysql-server et suivez le quide d'installation (en anglais).
  4. Copiez cette commande dans le terminal apt-get install phpmyadmin et suivez le quide d'installation (en anglais).
  5. 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>
  1. Copiez cette commande dans le terminal a2enmod rewrite
  2. Copiez cette commande dans le terminal service apache2 restart
  3. Allez dans le dossier /var/www et tapez cette command rm -rf /var/www/html
  4. 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êta cd /var/www && git clone https://github.com/leohubert/Launcher_Multigaming_Panel.git -b dev html
  5. Copiez cette comamnde dans le terminal chown -R www-data:www-data /var/www/html/games/; chmod -R 777 /var/www/html/configs/;
  6. Dans votre navigateur, rendez-vous sur l'IP de votre VPS et suivez les étapes