Installation¶
Static Web¶
Which you do not need to install anything, you can just click here to use it
No Advanced Features
Static Web mode means there is no backend attach to it
It will only contain core feature
Browser Cannot Close
You cannot close browser, before your task finish
All the compute node will disconnect, because all the websocket instance is hold in the browser code
Compute Node Install¶
Install the nodejs module in the global for compute node
# Install
npm install -g verteilen_node
# use command to start the client
verteilen_node
First time running
If you're running verteilen_node the first time
It will trying to download the worker executable first
Cluster Install¶
Install the nodejs module in the global for cluster
# Install
npm install -g verteilen_cluster
# use command to start the cluster
verteilen_cluster
Server Install¶
Install the nodejs module in the global for compute node
# Install
npm install -g verteilen_server
# use command to start the server
verteilen_server
First time running
If you're running verteilen_server the first time
It will trying to download the worker executable first
Desktop App Install¶
In Release page
- Windows user click .msi installation file
- Linux user click .deb installation file
Docker Deploy¶
Here is the quick deploy for compute node docker container
docker run --restart=always -p 12080:12080 --name verteilen_node0 e87870823/verteilen_node
Here is the quick deploy for compute server docker container
docker run --restart=always -p 11080:11080 -p 11777:11777 --name verteilen_server0 e87870823/verteilen_server