]> dev.renevier.net Git - syp.git/blob - README.txt
real api and clearer separation between server and client
[syp.git] / README.txt
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.
5
6 Requirements
7 ------------
8 - php5
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
13   support.
14
15 Installation
16 ------------
17 edit inc/settings.php
18 open http://yoururl.com/wizard.php
19 follow instructions
20
21 Author
22 ------
23 Arno Renevier <arno@renevier.net>