diff --git a/README.md b/README.md index a9ded254105e53084bfa9f3b99de9805caf31035..865fc0469424390653c4593fb00bbc25ff15cbbe 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 4bfce49b27943c040e7e614b36c438b0f1e094ce..9558583d2a9e60f199482f04b646f18870cb1e49 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>