LR v0.4.9-dev: updated guides.

Change-Id: Icf5b50f8316d21ea7db4bf0e37cb61f619d77c4b
This commit is contained in:
Nicola Peditto 2019-04-24 11:31:53 +02:00
parent 102871bedc
commit 47d9464c35
3 changed files with 9 additions and 7 deletions

View File

@ -16,7 +16,7 @@ Installation guides
* `Raspberry Pi 3 <doc/installation/raspberry_pi_3.rst>`_.
* `Ubuntu 16.04 <doc/installation/ubuntu1604.rst>`_.
* `Ubuntu 16.04 and 18.04 <doc/installation/ubuntu1604.rst>`_.
* Docker:

View File

@ -38,7 +38,7 @@ Requirements
sed -i "s|listen 80 default_server;|listen 50000 default_server;|g" /etc/nginx/sites-available/default
sed -i "s|80 default_server;|50000 default_server;|g" /etc/nginx/sites-available/default
* Certbot
* Certbot:
::

View File

@ -1,7 +1,7 @@
IoTronic Lightning-rod installation guide for Ubuntu 16.04
==========================================================
IoTronic Lightning-rod installation guide for Ubuntu 16.04 and 18.04
====================================================================
We tested this procedure on a Ubuntu 16.04 (also within a LXD
We tested this procedure on a Ubuntu 16.04/18.04 (also within a LXD
container). Everything needs to be run as root.
Requirements
@ -40,12 +40,14 @@ Requirements
sed -i "s|80 default_server;|50000 default_server;|g" /etc/nginx/sites-available/default
* Certbot
* Certbot:
::
apt install software-properties-common
add-apt-repository ppa:certbot/certbot
apt update
apt-get install python-certbot-nginx
apt install python-certbot-nginx
systemctl restart nginx