Setup
This section covers initial configuration after Upsilon packages are installed.
Modern Upsilon environments are bootstrapped with upsilon-cli from a control node. The CLI publishes HTTP bootstrap assets, initializes the fabric-config git repository, and optionally distributes the upsilon-drone binary. Individual services are then configured in the order below.
Recommended setup order
-
Database Setup — create the MySQL database and schema
-
Control Node Bootstrap — run
upsilon controlnode bootstrapto publish bootstrap assets and fabric-config -
Web Setup — complete the web installer
-
Drone Setup — bootstrap drones with
curl http://upsilon/bootstrap | bashor run drones manually -
Custodian Setup — connect the custodian to the database
For a single-machine walkthrough that includes bootstrap, see Upsilon all-in-one on CentOS.