-
-
Couldn't load subscription status.
- Fork 3
Installing From Debian Repo
Kyle Robbertze edited this page Jun 6, 2019
·
5 revisions
Note - This is still a WIP and reflects the instructions for installing from Debian repo's when Libretime is accepted into them
$ sudo apt install libretime libretime-apache2 postgresql postgresql-client
$ sudo -u postgres psql -d postgres -tAc "CREATE USER libretime with ENCRYPTED PASSWORD 'mypassword';"
$ sudo -u postgres psql -d postgres -tAc "ALTER USER libretime CREATEDB;"
$ sudo mkdir /srv/airtime/stor
$ sudo chown -R www-data:www-data /srv/airtime/stor
# By default it uses a self-signed certificate. This details creating one signed by Let's Encrypt
# and adding it to the libretime site.
$ sudo apt install certbot python-certbot-apache
$ sudo certbot -d libretime.example.com --apache certonly
# Edit /etc/libretime/apache2.conf to use the generated certificatesOpen https://libretime.example.com in a browser to complete installation
See more details on Let's Encrypt and certbot