1 Show Your Places (SYP) is a web CMS whose goal is to manage a pictures or
2 photos collection with geographic location. The website shows a map with
3 markers matching picture locations. When selecting a marker, visitors can see
4 image and its description.
9 - mysql extension for php
10 - mysql must support spatial extension; mysql version must be >= 4.1 for MyISAM
11 tables or >= 5.0.16 for other tables. I assumed it would not be a problem.
12 If that's a problem for you, send me a mail, and I'll do without spatial
17 upload syp to your webserver
19 open http://yoururl.com/wizard.php with your web browser
24 - make a copy of inc/settings.php
25 - delete old version of syp from your server
27 - edit inc/settings.php again (copy old version of file may not be enough
28 because new settings may have appeared)
29 - open http://yoururl.com/upgrade.php with your web browser
33 The way server side communicates with client side is described at
34 http://dev.renevier.net/syp.git/?a=blob_plain;f=devdoc/api.txt
35 That document is mainly aimed at developers and inquiring people. You should
36 not need it if you just want to install syp on your website.
41 Arno Renevier <arno@renevier.net>