History: CartoGraf_Setup
Source of version: 90
- «
- »
Copy to clipboard
! Instructions Thank you for deploying the CartoGraf Profile for Tiki 10.x! Here are the next steps: # You should have latest 10.x # Here are some [https://dev.tiki.org/Merge+a+commit+from+trunk|patches to apply], which will be native in Tiki11, and perhaps Tiki10.1 ** http://sourceforge.net/p/tikiwiki/code/44055 ** http://sourceforge.net/p/tikiwiki/code/44070 ** http://sourceforge.net/p/tikiwiki/code/44071 ** http://sourceforge.net/p/tikiwiki/code/44072 ** http://sourceforge.net/p/tikiwiki/code/44075 ** http://sourceforge.net/p/tikiwiki/code/44090 # Make sure you have enabled .htaccess file (needed to make the Map links work). Copying _htaccess to .htacces in your Tiki installation folder usually does the trick. # [http://profiles.tiki.org/tiki-download_wiki_attachment.php?attId=94&download=y|Download the latest version of the CartoGraf theme] and unpack its contents (styles and templates) over your Tiki root folder (if you haven't done so already). # Upload in the [tiki-list_file_gallery.php|File Gallery] (in the "Icons" gallery folder) some icons that can be used as markers on the maps. A great source is: [http://mapicons.nicolasmollet.com]. 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 need additional colors in the legend, add them to the code at ((MapCanvasSolo)) and ((MapCanvasShare)) and 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.php 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 ((HomePage|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] ! 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.