Special thanks to UPM. (Universidad Politécnica de Madrid)
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.
- 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.
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.
- 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>
docker pull totaljses/flowee
docker run -p 8000:8000 totaljses/flowee