From: Banana Date: Sun, 8 Aug 2021 11:49:14 +0000 (+0200) Subject: final touches to the first setup X-Git-Tag: 1.3~16 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=316c60b4f506d80339c89c491e00a211fc3d74d6;p=bibliotheca-php.git final touches to the first setup --- diff --git a/documentation/setup/install.txt b/documentation/setup/install.txt index 5c52a34..1bfa447 100644 --- a/documentation/setup/install.txt +++ b/documentation/setup/install.txt @@ -4,27 +4,21 @@ unpacked files 2. DB Setup Create a DB and choose a prefix (A _ is added automatically as separation) for your tables. -Open the provided sql file. Search for #REPLACEME# and replace it with your table prefix. -Save. Import this file into you newly created DB. +Write down those values. You need them later -3. Config -Copy webclient/config/config.php.default to webclient/config/config.php -Edit and fill in the DB details. +3. Move files +Move the content of webclient folder to your webspace. -Change PATH_ABSOLUTE to you installation path and PATH_WEB_STORAGE relative to your webroot. - -Copy config-imdb.php.default to config-imdb.php. -Read the tools.txt and tool-imdbweb.txt and make wanted changes to that file - -4. Move files -Move the content of webclient folder to your webspace. Make sure the location matches -the PATH_ABSOLUTE config in config.php file - -5. File rights +4. File rights Make sure that systemout folder is read/write accessible with your webserver user. Recursive. Make sure that storage folder is read/write accessible with your webserver user. Recursive. -6. Access +5. Setup +Open your browser and visit your newly created bibliotheca installation setup with /setup +Follow the instructions and remember your settings from step 2 +After completion the setup will delete itself. Remove the /setup from the url and you are done. + +5. Access Open your browser and visit your newly created bibliotheca installation. Default admin user pw: test diff --git a/documentation/setup/manual-install.txt b/documentation/setup/manual-install.txt new file mode 100644 index 0000000..5813f8b --- /dev/null +++ b/documentation/setup/manual-install.txt @@ -0,0 +1,35 @@ +1. Unpack +Unpack the archive in a temp folder. Follow the steps. After you can delete the +unpacked files + +2. DB Setup +Create a DB and choose a prefix (A _ is added automatically as separation) for your tables. +Open the provided sql file. Search for #REPLACEME# and replace it with your table prefix. +Save. Import this file into you newly created DB. +It is a mysql dump import file. Works with phpmyadmin too. + +3. Config +Copy webclient/config/config.php.default to webclient/config/config.php +Edit and fill in the DB details. + +Change PATH_ABSOLUTE to you installation path and PATH_WEB_STORAGE relative to your webroot. + +Copy config-imdb.php.default to config-imdb.php. +Read the tools.txt and tool-imdbweb.txt and make wanted changes to that file + +4. Move files +Move the content of webclient folder to your webspace. Make sure the location matches +the PATH_ABSOLUTE config in config.php file + +5. File rights +Make sure that systemout folder is read/write accessible with your webserver user. Recursive. +Make sure that storage folder is read/write accessible with your webserver user. Recursive. + +6. Access +Open your browser and visit your newly created bibliotheca installation. +Default admin user pw: test + +7. First steps +Login with default admin account and change the password! +Create your own user. +Create your first collection.