Skip to content

totaljs-es/flowee

Repository files navigation

UPM

Total.js Flow Education Edition.

Special thanks to UPM. (Universidad Politécnica de Madrid)

Made in EU

Education Edition

This special edition of Total.js Flow was born thanks to UPM. (Universidad Politécnica de Madrid) In order to use Total.js Flow in a classroom.

What is different in this edition of Total.js Flow?

  • This version must be working into OpenPlatform
  • In this version, FlowStreams can be added to a specific OpenPlatform group.
  • Students can only work in FlowStreams that have been added to the group within their user group as defined in OpenPlatform.
  • Teacher (User SA) can access every FlowStream.

We are still working on additional tasks in collaboration with UPM.

Installation

There are several ways to provide Flow EE. You can use our cloud services and run Flow EE without installation, or use Docker, or download the source code locally.

Locally

  • install Node.js platform
  • download Flow EE source code
  • open terminal/command-line:
    • cd flowee
    • npm install

Run:

npm run start

or directly using node executable (port is optional, default 8000)

node index.js <port>

Flow in Docker

docker pull totaljses/flowee
docker run -p 8000:8000 totaljses/flowee

Releases

No releases published

Packages

No packages published