{"id":20425018,"url":"https://github.com/databio/bioterms","last_synced_at":"2026-03-05T21:32:02.378Z","repository":{"id":86287769,"uuid":"156227431","full_name":"databio/bioterms","owner":"databio","description":"Content and Dockerfile for the bioterms.org site","archived":false,"fork":false,"pushed_at":"2019-06-11T13:39:34.000Z","size":80,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-09-11T10:15:53.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bioterms.org","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/databio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-05T14:05:15.000Z","updated_at":"2019-06-11T13:39:36.000Z","dependencies_parsed_at":"2023-03-13T09:28:30.039Z","dependency_job_id":null,"html_url":"https://github.com/databio/bioterms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/databio/bioterms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Fbioterms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Fbioterms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Fbioterms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Fbioterms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/databio","download_url":"https://codeload.github.com/databio/bioterms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Fbioterms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30150420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T21:15:50.531Z","status":"ssl_error","status_checked_at":"2026-03-05T21:15:11.173Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2024-11-15T07:12:02.756Z","updated_at":"2026-03-05T21:32:02.339Z","avatar_url":"https://github.com/databio.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BioTerms\n\nBioTerms.org is a community initiative to define and promote schemas for structured epigenome annotation data. More details can be found at [bioterms.org](http://bioterms.org).\n\n## Contents\n\nThis repo contains the JSON-LD schemas served by bioterms.org. It also includes a Dockerfile to create a Docker image running Apache2 web server serving these schemas. If you decide to build the Docker image and serve the contents as a Docker container, please edit the `httpd.conf` file found in the `docker/apache_conf` sub directory -- make sure that the port and DNS name are correct, as the Apache web server is set up to use virtual hosts to run the website and serve the schemas.\n\nThe actual JSON-LD schemas are in the `docker/schemas` subdirectory.\n\n## How to change/add html/js/css and other contents\n\nAdd whatever it is you want to add to the `docker/contents/` sub-dir. The contents of this directory get copied into `/usr/local/apache2/htdocs` in the container.\n\n## How to run the image\n\n```\ncd docker\ndocker build -t bioterms-docker-image .\ndocker run -dit --name bioterms -p 8889:80 bioterms-docker-image:latest\n```\n\nThe above will expose port 8889 (which is what we use to serve the contents on). In our setup we use Traefik (https://traefik.io/) to run multiple domains on the same machine (episb.org, bioterms.org etc.), all as Docker images. Traefik will take care of all the port/DNS forwarding in this scenario.\n\nYou can then stop the container with:\n\n```\ndocker stop bioterms\n```\n\n## How to serve the contents without a Docker image\n\nIf you have a dedicated machine to run Apache and want to serve the contents, make use to use the included httpd.conf file - copy it into the appropriate Apache conf directory (e.g. /etc/httpd/conf or /usr/local/apache2/conf) and make sure to edit the file to reflect the correct DocumentRoot and ServerRoot directories. The schemas/ sub directory and its contents should be copied into /var/www/html (or /usr/local/apache2/htdocs, or wherever DocumentRoot is set to point). After starting Apache, it should serve all the schemas properly. Do not forget to comment out the VirtualHost section or change it to make it appropriate for your situation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabio%2Fbioterms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatabio%2Fbioterms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabio%2Fbioterms/lists"}