Automation script to installation of GLPI.
- Install / Download GLPI 9.5.1;
- Download all needed packets (PHP,APACHE, MARIADB...);
- Configure database (MariaDB10) and users.
- Default user-access : glpi(username) / glpi(password)
git clone https://github.com/igorsoares/GLPI-Automate && chmod +x GLPI-Automate/glpi-automate.sh && sudo ./GLPI-Automate/glpi-automate.sh
PS: Run as root.
- Access local apache (http://localhost/glpi)
- Accept terms
- Click "Install"
- "Continue"
- Fill all components (ServerIP, username and password) and click "Continue".
- Select database "glpi" and click "Continue"
- Wait..
- Accept (Or not)
- Almost there..
- And here we are !