From 86cd18c3a735251675da2ec3b2bbbbc703b3a362 Mon Sep 17 00:00:00 2001 From: Michael Wesemann Date: Fri, 8 Apr 2022 13:48:48 +0200 Subject: [PATCH] - --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e83cba8..c20a1d6 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,23 @@ Contact: archive@fhi.mpg.de Include /a/etc/archive.rewrite.conf -``` \ No newline at end of file +``` +## Step 4: Check and adapt settings in 'archive.conf' + +- set name and base url +- add database settings +- add ldap if wanted +- define your document types and metadata + +## Step 5: Settings in php.ini + +``` +short_open_tag = On +max_execution_time = 300 +max_input_time = 600 +memory_limit = 1024Mpost_max_size = 10000M +file_uploads = On +upload_max_filesize = 10000M +max_file_uploads = 20 +``` +