History: CartoGraf_FR_Setup
Source of version: 18
Copy to clipboard
^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). # [http://profiles.tiki.org/CartoGraf|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 [tiki-list_file_gallery.php|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 [tiki-list_file_gallery.php|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. # [tiki-adminusers.php|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 [tiki-admin.php?page=general&highlight=sender_email|sender email] # Update the ((Contact)) page so visitors can get in touch with you with questions # Update the top and right-hand menus [tiki-admin_menus.php|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" [tiki-admin.php?page=maps|here] # Go to the ((Accueil|Home)) page and enjoy ! Troubleshooting * This application relies heavily on [http://doc.tiki.org/Unified+Search|Tiki's Unified Search feature] so if you have strange errors like missing data or errors like ~np~"fopen(temp/unified-index/_5.sti) [function.fopen]: failed to open stream: Permission denied~/np~", make sure to review your setup. You can rebuild index by visiting [tiki-admin.php?page=search&rebuild=now] ** Please see: http://doc.tiki.org/Cron+Job+for+Search+Index+rebuilding ! Limitations !! Limit username pattern CartoGraf relies heavily on [http://doc.tiki.org/Search+Index|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 {CODE(caption="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 {CODE}