Install Oxy CLI
Installing and configuring the Oxy CLI on your server
Install Oxy CLI
After setting up your server, the next step is to install and configure the Oxy CLI.
Install Oxy
Follow the Oxy installation instructions to install the Oxy CLI on your server.
This command downloads and runs the official Oxy installation script.
Verify Installation
After installation, verify that Oxy is correctly installed:
This should display the current version of Oxy installed on your system.
Set Up Oxy as a System Service
To ensure Oxy runs automatically and persists across server restarts, set it up as a systemd service:
Make sure to replace /home/ubuntu/your-oxy-project
with the actual path to your Oxy workspace that you’ll set up in a later step.
Enable and Start the Service
Enable the service to start automatically on boot and start it:
You can check the status of the service with:
Now that the Oxy CLI is installed and configured to run as a service, you can proceed to set up a reverse proxy for secure access.