X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=docs%2Fric_INSTALL.html;fp=docs%2Fric_INSTALL.html;h=d24137886be0a8ca1a0309c89c2b8acb15322b86;hp=0000000000000000000000000000000000000000;hb=478bae1a1072f2de18f46bf3fc3f0ce2643f4571;hpb=cc5fc15f323d7ec65ca5ece977a50f2fe6153f8e;ds=sidebyside diff --git a/docs/ric_INSTALL.html b/docs/ric_INSTALL.html new file mode 100644 index 0000000..d241378 --- /dev/null +++ b/docs/ric_INSTALL.html @@ -0,0 +1,62 @@ + + + + + + + + + + +

INSTALL

+
+phpfspot install howto:
+
+* requirements
+ 
+ - apache/apache2 (in fact any webserver which supports php)
+ - php5
+   - the following extensions must be available
+     (compiled in or as shared object):
+     * gd
+     * sqlite3 (native or as PDO driver)
+   - PEAR extensions (pear install %name%)
+     * Calendar
+     * HTML_AJAX
+ - Smarty (php template engine, http://smarty.php.net)
+ - sqlite3
+  
+* installation
+
+ 1. copy the sample phpfspot-config-file to your new config file
+
+    cp phpfspot_cfg.php.dist phpfspot_cfg.php
+
+ 2. Edit phpfspot_cfg.php and edit the necessary configuration
+    parameters. This file also include explanation of each option.
+    Take care that the path to the f-spot database (photos.db)
+    and the f-spot photo base directory (usally Photos) is set
+    correctly.
+
+ 3. Open phpfspot in our favourite browser. The URL depends what
+    you have specify as $webpath in the configuration var. But
+    usually it will be http://myserver/phpfspot (where myserver
+    is your webservers IP, server name, virtual host name, ...).
+
+ 4. To pre-create all thumbnails invoke the script gen_thumbs.php
+
+    cd ${phpfspot_home}
+    "./gen_thumbs.php"
+    or 
+    "php gen_thumbs.php" (if execute-permission is not set)
+
+    thumbnails can also be created on-the-fly by the webserver but
+    this will take away a lot of resources of your system during
+    thumb-generation. pre-creation on the shell works faster.
+
+
+

+ Documentation generated on Sat, 12 Apr 2008 18:24:40 +0200 by phpDocumentor 1.4.2 +

+ + \ No newline at end of file