DiouxX / docker-glpi

Project to deploy GLPI with docker
222 stars 185 forks source link

Does not work on ARM #34

Closed gado070707 closed 3 years ago

gado070707 commented 3 years ago

Hello, Is a version planned for raspberry pi? Thank you in advance.

DiouxX commented 3 years ago

Hello,

Currently, there is no arm version planned. If any contributor can make it, that would be nice.

karawitan commented 3 years ago

Hi @gado070707 , I have prepared a preliminary Dockerfile as long as a docker-compose.yml file. Everything is ready to work with a single "make" command (please checkout out the Makefile for details, and docker-compose.yml file to set password/ports as required)

You may test docker-glpi on rpi with:

apt-get install make python3
sudo pip install docker-compose
git clone https://github.com/karawitan/docker-glpi.git --branch arm-support
cd docker-glpi
make
gado070707 commented 3 years ago

Hi karawitan, I have tried now and it works. Perfect. A big thank-you 👍