Linux Server
Server Installation
This page describes how to install OpenServerless on a Linux server accessible with SSH.
This is a single node installation, so it is advisable only for development purposes.
Prerequisites
Before installing, you need to:
install the OpenServerless CLI ops;
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:
ops setup server <server> <user>
❗ IMPORTANT
Replace in the command before
<server>
with the IP address or DNS name used to access the server, and<user>
with the username you have to use to access the server
Wait until the command completes and you will have OpenServerless up and running.
Post Install
Check the tutorial to learn how to use it.
To uninstall, execute the command:
ops setup server <server> <user> --uninstall
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.