-
Notifications
You must be signed in to change notification settings - Fork 55
Open
0 / 50 of 5 issues completedOpen
0 / 50 of 5 issues completed
Copy link
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementinstallernative-modeIssue related to UI native mode deploymentIssue related to UI native mode deployment
Description
The existing installer helps deploy required services to run the InstructLab UI on a local machine in the native mode. However, there are potential areas of improvement to bring a more streamlined installer to the end users:
- Improve documentation
- Add video(s) showing the output from a terminal in a step-by-step manner
- Display the configuration values used by the installer
- Provide an interactive mode which will allow users to override the default values
- Provide new flags to specify installation on either the host machine or in a container
- --host: install services on the host machine, set to true by default
- --container: install services in a container(s)
- Check if running in the default python virtual environment
- If the default virtual environment doesn’t exist, then setup a new virtual environment with InstructLab specific name
- Activate the default virtual environment
- Auto-detect ilab installation
- If none found, then install and configure ilab
- Provide an option to disable auto-install functionality
- If auto-install is disabled and ilab is not installed, then display a user friendly error message
Sub-issues
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementinstallernative-modeIssue related to UI native mode deploymentIssue related to UI native mode deployment