Skip to content

Instantly share code, notes, and snippets.

@phenix-factory
Created October 17, 2016 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phenix-factory/9e1b943ecaea88ca3622e01dd305f080 to your computer and use it in GitHub Desktop.
Save phenix-factory/9e1b943ecaea88ca3622e01dd305f080 to your computer and use it in GitHub Desktop.
spip_vertige install
#!/bin/bash
# Placer le fichier spip.gitignore
wget https://gist.githubusercontent.com/phenix-factory/7134623/raw/edfa67dadab5956c292060404511bb14951a3b18/spip.gitignore -O .gitignore
# Placer le fichier spip.git-ftp-ignore
wget https://gist.githubusercontent.com/phenix-factory/92c90bad7955e0e8e69e/raw/a711f8c67f1698681516b2493c0420bfda8e78ed/spip.git-ftp-ignore -O .git-ftp-ignore
# Créer les répertoire que le spip_loader ne créer pas
mkdir plugins
mkdir plugins/auto
mkdir squelettes
# Activer le htaccess
cp htaccess.txt .htaccess
git init
cd plugins/
# Installer les plugins de plugin vertige
git clone git@github.com:VertigeASBL/setup_vertige.git
git clone git@github.com:VertigeASBL/dev_vertige.git
# Installer le plugin dev de SPIP
svn checkout svn://zone.spip.org/spip-zone/_core_/plugins/dev
# Activer le dépôt principal de SPIP
spip plugins:svp:depoter http://plugins.spip.net/depots/principal.xml
# Activer les plugins qui active les plugins
# Cette commande ne gère pas encore les dépendances, elle ne sert donc pas
# spip plugins:activer dev_vertige setup_vertige dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment