Skip to content

Commit

Permalink
Added missing chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRondelet committed Feb 10, 2021
1 parent 56c4924 commit 2b9c700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Once the cluster is started:
1. Configure the master node to run ganglia:
```console
flintrock copy-file <your-cluster> scripts/ganglia_setup_master.sh /home/ec2-user/ --master-only
flintrock run-command <your-cluster> --master-only 'sudo /home/ec2-user/ganglia_setup_master.sh <your-cluster>'
flintrock run-command <your-cluster> --master-only 'sudo chmod +x /home/ec2-user/ganglia_setup_master.sh && sudo /home/ec2-user/ganglia_setup_master.sh <your-cluster>'
```
2. Make sure to configure the webserver appropriately by editing `/etc/httpd/conf/httpd.conf` as desired (e.g. change default port)
3. Edit `/etc/httpd/conf.d/ganglia.conf` as desired (for e.g. write the auth configuration to access the dashboard)
Expand Down

0 comments on commit 2b9c700

Please sign in to comment.