This commit is contained in:
Michael Wesemann 2022-04-08 13:48:48 +02:00
parent a936975feb
commit 86cd18c3a7

View File

@ -61,4 +61,23 @@ Contact: archive@fhi.mpg.de
Include /a/etc/archive.rewrite.conf Include /a/etc/archive.rewrite.conf
</VirtualHost> </VirtualHost>
``` ```
## 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
```