Skip to content

PhenoMeNal Portal Infrastructure

Sijin He edited this page Aug 21, 2017 · 27 revisions

Overview

The PhenoMeNal Portal is also branded as PhenoMeNal Gateway, that allows users to deploy their own Cloud Research Environment on different cloud platforms. At the moment, the PhenoMeNal Portal now supports OpenStack, Amazon Web Services, and Google Cloud Engine. More cloud platforms will be supported in future release, for example, Microsoft Azure.

Infrastructure of the PhenoMeNal Portal

The PhenoMeNal Portal now consists a number of components which has been containerised in docker containers and has been running in Kubenetes cluster.

Main Frontend for Portal + App Library + Wiki

The main frontend for Portal + App Library + Wiki is a web interface that is publicly hosted at https://portal.phenomenal-h2020.eu/. Its development version of the PhenoMeNal portal is hosted at https://portaldev.phenomenal-h2020.eu/

  • Languages used: Angular 2+, HTML5, CSS3
  • Code Base Repo: https://github.com/phnmnl/ng2-phenomenal-portal
  • Container Repo: https://github.com/phnmnl/container-phenomenal-portal
  • Description: The main frontend for Portal + App Library + Wiki is a Single Page Application (SPA) developed by using a Javascript framework called Angular (Formerly known as Angular 2+) supported by Google. This Javascript framework enables fast application development, fast web page rendering, taking advantages of using Model-View-Controller and it is ideal for responsive application development.
Clone this wiki locally