Quick Start
This guide quickly steps you through installing Plxtra XOSP on your local computer. See Install for more detailed instructions.
Prerequisites
Section titled “Prerequisites”- x86-64 based processor.
- An operating system which supports Docker and PowerShell. We support Windows 10 (22H2) and 11, along with various Linux distributions.
- Ensure PowerShell is installed.
- (Windows only) Ensure WSL2 is installed.
- Ensure Docker Desktop is installed.
- Download a XOSP release from the GitHub repository and extract it locally.
- Start Docker Desktop.
- Run the
XOSP-Configure.ps1
script from within PowerShell. - Run the
XOSP-Install.ps1
script from within PowerShell.
This script will install the Plxtra Docker containers and configure the services from scratch. It may take a few minutes.
If successful, you will be presented with a list of manual steps to complete, along with some links and login credentials. XOSP-Install.ps1
will place some files in aDocker
folder within the XOSP release. Use these files to complete the installation and allow access from your web browser.- Install the generated SSL certificate
xosp.crt
into your operating system’s certificate store and/or your browser.
For example, on Windows, usecertmgr
to install it into theTrusted Root Certification Authorities
store. If you are using Firefox or Safari, you will need to install the certificate directly into the browser. Make sure to restart your browser after this step. - Create some DNS aliases for the Plxtra installation, by copying the contents of the
hosts
file into your operating systemshosts
file.
For example, on Windows, copy the contents intoC:\Windows\System32\drivers\etc\hosts
using Notepad open as an administrator.
- Install the generated SSL certificate
- Plxtra XOSP is now ready to use. You can explore it using the links provided at the end of the install script output, using the given login username and password.
Access
Section titled “Access”Once Plxtra is installed, you can access it whenever Docker is running using the links and credentials given during installation. The best way to ensure Docker is running is to start Docker Desktop.
Troubleshooting
Section titled “Troubleshooting”If you encounter any errors or issues in the above steps, please refer to the more detailed Install Instructions.