Quickstart install
Last updated
Last updated
The Quickstart installation method is designed to you up and running quickly and easily by running all necessary services as Docker containers on a single Linux server. This installation method is a good choice for a lightweight and low maintenance deployment.
Interested in an on-premises deployment? Reach out to hello@somewearlabs.com for more info.
One server running Linux
4 CPU cores
16 GB RAM
40 GB disk storage
API token provided by Somewear Labs
Run the installation script. This will setup the Pilot CLI tool and the pilot user which will be used to run the tool. The script will also initialize the necessary configuration files.
Switch to the pilot user and initialize the configuration files.
The configuration initialization phase is interactive and you will need to enter a few details for the installation. You will need to input the API key that was provided to you by the Somewear Labs team, the DNS address for the installation, and credentials to create a system admin account. Below is example output from running the init command.
Run the Pilot Docker prepare command to generate the Docker compose file for the Somewear Core service.
Start the services defined in the docker-compose.yml
file. This will launch Postgres and Redis first, followed by the Somewear Core service.
Optionally, you can follow the container logs for the Somewear Core service to monitor the application launch.