Sympl Install Script
Basic install script to install Sympl with minimal queries.
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 1 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2025-08-20 |
| Downloads | 0 |
| Last Indexed | 2026-08-11 05:07 |
Installation
nimble install Sympl Install Script
choosenim install Sympl Install Script
git clone https://gitlab.com/sympl.io/install
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| Sympl Install Script | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/sympl.io/install |
|---|---|
| Homepage | https://gitlab.com/sympl.io/install |
| Registry Source | gitlab |
README
This is a basic auto-install script which can be used to install Sympl with minimal intervention, and point the user to important resources.
Install Stable/Production Version
wget https://gitlab.com/sympl.io/install/raw/master/install.sh
bash install.sh
Install Beta/Testing Version
wget https://gitlab.com/sympl.io/install/raw/master/install.sh
bash install.sh --testing
Automated Installs
For automated and scripted installs, the --noninteractive flag can be added.
Note that this disables the welcome message and password changes, however it is still strongly recommended to set a unique strong password for the sympl user, and we ask that new users are pointed to http://wiki.sympl.io/Get_Started at the very least.