gislab-npo / gislab

GIS.lab - total reduction of deployment and maintenance costs for complete free and open source geospatial infrastructure
http://gislab-npo.github.io/gislab/
GNU General Public License v3.0
39 stars 14 forks source link

Ubuntu version upgrade #388

Closed imincik closed 7 years ago

imincik commented 9 years ago

Upgrade Ubuntu version to the next one running on systemd by default and XFCE 4.12.

See:

Notes:

gunicorn.service:

[Unit]
Description=gunicorn daemon
Requires=gunicorn.socket
After=network.target

[Service]
PIDFile=/run/gunicorn/pid
User=someuser
Group=someuser
WorkingDirectory=/home/someuser
ExecStart=/home/someuser/gunicorn/bin/gunicorn --pid /run/gunicorn/pid test:app
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s TERM $MAINPID
PrivateTmp=true

[Install]
WantedBy=multi-user.target

gunicorn.socket:

[Unit]
Description=gunicorn socket

[Socket]
ListenStream=/run/gunicorn/socket
ListenStream=0.0.0.0:9000
ListenStream=[::]:8000

[Install]
WantedBy=sockets.target

tmpfiles.d/gunicorn.conf:

d /run/gunicorn 0755 someuser someuser -
mpastor commented 8 years ago

Server installation analyze

installation-setup

basic-configuration

account-users

service-syslog

service-logcheck

???

service-time

service-dns

service-ldap

service-mail

service-dhcp

service-default-web

service-files

service-chat

service-database

service-mapserver

service-load-balancer

service-statistics

service-cluster

service-connection-forwarding

service-vpn

client-web

client-mobile

???

account-admin

example-data

installation-done

mpastor commented 8 years ago

Client installation analyze

client-desktop

provider-default

provider-aws

landam commented 7 years ago

See ubuntu-xenial-dev branch for progress.

landam commented 7 years ago

Implemented in ubuntu-xenial-dev branch.