use generic file name to store compilation instruction
Add GLPI (with github clone to patch install)
This commit is contained in:
parent
38ded86d9f
commit
853e9f431b
28 changed files with 170 additions and 50 deletions
0
ressources/glpi/rootfs/DEBIAN/changelog
Normal file
0
ressources/glpi/rootfs/DEBIAN/changelog
Normal file
8
ressources/glpi/rootfs/DEBIAN/control
Normal file
8
ressources/glpi/rootfs/DEBIAN/control
Normal file
|
@ -0,0 +1,8 @@
|
|||
Package: glpi
|
||||
Version: %VERSION%
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: php-json, php-xml, php-curl, php-gd, php-intl, php-ldap, php-zip, php-mysql, php-bz2, php-mbstring
|
||||
Maintainer: Thomas Legay <thomas@syngate.fr>
|
||||
Description: glpi
|
3
ressources/glpi/rootfs/DEBIAN/postinst
Executable file
3
ressources/glpi/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
chown -R www-data:www-data /var/lib/glpi
|
||||
chown -R www-data:www-data /etc/glpi
|
1
ressources/glpi/rootfs/etc/glpi/.gitkeep
Normal file
1
ressources/glpi/rootfs/etc/glpi/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
|||
|
10
ressources/glpi/rootfs/usr/share/doc/glpi/apache2-glpi.conf
Normal file
10
ressources/glpi/rootfs/usr/share/doc/glpi/apache2-glpi.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
<VirtualHost *:80>
|
||||
ServerName glpi.domaine.com
|
||||
DocumentRoot /usr/share/glpi
|
||||
|
||||
<directory /usr/share/glpi>
|
||||
Options FollowSymLinks
|
||||
AllowOverride all
|
||||
Require all granted
|
||||
</directory>
|
||||
</VirtualHost>
|
1
ressources/glpi/rootfs/var/lib/glpi/.gitkeep
Normal file
1
ressources/glpi/rootfs/var/lib/glpi/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue