Skip to content

Instantly share code, notes, and snippets.

@fabiogomezdiaz
Last active July 2, 2018 01:46
Show Gist options
  • Save fabiogomezdiaz/1884962f722aadd53ab5f374c5c6750f to your computer and use it in GitHub Desktop.
Save fabiogomezdiaz/1884962f722aadd53ab5f374c5c6750f to your computer and use it in GitHub Desktop.
Install GlusterFS on Ubuntu
#!/bin/bash
# Install software-properties-common
sudo apt-get install -y software-properties-common
# Then add the community GlusterFS PPA:
sudo add-apt-repository ppa:gluster/glusterfs-3.8
sudo apt-get update
# Finally, install the packages:
sudo apt-get install -y glusterfs-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment