Server Installation
This page describes how to install Nuvolaris on a Linux server accessible with SSH.
This is a single node installation, so it is advisable only for development purposes.
Prerequisite
Before installing, you need to:
-
install the Nuvolaris CLI nuv.
-
provision a server running a Linux operating system, either a virtual machine or a physical server, and you know its IP address or DNS name
-
configure it to have passwordless ssh access and sudo rights
-
open the firewall to have access to ports 80, 443 and 6443 or 16443 from your client machine
-
configure the DNS name for the server and choose the services you want to enable
Installation
If the prerequisites are satisfied, execute the dommand:
nuv setup server <server> <user>
Replace in the command before |
Wait until the command completes and you will have Nuvolaris up and running.
Post Install
-
Check the tutorial to learn how to use it.
-
To uninstall, execute the command:
nuv setup server <server> <user> --uninstall