]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
final touches to the first setup
authorBanana <mail@bananas-playground.net>
Sun, 8 Aug 2021 11:49:14 +0000 (13:49 +0200)
committerBanana <mail@bananas-playground.net>
Sun, 8 Aug 2021 11:49:14 +0000 (13:49 +0200)
documentation/setup/install.txt
documentation/setup/manual-install.txt [new file with mode: 0644]

index 5c52a34cb6c3d32a6a46121289c6420fb0005958..1bfa447425ca112415c8c086f2a0c210883d51d7 100644 (file)
@@ -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 (file)
index 0000000..5813f8b
--- /dev/null
@@ -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.