X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=README.txt;h=ccd1f04a815d19ad409514858f3690bf37effd64;hp=f85228be9115b86034f3a81e416da000fb9cae09;hb=939514b912738c5784b04a0d207db1afd918eb69;hpb=7c5d2d3098b2c4e42f924b6e3d1afec9b5e0b742 diff --git a/README.txt b/README.txt index f85228b..ccd1f04 100644 --- a/README.txt +++ b/README.txt @@ -14,10 +14,25 @@ Requirements Installation ------------ -upload syp to your webserver -edit inc/settings.php -open http://yoururl.com/wizard.php with your web browser -follow instructions + +* manual configuration + +- edit inc/settings.php.in and copy it to inc/settings.php +- upload syp to your webserver +- open http://yoururl.com/install.php with your web browser to finalize + installation (database tables creation). + +* automatic configuration +- upload syp to your webserver +- open http://yoururl.com/install.php with your web browser and follow + instructions. + +For automatic configuration to work, inc/ directory needs to be writeable. Use +chmod to set the appropriate directory permissions. If in doubt, chmod to 0777. +Alternatively, you can use manual method. + +Some advanced configuration options are not available with automatic method. If +you need to set those options, use manual configuration. Upgrade ------------ @@ -30,6 +45,23 @@ Upgrade - copy upload/ back. - open http://yoururl.com/upgrade.php with your web browser +co-administrators +----------------- +It is possible to allow other people to upload and manage +pictures/descriptions. In admin interface, select "Add an co-administrator" +and fill informations (user name and password). Then, you need to communicate +to your user its username and password. He/She will be able to modify this +password afterward. Only admin can add new users. + +Other co-administrators will be able to add markers, and delete/modifiy them. +They cannot modify markers they have not created. admin is the only user +allowed to manage markers of other users. If you plan to have several +co-administrators, you may want to create a normal user for yourself, and use +it to manage your markers. You will then only use admin account when really +needed. + +Currently, SYP does not allow + server API ---------- The way server side communicates with client side is described at