projects
/
phpfspot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
issue112, enhanced preload functions for photo-index
[phpfspot.git]
/
INSTALL
diff --git
a/INSTALL
b/INSTALL
index b8ed988fba9ae621c304d1c5767b99f88e369235..48f52d499f8a6f366d66659d8f2ae53b5746153c 100644
(file)
--- a/
INSTALL
+++ b/
INSTALL
@@
-7,11
+7,11
@@
phpfspot install howto:
- the following extensions must be available
(compiled in or as shared object):
* gd
- the following extensions must be available
(compiled in or as shared object):
* gd
- * sqlite3
+ * sqlite3
(native or as PDO driver)
- PEAR extensions (pear install %name%)
* Calendar
* HTML_AJAX
- PEAR extensions (pear install %name%)
* Calendar
* HTML_AJAX
- -
s
marty (php template engine, http://smarty.php.net)
+ -
S
marty (php template engine, http://smarty.php.net)
- sqlite3
* installation
- sqlite3
* installation
@@
-34,7
+34,9
@@
phpfspot install howto:
4. To pre-create all thumbnails invoke the script gen_thumbs.php
cd ${phpfspot_home}
4. To pre-create all thumbnails invoke the script gen_thumbs.php
cd ${phpfspot_home}
- ./gen_thumbs.sh
+ "./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
thumbnails can also be created on-the-fly by the webserver but
this will take away a lot of resources of your system during