Skip to content

Commit

Permalink
Update server installation documentation to include support for 18.04…
Browse files Browse the repository at this point in the history
… -> 20.04
  • Loading branch information
jwsi committed Jun 1, 2020
1 parent eac2f01 commit 4d82246
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions source/servers/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,27 @@ Installation

UH VPN Server software demands the following prerequisites:

* **OS**: Ubuntu 18.04
* **OS**: Ubuntu 18.04, 19.10, 20.04 or 20.10
* **RAM**: 100MB (1GB preferable)
* **Network**: Machine accessible either by public IP address, hostname or dynamic DNS.

The first step is to add Ultra Horizon's package archive to the system sources.
The first step is to install the required dependencies:

.. code-block:: bash
sudo apt-get update
sudo apt-get install software-properties-common
Then it's time to add Ultra Horizon's package archive to the system sources:

.. code-block:: bash
sudo add-apt-repository ppa:ultrahorizon/ppa
.. image:: /_static/setup-guides/ppa-confirm.png
:width: 500
:alt: PPA Confirm

A prompt will then display information about the repository, accept this, then download the package information
from this newly added archive:

Expand Down Expand Up @@ -43,6 +54,3 @@ If one desires UH VPN Server to start at boot, issue the following command:
.. code-block:: bash
sudo systemctl enable uh-vpn-server

0 comments on commit 4d82246

Please sign in to comment.