Skip to content

Instantly share code, notes, and snippets.

@dtarcz
Last active March 24, 2016 16:00
Show Gist options
  • Save dtarcz/dd400f1a65ccb9f55759 to your computer and use it in GitHub Desktop.
Save dtarcz/dd400f1a65ccb9f55759 to your computer and use it in GitHub Desktop.
tuto installer SMF (simple machine forum)

#Comment installer Simple Machine FORUM ##en ligne de commande

téléchargement de l'archive du CMS :

wget http://download.simplemachines.org/index.php/smf_2-0-11_install.tar.bz2

on vérifie que c'est bien installé :

ll

on crée un dossier/repo/ dans lequel le forum ira se décompresser :

mkdir smf

on décompresse l'archive dedans :

tar -xvf smf_2-0-11_install.tar.bz2 -C smf/

maintenant ouvrez votre navigateur à l'adresse d'installation

exemple : localhost/Dossier_de_l_archive/smf/install.php

Vous allez avoir un script qui va vous aider à installer SMF...

au moment de changer les droits, vous pouvez revenir en ligne de commmande :

sudo chmod a+w -R attachments avatars cache Packages Packages/installed.list Smileys Themes agreement.txt Settings.php Settings_bak.php

puis enfin, renommez, ou supprimez le fichier d'installation :

mv install.php install_bak.php

Retrouvez toutes ces infos et bien plus sur cette page d'explication de Simple Machine Forum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment