Skip to content

A library is many things

I use data and technology to tell stories that facilitate personal and communal transformation.

  • Home
    • About Me
    • About the Site
    • About the Title
  • Resume and Portfolio
    • Education
    • Professional Experience
    • Leadership and Volunteer Experience
    • Technical Skills
    • Selected Presentations and Publications
  • Blog
Posted on 2014-09-122016-03-18 by Andy Meyer

Getting Serious about Omeka Web Development

I’ve been fooling around with Omeka for two years now – and it’s time to get serious. I’ve decided to try and set up a whole test environment on my local machine so that I can try to do more customizations.

  1. Download XAMPP (https://www.apachefriends.org/index.html) and follow the standard installation process for XAMPP.
  2. Download Omeka (http://omeka.org/download/)
  3. Install Omeka (http://omeka.org/codex/Installation)
    1. Create a MySQL database and user.
      1. I went to http://localhost/phpmyadmin
      2. Clicked “Databases” tab and created a new database.
      3. Clicked on that database, then the “Privileges” tab, then created a new user.
      4. Important stuff from this step: database name, user name, user password.
    2. Extract the Omeka Download into the XAMPP htdocs folder (in my case, C:\xampp\htdocs). I renamed this “north” to relate to a project I’m working on now.
    3. Update the db.ini file here (C:\xampp\htdocs\north) with the information from the steps above.
    4. Open a browser and head to http://localhost/north
    5. Complete the installation prompts.

I ran into two problems that I wanted to fix. First, on the main install screen I got the following warning:

Omeka PHP problem 1

To Fix this problem, navigate to C:\xampp\php and edit the php.ini file. Uncomment the following line

extension=php_fileinfo.dll

by removing the “;” from the start of the line. Then restart the Apache server through the XAMPP interface. Problem resolved!

The second problem was getting the image magick extension installed. This proved to be a major problem and one that is still unresolved. However, because I had an active installation, I found a solution by simply copying the SQL database from my live webhost to my local host and then copying files from that server to my local machine. This allows me to do local changes without having that extension installed. Ideal? No! But functional.

 

CategoriesInformation Organization, Technology Tagsemerging technology, learning experience, metadata, omeka, personal, technology, tweak, user experience

Post navigation

Previous PostPrevious Review: “The Community Is Your Collection”
Next PostNext Project Planning for a Digital Collection

Categories

  • Assessment
  • Ethics/Values
  • Information Organization
  • Management
  • Miscellaneous
  • Outreach and Social Media
  • Personal
  • Policy
  • Reference and Instruction
  • Technology
Andy Meyer

Categories

  • Assessment
  • Ethics/Values
  • Information Organization
  • Management
  • Miscellaneous
  • Outreach and Social Media
  • Personal
  • Policy
  • Reference and Instruction
  • Technology
Proudly powered by WordPress