From 13e5c91fa03ebc01bc4b90f461894b8b0876fe93 Mon Sep 17 00:00:00 2001 From: Stefano Alberto Russo <stefano.russo@gmail.com> Date: Wed, 6 May 2020 16:55:18 +0200 Subject: [PATCH] Updated main icon and README. --- README.md | 24 +++++++++++++++++-- .../code/rosetta/core_app/templates/main.html | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9ded25..865fc04 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Rosetta 💁🏽 +# Rosetta 🛰️ _A container-centric Science Platform_ @@ -30,12 +30,32 @@ Run Play - You can now point your browser to http://localhost:8080 + You can now point your browser to http://localhost:8080. + + To run Slurm jobs use partition "partition1" Clean # rosetta/clean +### Configuration + +Example Webapp configuraion + + - SAFEMODE=False + - DJANGO_LOG_LEVEL=CRITICAL + - ROSETTA_LOG_LEVEL=ERROR + - ROSETTA_TUNNEL_HOST=localhost # Not http or https + - ROSETTA_WEBAPP_HOST= + - ROSETTA_WEBAPP_PORT=8080 + - LOCAL_DOCKER_REGISTRY_HOST= + - LOCAL_DOCKER_REGISTRY_PORT=5000 + - DJANGO_EMAIL_APIKEY="<API KEY>" + - DJANGO_EMAIL_FROM="Rosetta Platform <notifications@rosetta.platform> + - DJANGO_PUBLIC_HTTP_HOST=http://localhost:8080 # Public facing, with shttp or https + + + ### Extras Check status (not yet fully supported) diff --git a/services/webapp/code/rosetta/core_app/templates/main.html b/services/webapp/code/rosetta/core_app/templates/main.html index 4bfce49..9558583 100644 --- a/services/webapp/code/rosetta/core_app/templates/main.html +++ b/services/webapp/code/rosetta/core_app/templates/main.html @@ -6,7 +6,7 @@ <header id="top" class="header"> <div style="display:table-row"> <div class="text-vertical-center"> - <h1>Rosetta 💁🏽</h1> + <h1>Rosetta 🛰️</h1> <h2 style="margin-left:25px; margin-right:25px; font-weight:100; line-height: 30px;"><i>A container-centric Science Platform<br></i></h2> </div> </div> -- GitLab