Difference between revisions of "Omeka Website Set Up: An Introduction to Digital Humanities Class"
From EBA_Documentation
m |
m |
||
Line 16: | Line 16: | ||
|- | |- | ||
| Configure Thumbnail Creation by adding the following lines to the appropriate Omeka file: http://omeka.org/codex/Configuring_Thumbnail_Creation | | Configure Thumbnail Creation by adding the following lines to the appropriate Omeka file: http://omeka.org/codex/Configuring_Thumbnail_Creation | ||
− | + | *fileDerivatives.typeWhitelist[] = "image/jpeg" | |
+ | *fileDerivatives.typeWhitelist[] = "image/image/png" | ||
+ | *fileDerivatives.typeWhitelist[] = "application/pdf" | ||
| | | | ||
|- | |- |
Revision as of 10:58, 22 December 2015
Item | Date Completed |
---|---|
Create a new MySQL database | |
Add the User responsible for making the backups to the new MySQL database. | |
Install the current version of Omeka: http://omeka.org/codex/Installation. | |
Configure Thumbnail Creation by adding the following lines to the appropriate Omeka file: http://omeka.org/codex/Configuring_Thumbnail_Creation
|