Create Setup File
This asctl method creates a reusable file that contains responses to the setup prompts during the Orchestrator installation process.
| Method name | create_setup_file(file_path) |
| Command |
|
| Details | Creates a reusable file that contains responses to the setup prompts during the Orchestrator installation process. |
| Inputs | File path (string) |
| Outputs | STDOUT to indicate the progress of the snapshot and eventually a success or failure message |
# asctl orchestrator:create_setup_file /tmp/setup.text
Streamlined: A simple setup with all components running on this computer.
Detailed: An advanced configuration (e.g. non-standard ports or not all components running on a single server)
Streamlined or detailed setup (s/d)? (current: s)
===================== Settings =====================
Orchestrator
Enabled: true
Mongrel count: 3
Mongrel base port: 3000
Web root: /aspera/orchestrator
MySQL is local: true
Saved to file '/tmp/setup.text'