{"id":42925069,"url":"https://github.com/tulibraries/tul_omeka-s","last_synced_at":"2026-01-30T18:07:43.581Z","repository":{"id":37075260,"uuid":"404076255","full_name":"tulibraries/tul_omeka-s","owner":"tulibraries","description":"Temple University Libraries - Exhibition Omeka-S on Kubernetes","archived":false,"fork":false,"pushed_at":"2025-12-02T17:00:47.000Z","size":315,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-12-05T14:32:42.171Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tulibraries.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-09-07T18:03:33.000Z","updated_at":"2025-12-02T16:42:51.000Z","dependencies_parsed_at":"2023-12-20T15:49:30.052Z","dependency_job_id":"39431c87-6755-4997-bc2b-70f51a48d763","html_url":"https://github.com/tulibraries/tul_omeka-s","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/tulibraries/tul_omeka-s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Ftul_omeka-s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Ftul_omeka-s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Ftul_omeka-s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Ftul_omeka-s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tulibraries","download_url":"https://codeload.github.com/tulibraries/tul_omeka-s/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulibraries%2Ftul_omeka-s/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-30T18:07:43.515Z","updated_at":"2026-01-30T18:07:43.564Z","avatar_url":"https://github.com/tulibraries.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Temple University Libary Exhibits (tul_omeka-s)\n\n## Deployment\nThis application is deployed with a Helm Chart that is located in Temple Libraries private Gitlab repository.  Access to the repository and the QA application require the user to be logged in to the Temple VPN.\n\nThe QA site can be found at https://exhibits-qa.k8s.temple.edu.\n\n## Getting Started\nWe defined a Makefile with many useful commands for local development. These commands replicate the process used to deploy in the Gitlab pipeline.\n\nThere are also some directories that you will need to create locally.  Directories that should not be committed to GitHub are included in the .gitignore file.\n- `mkdir -p data/db`\n- `mkdir -p files/apache2`\n- `mkdir -p files/local`\n- `mkdir -p volume/modules`\n- `mkdir -p volume/themes`\n- `mkdir -p volume/files`\n- `mkdir -p tmpfs/log`\n- `mkdir -p tmpfs/tmp`\n- `mkdir -p tmpfs/run`\n\nTo start up a local instance, run the following make commands. You will need to be logged into the Temple VPN in order to access the Harbor images.   \n- `make build`\n- `make up`\n\nOnce the application is running, it can be accessed at http://localhost:80. You will need to create a user in order to enter the application.\n\n## Install Extensions\n\n1. In browser, visit the Rancher Workload Dashboard\n2. Scroll to tul-omeka-s workload\n3. Click on menu (Three dots on right)\n4. Select \"Execute Shell\"\n5. To Install Modules\n\t1. `cd modules`\n\t2. `wget [module url]`\n\t3. `unzip [downloaded zip file]`\n\t4. `chown -R nobody:nobody [unzipped directory]`\n\t5. `rm [downloaded zip file]`\n6. To Install Themes\n\t1. `cd themes`\n\t2. `wget [theme url]`\n\t3. `unzip [downloaded zip file]`\n\t4. `chown -R nobody:nobody [unzipped directory]`\n\t5. `rm [downloaded zip file]`\n7. `exit`\n\nAs an administrative user on the Omeka Web Application, modules are activated and configured\nfrom the Admin menu on the left side of the administration dashboard.  Themes are selected\nand configured from the Sites menu item on the left side of the administrative dashboard.\n\n### Module List\n\n- https://github.com/omeka-s-modules/Mapping/releases/download/v1.4.1/Mapping-1.4.1.zip\"\n- https://github.com/Daniel-KM/Omeka-S-module-OaiPmhRepository/releases/download/3.3.5.4/OaiPmhRepository-3.3.5.4.zip\"\n- https://github.com/Daniel-KM/Omeka-S-module-ImageServer/releases/download/3.6.7.3/ImageServer-3.6.7.3.zip\n- https://github.com/Daniel-KM/Omeka-S-module-IiifServer/releases/download/3.6.5.3/IiifServer-3.6.5.3.zip\" \n- https://github.com/omeka-s-modules/CSVImport/releases/download/v2.2.1/CSVImport-2.2.1.zip\n- https://github.com/Daniel-KM/Omeka-S-module-BulkEdit/releases/download/3.3.12.4/BulkEdit-3.3.12.4.zip\n- https://github.com/zerocrates/AltText/releases/download/v1.2.1/AltText-1.2.1.zip\n- https://github.com/omeka-s-modules/CSSEditor/releases/download/v1.3.0/CSSEditor-1.3.0.zip\n\n### Themes List\n\n- https://github.com/omeka-s-themes/default/releases/download/v1.6.1/theme-default-v1.6.1.zip\n- https://github.com/omeka-s-themes/papers/releases/download/v1.3.1/theme-papers-v1.3.1.zip\n- https://github.com/omeka-s-themes/centerrow/releases/download/v1.6.0/theme-centerrow-v1.6.0.zip\n- https://github.com/omeka-s-themes/cozy/releases/download/v1.5.1/theme-cozy-v1.5.1.zip\n- https://github.com/omeka-s-themes/foundation-s/releases/download/v1.1.0/theme-foundation-s-v1.1.0.zip\n- https://github.com/omeka-s-themes/thanksroy/releases/download/v1.0.0/theme-thanksroy-v1.0.0.zip\n- https://github.com/omeka-s-themes/thedaily/releases/download/v1.6.1/theme-thedaily-v1.6.1.zip\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftulibraries%2Ftul_omeka-s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftulibraries%2Ftul_omeka-s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftulibraries%2Ftul_omeka-s/lists"}