Local installation of SysON for single-user testing purposes
Follow these instructions to install a local version of the application, intended for testing purposes. This setup is configured for use by the local user only and doesn’t include any security configurations.
1. Get SysON
|
Stable versions
Only |
2. Deploy SysON with Docker Compose
The easiest and most straightforward method to deploy SysON using Docker Compose, which automatically deploy prerequisites.
|
Before you proceed with the installation, confirm you have the following Hardware prerequisites:
|
SysON is distributed as a Docker container. To deploy SysON, just download the docker-compose file and run the following docker command in the same folder as the one where’s the docker-compose.yml file:
docker compose up
|
To run Docker Compose confirm your Docker is running. |
This method deploys SysON matching the version tagged in this documentation with a PostgreSQL database, all within a Docker container.
|
Docker images are build to run on x86_64 architecture. If you need to run SysON Docker image on a Mac Silicon architecture, run the following command in your terminal before executing the Docker image:
|
|
To deploy a specific version
|
All available versions of SysON as Docker containers are listed in the SysON Docker registry.
Once your Docker up, go directly to the Open your web browser[Open your web browser] section.
3. Open your web browser
Navigate to http://localhost:8080 to experience SysON.
|
To end your local testing session, confirm you stop the running PostgreSQL and SysON Docker container and by using the command |
If you meet any issues during the installation process, see the troubleshooting guide for detailed solutions.