Last active
February 17, 2016 11:54
-
-
Save dtarcz/ceb5e4061a9b11ac75e8 to your computer and use it in GitHub Desktop.
installer-spip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
#sudo apt-get install subversion | |
#sudo apt-get install subversion-tools | |
#cd /var/www/html/ | |
#mkdir simplon-sem16 | |
#cd simplon-sem16 | |
mkdir spip | |
cd spip/ | |
svn checkout svn://trac.rezo.net/spip/branches/spip-3-stable | |
#ll | |
cd spip-3-stable/ | |
#ll | |
#vim INSTALL.txt | |
#firefox index.php | |
#vim INSTALL.txt | |
# preparation pour l'install du debut | |
sudo chmod o+w IMG/ tmp/ local/ config/ -R | |
# preparation pour installer des plugins | |
mkdir -p plugins/auto | |
sudo chmod o+w -R plugins | |
# ouverture du site en mode install | |
firefox ecrire/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a rajouter
mkdir -p plugins/auto
pour pouvoir installer des plugins depuis son site
Edit= ok, fait