Tuesday 10 March 2015

easy three step guide to building omeka on debian


Following my success with building omeka on a debian vm I thought I'd write down how I did it before I forget.

It's not rocket science, all I did was follow the bouncing ball ...
  1. Obtain the debian net install iso – I used the 7.8.30 version
    1. this assumes that the device you are installing to has a network connection
    2. this install will download software from the internet
  2. Build debian on the machine of your choice. You will need administrative access
    1. you will need to decide during the install process whether to be command line only or to install a desktop. You do not need a desktop to install omeka
    2. some of the utilities required may already be installed
    3. remember to do sudo apt-get update followed by sudo apt-get upgrade at the end of the build process to ensure that all repositories and updates are in place. Using the netinstall iso should mean that you have few, if any, updates
  3. Follow the omeka command line install script at http://omeka.org/codex/Install_on_Ubuntu_using_Terminal
    1. the latest version of omeka is omeka 2.2.2 – replace all references to omeka-2.0 with omeka-2.2.2 throughout the install script - for example the wget command should read wget http://omeka.org/files/omeka-2.2.2.zip

It should just work, but as always, your mileage may vary ...

No comments: