Translation of this page is incomplete.
Instructions
Merci de déployer le profil CartoGraf pour Tiki 11.x!
Voici les étapes que vous devez suivre:
- Vous devez voir le dernier 11.x de SVN: http://dev.tiki.org/Get+Code#Using_11.x_from_SVN
- Assurez-vous que vous avez activé le fichier .htaccess (nécessaire pour faire fonctionner les liens Map). Copier _htaccess à .htaccess dans votre dossier d'installation Tiki fonctionne généralement. (C'est encore mieux de faire un symlink).
- Télécharger la dernière version du thème de CartoGraf et décompressez ses contenus (styles et gabaris) par dessus votre dossier source Tiki (si vous ne l'avez pas déjà fait).
- Dans la File Gallery (dans le dossier de gallerie d'"Icônes") téléchargez quelques icônes qui seront utilisés comme repères sur les cartes. Ce site en propose plusieurs: http://mapicons.nicolasmollet.com/category/markers/. Vous pouvez télécharger un ficher compresser et demander à Tiki de décompresser les fichiers.
- If you create children file galleries, they will appear as such when picking a marker
- Upload in the File Gallery (in the "Image bank" gallery folder) some images that can be used for points of interests of zones. A great source is: https://commons.wikimedia.org/wiki/Category:Images. You can upload a zipped file and ask Tiki to unzip the files.
- Set a password for the demo user and update the Demo page to make it easy for new users to see how things work
- Set the sender email
- Update the Contact page so visitors can get in touch with you with questions
- Update the top and right-hand menus here
- If you want to add/remove colors in the legend, add them to the code at MapCanvasSolo and MapCanvasShare.
- You should also add a file of the same color in the "Icons" gallery folder.
- If you expect your site to host a large number of files, you may want to set the File Gallery storage to the file system (instead of the the default database storage)
- Go and create your custom language files as described at http://profiles.tiki.org/CartoGraf_languages This is to override generic Tiki labels by things which are more specific and make sense for CartoGraf
- You can change the "Available tile layers on maps" here
- Go to the Home page and enjoy
Troubleshooting
Limitations
Limit username pattern
CartoGraf relies heavily on
Unified Search (Zend_Search_Lucene). Because of this, a username jean-marc won't work (but jean_marc is OK). Since hypens are often used in emails, you can't use CartoGraf with the pref "Use email as username" (login_is_email). Space and quote should also not be permitted.
One single language
CartoGraf can be deployed in any language but your instance can't support more than 1 language.
Admin panel quirk
- After a rebuild tiki-admin.php?page=search&rebuild=now you can't scroll just on that page even if no map. Cause: Looks like rebuild includes all the js generated by every object in the page that comes back - needs to cache & restore header lib after rebuild
Dev notes
1-liner to re-install a fresh Tiki with profile in French
php installer/shell.php install; sh setup.sh -n fix ; php lib/search/shell.php rebuild; php lib/profilelib/shell.php install CartoGraf_FR; php lib/profilelib/shell.php install Screencast ; sh setup.sh -n fix ; php lib/search/shell.php rebuild; sh setup.sh -n fix