-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
65 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,21 @@ FROM crs4/php7-base:7.1 | |
# File Author / Maintainer | ||
MAINTAINER PhenoMeNal-H2020 Project ( [email protected] ) | ||
|
||
# container version | ||
ENV version="1.1" | ||
|
||
# software version | ||
ENV software_version="1.2.1" | ||
|
||
# Image Metadata | ||
LABEL Description="Metadata backend for the PhenoMeNal Portal" | ||
LABEL software="PhenoMeNal Portal" | ||
LABEL software.version="1.2.0" | ||
LABEL version="1.0.0" | ||
LABEL version="${version}" | ||
LABEL software.version="${software_version}" | ||
|
||
# Optional arguments to choose the Git repo & branch to use at build time | ||
ARG git_repo=phnmnl/portal-metadata-backend | ||
ARG git_branch="v1.2.0" | ||
ARG git_branch="v${software_version}" | ||
|
||
# Install required packages | ||
RUN apt-get update && apt-get install -y --no-install-recommends mysql-client python2.7 python-pip && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
|
||
![Logo](portal-logo.png) | ||
|
||
# PhenoMeNal Metadata Backend | ||
Version: 1.1 | ||
|
||
## Description | ||
|
||
Backend service for the PhenoMeNal Portal Metadata | ||
|
||
|
||
## Key features | ||
|
||
- Local Cloud Research Environment Deployment | ||
- Metadata service | ||
|
||
## Functionality | ||
|
||
- Other Tools | ||
|
||
|
||
## Tool Authors | ||
|
||
- Sijin He (EMBL-EBI) | ||
- Marco Enrico Piras (CRS4) | ||
|
||
## Container Contributors | ||
|
||
- [Sijin He](https://github.com/sh107) (EMBL-EBI) | ||
- [Pablo Moreno](https://github.com/pcm32) (EMBL-EBI) | ||
- [Marco Enrico Piras](https://github.com/kikkomep) (CRS4) | ||
|
||
## Website | ||
|
||
- http://portal.phenomenal-h2020.eu/ | ||
|
||
|
||
## Git Repository | ||
|
||
- https://github.com/phnmnl/container-portal-metadata-backend.git | ||
|
||
## Installation | ||
|
||
For local individual installation: | ||
|
||
```bash | ||
docker pull container-registry.phenomenal-h2020.eu/phnmnl/container-portal-metadata-backend | ||
``` | ||
|
||
## Usage Instructions | ||
|
||
For direct docker usage: | ||
|
||
```bash | ||
docker run -d -p 3001:80 -it container-registry.phenomenal-h2020.eu/phnmnl/container-portal-metadata-backend /bin/bash -c "entrypoint.sh 80" | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.