Plugin a supporto di : http://ReturnToDreamland.agesci.org
- json-rest-api
- json-rest-auth
- responsive-vector-maps
- View own posts media only
- WP Mail SMTP per usare un smtp esterno rispetto al server su cui gira wordpress (riconfigura wp_mail)
Il contenuto del repo deve trovarsi nella cartella wp-content/plugins dell'installazione di wordpress.
Utilizzando git clone
nella cartella, il comando fallisce
("Fatal: destination path already exists and is not an empty directory.")
Per installare correttamente usare i comandi:
cd mywordpress/wp-content/plugins
git init .
git remote add -t \* -f origin https://github.com/BitPrepared/dreamland-wp-plugins
git checkout master
Nota: la directory conterrà quindi anche altri plugin. Seleziona correttamente i file da aggiungere al repo.