Skip to content

Commit

Permalink
updates website with new CLI release (#144)
Browse files Browse the repository at this point in the history
* updates website

* correct link

* Adds links to demo videos
  • Loading branch information
AndresPrez authored Dec 21, 2022
1 parent 4b762d1 commit 1d74e59
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
11 changes: 9 additions & 2 deletions website/docs/examples/node-red-phycus.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 4

# Phycus-TeselaGen Integration

This is a real-world Node-RED integration between from FSML partners **Phycus** and **TeselaGen**.
This is a real-world Node-RED integration between FSML partners **Phycus** and **TeselaGen**.

Here we show how to leverage the Node-RED technology to integrate the Applikon Bioreactor data from **Phycus** into **TeselaGen** TEST module.

Expand Down Expand Up @@ -133,7 +133,7 @@ Head to https://biomade.teselagen.com and log in with your credentials _(if you

#### Import TeselaGen Integration file

After logging into the app, head to [Setting > Intergations](https://biomade.teselagen.com/test/client/settings/integrations-management), you shall see the Integrations Management Panel, where you can upload an existing Integration. Included in the [**phycusTeselagenNodeRed.zip**](https://raw.githubusercontent.com/TeselaGen/fsml.org/main/website/static/phycus-tg-nodered-example-01.zip) file you should find a JSON file called `phycus-teselagen-integration.json` that you can use to uploading in the `Upload Existing` button shown below.
After logging into the app, head to [Setting > Integrations](https://biomade.teselagen.com/test/client/settings/integrations-management), you shall see the Integrations Management Panel, where you can upload an existing Integration. Included in the [**phycusTeselagenNodeRed.zip**](https://raw.githubusercontent.com/TeselaGen/fsml.org/main/website/static/phycus-tg-nodered-example-01.zip) file you should find a JSON file called `phycus-teselagen-integration.json` that you can use to uploading in the `Upload Existing` button shown below.


![image](https://user-images.githubusercontent.com/11540280/208506273-4404bd53-5547-4d44-ae2a-49eb0019774c.png)
Expand Down Expand Up @@ -168,3 +168,10 @@ Finally, after calling the Node-RED flow you can see how the Applikon Bioreactor

![image](https://user-images.githubusercontent.com/11540280/208513113-f3b7d72d-092e-47cc-9bb0-a3e30f05e2bc.png)



### Demo

Here's a link to a demo video going through this very same example;

[Demo](https://www.loom.com/share/1ff9058a3f1143308d7ca1d1dcd55e02)
6 changes: 6 additions & 0 deletions website/docs/examples/plugin-phycus.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,3 +334,9 @@ Now you can try the previous command with fewer flags.
That’s it, you should have generated a .tar file. You can untar it and you shall see the fsml.json manifest file.

Feel free to continue exploring the different commands at [Software > Tools > CLI](../software/tools/cli.md) and implementing your own plugin parsers following the [Plugin Framework](../software/plugins/index.md).

### Demo

Here's a link to a demo video going through this very same example;

[Demo](https://www.loom.com/share/a75909ffec6149b593d022cb2da87fc7)
9 changes: 5 additions & 4 deletions website/docs/software/tools/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,10 @@ Feel free to navigate into the CLI commands docs by typing any of the described

#### Version 1.1.0
###### macos
- [**fsml-v1.1.0-239859b-x64.pkg**](https://github.com/TeselaGen/fsml.org/releases/download/v.1.1.0/fsml-v1.1.0-239859b-x64.pkg)
- [**fsml-v1.1.0-239859b-arm64.pkg**](https://github.com/TeselaGen/fsml.org/releases/download/v.1.1.0/fsml-v1.1.0-239859b-arm64.pkg)
- [**fsml-v1.1.0-296bc09-x64.pkg**](https://github.com/TeselaGen/fsml.org/releases/download/v1.3.0/fsml-v1.1.0-296bc09-arm64.pkg)
- [**fsml-v1.1.0-296bc09-arm64.pkg**](https://github.com/TeselaGen/fsml.org/releases/download/v1.3.0/fsml-v1.1.0-296bc09-x64.pkg)

###### debian
- [**fsml_1.1.0.239859b-1_amd64.deb**](https://github.com/TeselaGen/fsml.org/releases/download/v.1.1.0/fsml_1.1.0.239859b-1_amd64.deb)
- [**fsml_1.1.0.239859b-1_armel.deb**](https://github.com/TeselaGen/fsml.org/releases/download/v.1.1.0/fsml_1.1.0.239859b-1_armel.deb)
- [**fsml_1.1.0.296bc09-1_amd64.deb**](https://github.com/TeselaGen/fsml.org/releases/download/v1.3.0/fsml_1.1.0.296bc09-1_amd64.deb)
- [**fsml_1.1.0.296bc09-1_armel.deb**](https://github.com/TeselaGen/fsml.org/releases/download/v1.3.0/fsml_1.1.0.296bc09-1_armel.deb)

Binary file modified website/static/phycus-tg-nodered-example-01.zip
Binary file not shown.

0 comments on commit 1d74e59

Please sign in to comment.