ajout de umap
This commit is contained in:
parent
574b0fb197
commit
69cbf81a7c
11 changed files with 211 additions and 0 deletions
0
ressources/umap/rootfs/DEBIAN/changelog
Normal file
0
ressources/umap/rootfs/DEBIAN/changelog
Normal file
4
ressources/umap/rootfs/DEBIAN/conffiles
Normal file
4
ressources/umap/rootfs/DEBIAN/conffiles
Normal file
|
@ -0,0 +1,4 @@
|
|||
/etc/nginx/sites-available/umap
|
||||
/etc/umap/umap.conf
|
||||
/etc/umap/uwsgi_params
|
||||
/etc/umap/uwsgi.ini
|
8
ressources/umap/rootfs/DEBIAN/control
Normal file
8
ressources/umap/rootfs/DEBIAN/control
Normal file
|
@ -0,0 +1,8 @@
|
|||
Package: umap
|
||||
Version: %VERSION%
|
||||
Section: contrib
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: python3, python-is-python3, python3-venv, python3-psycopg2
|
||||
Maintainer: Thomas Legay <thomas@lgy.fr>
|
||||
Description: umap
|
7
ressources/umap/rootfs/DEBIAN/postinst
Executable file
7
ressources/umap/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
APP=umap
|
||||
id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /var/lib/$APP/
|
||||
chown -R $APP:$APP /var/lib/$APP/
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue