Skip to content
Commits on Source (2)
......@@ -131,6 +131,15 @@ Run Web App unit tests (with Rosetta running)
$ rosetta/logs webapp server
$ rosetta/test
### Computing resources requirements
Ensure that computing resource have:
- a container engine or wms available (of course);
- Python installed and callable with the "python" executable or the agent will fail;
- Bash as default shell for ssh-based computign resources.
## Known issues
......
{% load static %}
{% include "header.html" %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......
{% load static %}
{% include "header.html" %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......
{% load static %}
{% include "header.html" %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......
{% load static %}
{% include "header.html" %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......
{% load static %}
{% include "header.html" %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......
{% load static %}
{% include "header.html" %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......
{% load static %}
{% include "header.html" %}
{% include "navigation.html"%}
{% include "logo.html" %}
<center>
<div style="width:300px;">
......
<div style="background:#f8f8f8; margin:0px; padding-top:8px; padding-bottom:0px; border-bottom:lightgray 1px solid; margin-bottom:20px">
<!-- <img src="/static/img/logo.png" style="height:35px; margin-left:10px; margin-top:10px; margin-bottom:10px; margin-right:20px;"> -->
<span style="margin-left:15px;font-size:1.8em"><b>Rosetta</b></span> <img src="/static/img/emoji_u1f6f0.png" style="height:42px; padding-bottom:20px">
</div>
{% load static %}
{% include "header.html" %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......
{% load static %}
{% include "header.html" with title=data.page.title %}
{% include "navigation.html"%}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......
{% load static %}
{% include "header.html" %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......
{% load static %}
{% include "header.html" %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......
{% load static %}
{% include "header.html" %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container" style="height:75%;">
<div class="dashboard" style="height:100%;">
......
{% load static %}
{% include "header.html" %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......
{% load static %}
{% include "header.html" with refresh=data.refresh %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......
{% load static %}
{% include "header.html" %}
{% include "navigation.html" %}
<br/>
<br/>
{% include "logo.html" %}
<div class="container">
<div class="dashboard">
......