Skip to content

Commit

Permalink
add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
markusgraube committed Nov 22, 2018
1 parent 02aba26 commit 85eb990
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/BioFeed.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@


The REE is readily deployed on the raspberry pi. It starts automatically in the boot process and is available under the IP address 10.6.51.43
Just open `http://10.6.51.43:3000` in your browser and follow the general instruction manual.
Just open `http://10.6.51.43:3000` in your browser and follow the general instruction manual.

The biofeed module as well as the default recipes are already loaded into the REE at startup.
9 changes: 8 additions & 1 deletion doc/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ docker run -d --name pfe-ree -p 3000:3000 registry.plt.et.tu-dresden.de/pfe-ree-
```


## Settings

The settings view allows you to adapt settings of the PFE. The settings are persisted in the browser.

As first option, you can change the URI of the PFE backend (if you want to host the frontend somewhere else than the backend). The default value of the *URI* refers to the same server as the frontend.

Furthermore, you can enable *AutoReset*. If this feature is enabled, the PFE will automatically reset a service (thus, bring it to IDLE) if the service has COMPLETED. This reduces additional service calls from the user or the recipe engine. The default option of *AutoReset* is on.

## Usage

Expand All @@ -36,5 +43,5 @@ __add screenshot__

### Recipe JSON


string
### Examples
Binary file added doc/screenshots/add_module.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots/add_module_check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots/add_recipe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots/add_recipe_check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots/modules_empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots/recipes_empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots/settings.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 85eb990

Please sign in to comment.