-
This commit is contained in:
parent
a936975feb
commit
86cd18c3a7
21
README.md
21
README.md
@ -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
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user