Skip to content

Instantly share code, notes, and snippets.

@dtarcz
Last active February 17, 2016 11:54
Show Gist options
  • Save dtarcz/ceb5e4061a9b11ac75e8 to your computer and use it in GitHub Desktop.
Save dtarcz/ceb5e4061a9b11ac75e8 to your computer and use it in GitHub Desktop.
installer-spip
#! /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/
@dtarcz
Copy link
Author

dtarcz commented Feb 17, 2016

a rajouter
mkdir -p plugins/auto
pour pouvoir installer des plugins depuis son site

Edit= ok, fait

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