X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=INSTALL;h=886a94d8256a462e161f183acc6c8c84437d5b0f;hp=86b65d418a240284661d535e858aa25db6868624;hb=47a0a9b5b1c8acb36aa0e93179ce5a661a69427a;hpb=ad48a970a52fc44b65176b951a15b9846a290bab;ds=sidebyside diff --git a/INSTALL b/INSTALL index 86b65d4..886a94d 100644 --- a/INSTALL +++ b/INSTALL @@ -3,7 +3,7 @@ Installation ------------ -1) What you need - all you need is PHP and MYSQL + all you need is PHP and MYSQL. PHP has to include gettext support. 0) Get files @@ -26,6 +26,7 @@ Installation $HOST: for example "http://localhost" $INDEX: the absolute web path to your index.php file e.g. "/mypath/index.php" $STATS: the absolute web path to your stats.php file e.g. "/mypath/stast.php" + $RSSS: the absolute web path to your rss.php file e.g. "/mypath/rss.php" database info: @@ -54,6 +55,10 @@ Installation return; } -3) Log in and enjoy ;) +3) install .htaccess: copy htaccess.template to .htaccess and edit it to set RewriteBase. + If your site is at http://example.org/~test/edoko you need to set + RewriteBase to /~test/edoko + +4) Log in and enjoy ;) Arun