Skip to content

Commit

Permalink
release v1.2.1_cv1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed May 16, 2018
2 parents 1f9ae7d + d5b4aa6 commit 29e2e05
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
56 changes: 56 additions & 0 deletions README.md
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"
```
Binary file added portal-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29e2e05

Please sign in to comment.