2017 © Pedro Peláez
 

project omeka-s

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

image

stephenwf/omeka-s

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  • Thursday, June 29, 2017
  • by stephenwf
  • Repository
  • 1 Watchers
  • 0 Stars
  • 740 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 39 Forks
  • 0 Open issues
  • 21 Versions
  • 8 % Grown

The README.md

Omeka S

Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata., (*1)

Installation

Requirements

  • Linux
  • Apache
  • MySql 5.5.3+ and the MySQL driver for PDO
  • PHP 5.6+ (the latest stable version preferred) and the PHP extensions for PDO

Gotchas

  • The default library for generating thumbnails is ImageMagick, at least version 6.7.5. Older versions will not correctly produce thumbnails. See local.config.php options below.

Installing from GitHub

  1. Clone this repository in your Apache web directory:
    • $ git clone https://github.com/omeka/omeka-s.git
  2. Change into the Omeka S directory:
    • $ cd omeka-s
  3. Perform first-time setup:
    • $ npm install
    • $ npm install --global gulp-cli (if you do not already have gulp installed)
    • $ gulp init
  4. Open config/database.ini and add your MySQL username, password, database name, and host name. The user and database must be created before this step.
  5. Make sure the files/ directory is writable by Apache.
  6. In your web browser, navigate to the omeka-s directory, where you can complete installation.

Installing from released zip file

  1. Download the latest release from the release page
  2. Open config/database.ini and add your MySQL username, password, database name, and host name. The user and database must be created before this step.
  3. Make sure the files/ directory is writable by Apache.
  4. In your web browser, navigate to the omeka-s directory, where you can complete installation.

You can find Omeka-specific code under application/., (*2)

Updating

Make a backup copy of your entire site and its database!, (*3)

Updating from GitHub

  1. git pull as usual. Before the official release, latest code will be on branch 'develop'.
  2. From the Omeka S root directory, run gulp deps to make sure dependencies are up to date.
  3. Compare changes in /config/local.config.php and /config/local.config.php.dist. Some default configurations might have changed, so you might need to reconcile changes to the distributed configuration with your local configuration (e.g., a path to PHP specific to your server, dev mode settings, etc.)
  4. In your web browser, go to your site and run any migrations that are needed.

Updating from released zip file

  1. Download the latest release from the release page
  2. Make a copy of your /config/local.config.php file.
  3. Make a copy of your /modules and /themes directories.
  4. Make a copy of your /files directory.
  5. Remove all Omeka S files, and replace them with the files from the updated zip file.
  6. Replace your original /config/local.config.php file, and the /modules, /themes, and /files directories that you copied.
  7. In your web browser, go to your site and run any migrations that are needed.

local.config.php options

  • thumbnailer Default is Omeka\File\ImageMagickThumbnailer. Also available are Omeka\File\IMagickThumbnailer and Omeka\File\GdThumbnailer
  • phpcli_path Default is to attempt to detect correct path to PHP. Use this option to specify a path if needed in your server configuration. For example:
    'cli' => array(
        'phpcli_path' => '/usr/bin/php55',
    ),

Libraries

Omeka uses the following libraries, among others:, (*4)

Coding Standards

Omeka development adheres to the Zend Framework 2 Coding Standards and uses the git-flow branching model., (*5)

The Versions

29/06 2017

dev-develop

dev-develop

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

26/06 2017

dev-feature/travis-bug

dev-feature/travis-bug

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

10/05 2017

dev-feature/initial-dockerfile

dev-feature/initial-dockerfile

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

29/04 2017

dev-add-selected-attachments

dev-add-selected-attachments

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

27/04 2017

dev-search

dev-search

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

05/04 2017

dev-master

9999999-dev

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

05/04 2017

v1.0.0-beta3

1.0.0.0-beta3

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

17/03 2017

dev-npm-js-deps

dev-npm-js-deps

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

16/02 2017

dev-ff-input-width

dev-ff-input-width

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

19/12 2016

v1.0.0-beta2

1.0.0.0-beta2

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

17/11 2016

dev-redo-query-builder

dev-redo-query-builder

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

01/11 2016

v1.0.0-beta

1.0.0.0-beta

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

29/08 2016

v0.8.0-alpha

0.8.0.0-alpha

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

15/07 2016

v0.7.0-alpha

0.7.0.0-alpha

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

25/05 2016

dev-eager-load

dev-eager-load

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

25/05 2016

dev-fetch-join

dev-fetch-join

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

13/04 2016

v0.6.0-alpha

0.6.0.0-alpha

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

14/03 2016

v0.5.0-alpha

0.5.0.0-alpha

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

23/11 2015

v0.4.0-alpha

0.4.0.0-alpha

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

14/10 2015

v0.3.0-alpha

0.3.0.0-alpha

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

30/06 2015

v0.2.0-alpha

0.2.0.0-alpha

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires