diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 42 |
1 files changed, 39 insertions, 3 deletions
@@ -1,7 +1,42 @@ -INSTALLING VIA THE WEB -- Point your web browser at gallery3/installer and follow the instructions +ABOUT: +Gallery 3 is a web based software product that lets you manage +your photos on your own website. You must have your own website +with PHP and database support in order to install and use it. +With Gallery you can easily create and share albums of photos +via an intuitive interface. -INSTALLING FROM THE COMMAND LINE + +SECURITY (& INTENDED AUDIENCE): +This is the first technology release of Gallery 3.0 and as such +it is not intended to be installed on public websites yet. +Note: + - The application has not undergone a professional security audit + yet and may have serious security vulnerabilities. + - A series of key features are yet to be added (e.g. a way to + reset a forgotten password). + - There is no guaranteed upgrade path yet. You might be forced to + reinstall Gallery 3 to use the next public release. + +The intended audience of this release are enthusiasts, designers +and module developers. This is the right time to do a test drive +with the improved user interface and to start developing feature +extensions and designing new themes. +Please send your feedback to gallery-devel@lists.sourceforge.net. + + +SYSTEM REQUIREMENTS: + - Platform: Linux / Unix. + - Web server: Apache 2.2 and newer. + - PHP 5.2 and newer (PHP's safe_mode must be disabled). + - Database: MySQL 4.1 and newer. + + +INSTALLATION VIA THE WEB: +- Point your web browser at gallery3/installer/ and follow the + instructions. + + +INSTALLTION FROM THE COMMAND LINE: - php installer/index.php [-h host] [-u user] [-p pass] [-d dbname] Command line parameters: @@ -10,6 +45,7 @@ INSTALLING FROM THE COMMAND LINE -p Database user password (default: ) -d Database name (default: gallery3) + Questions, problems: - Check out the gallery3 FAQ http://codex.gallery2.org/Gallery3:FAQ - Email gallery-devel@lists.sourceforge.net |