newsgac / platform

Platform for machine learning experiments developed in the project NEWSGAC
https://research-software.nl/projects/newsgac
Apache License 2.0
5 stars 1 forks source link

Installation instructions #188

Open dafnevk opened 2 years ago

dafnevk commented 2 years ago

When following the installation instructions step-by-step I get an error at step 5:

docker stack deploy -c docker-compose.yml -c docker-compose.dev.yml newsgacdev
this node is not a swarm manager. Use "docker swarm init" or "docker swarm join" to connect this node to swarm and try again

When I run docker swarm init step 5 runs without errors. So I guess this should be added to the installation instructions (maybe only the first time installing?)

After running step 5, it takes a very long time until the server is responsive. If this is common, it would be good to mention this in the installation instructions.