ADAH-EviDENce / NewsReader

Docker build of full NewsReader pipeline in Dutch.
Apache License 2.0
2 stars 4 forks source link

vmc-from-scratch create_basic_cluster.pl command not found #7

Closed wmkouw closed 6 years ago

wmkouw commented 6 years ago

Goal: create a VM containing NewsReader.

Input: Cloned vmc-from-scratch and followed instructions to set up single boss and worker nodes:

sudo ./create_basic_cluster.pl --boss-ip 192.168.122.111 --boss-name bossvm --worker-ip 192.168.122.112 --worker-name workervm1

Problem: it does not recognize create basic_cluster.pl after sudo

sudo: ./create_basic_cluster.pl: command not found
wmkouw commented 6 years ago

Change permissions to allow execution:

sudo chmod a+x create_basic_cluster.pl

And then call the script without sudo;

./create_basic_cluster.pl --boss-ip 192.168.122.111 --boss-name bossvm --worker-ip 192.168.122.112 --worker-name workervm1