Omeka S - danwu960/MyDocument GitHub Wiki

#Update Omeka S

  • Download the latest release
  • Change the name of omeka folder to "omeka-old"
  • Go to the folder where the release is stored
  • wget --no-check-certificate zip-url
  • unzip omeka-release-file -d directory-where-omeka-is-installed-/var/www/

#Change folder name to omeka

  • mv -i old-omeka new-omeka

#Change the configuration in database.ini

  • username: omekauser
  • pasword: caela-omeka#user
  • databaseName: omekadb
  • host: localhost

#Make folder file/ writable by Apache #Check who owns the directory by

  • ps -ef | grep apache | grep -v grep

#Give the folder to user "www-data"

  • sudo chown www-data:www-data folder-name

#Go to the admin page in web browser and update the database

#Install modules

  • download the modules
  • unzip the file and put the folder under /var/www/omeka/modules
  • go to the omeka admin page and install the module there

#change the maxfile limits

  • to to /etc/pho/version/apache2/php.ini and change the number in max_file_uploads