hjdr4 / ansible-glusterrestd

Ansible playbook for Gluster REST API server
MIT License
1 stars 0 forks source link

How to install this? #1

Open davidkhala opened 7 years ago

davidkhala commented 7 years ago

I could not find any hints in README.md

hjdr4 commented 7 years ago

Hello,

As stated, this is an Ansible role to help installing the API server.

I suggest you start reading about Ansible if you want to use this role : http://docs.ansible.com/ansible/latest/index.html

If you don't feel comfortable with Ansible, you can manually install the server : https://github.com/aravindavk/glusterfs-rest

You can find installation commands used by the Ansible receipe : https://github.com/hjdr4/ansible-glusterrestd/blob/master/files/install.sh for installing the server. https://github.com/hjdr4/ansible-glusterrestd/blob/master/tasks/main.yml for creating the users.

hjdr4 commented 7 years ago

I have prepared a Docker image for this part : https://github.com/hjdr4/docker-glusterrestd

davidkhala commented 6 years ago

Since I encountered some problem in installing https://github.com/aravindavk/glusterfs-rest, thus I would attempt to use your docker image to provide a rest service. Hope it works. Thanks