X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=README.txt;h=33f29a31362a9c3b15f28a875e0c7e21f378f415;hp=f85228be9115b86034f3a81e416da000fb9cae09;hb=b6cae6a5698c5d0655d921f78f0ccab470bf034c;hpb=3b38ca36fc18d34999073625a9c66dc2f05747a3 diff --git a/README.txt b/README.txt index f85228b..33f29a3 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 ------------