Difference between revisions of "Omeka Website Set Up: An Introduction to Digital Humanities Class"
From EBA_Documentation
m |
m |
||
Line 28: | Line 28: | ||
|- | |- | ||
| 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 | ||
+ | <code> | ||
*fileDerivatives.typeWhitelist[] = "image/jpeg" | *fileDerivatives.typeWhitelist[] = "image/jpeg" | ||
*fileDerivatives.typeWhitelist[] = "image/image/png" | *fileDerivatives.typeWhitelist[] = "image/image/png" | ||
*fileDerivatives.typeWhitelist[] = "application/pdf" | *fileDerivatives.typeWhitelist[] = "application/pdf" | ||
+ | </code> | ||
| | | | ||
|- | |- |
Revision as of 09:15, 24 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. | |
Create a new Crontab for backing up both the MySQL Database and the new Omeka installation: http://wiki.dreamhost.com/Crontab | |
Set Permissions for the Crontab to the recommended settings (see previous Crontab installations for the recommended settings) | |
Create a new Cron Job for the backup (Set frequency to weekly): http://wiki.dreamhost.com/Crontab | |
Configure Thumbnail Creation by adding the following lines to the appropriate Omeka file: http://omeka.org/codex/Configuring_Thumbnail_Creation
|
|
Install and activate the following Plugins: http://omeka.org/codex/Managing_Plugins_2.0
|
|
Install all available Themes: http://omeka.org/codex/Managing_Themes_2.0 | |
Modify the site Appearance settings: http://omeka.org/codex/Managing_Appearance_2.0
|