docs: Add local installation instructions#642
Merged
vishnoianil merged 1 commit intoinstructlab:mainfrom Mar 6, 2025
Merged
Conversation
ad9e4eb to
7ea70da
Compare
vishnoianil
reviewed
Mar 5, 2025
Member
vishnoianil
left a comment
There was a problem hiding this comment.
@alimaredia Thanks for the PR. PR looks great. Couple of minute comments.
installers/podman/README.md
Outdated
|
|
||
| ## Starting the UI | ||
|
|
||
| Once the ilab is set up, run `ilab-ui-native-installer.sh` with the usernam and password of your preference to start the UI up. |
Member
There was a problem hiding this comment.
Suggested change
| Once the ilab is set up, run `ilab-ui-native-installer.sh` with the usernam and password of your preference to start the UI up. | |
| Once the ilab is set up, run `ilab-ui-native-installer.sh` with the username and password of your preference to start the UI up. |
installers/podman/README.md
Outdated
|
|
||
| A taxonomy is needed to start the UI. Without providing `--taxonomy-dir` to the script the default taxonomy used is the upstream taxonony in `~/.local/share/instructlab/taxonomy`. | ||
|
|
||
| The custom empty taxonomy can be used: |
Member
There was a problem hiding this comment.
Suggested change
| The custom empty taxonomy can be used: | |
| The custom empty taxonomy can be used. Taxonomy must of git initialize repository. |
| The custom empty taxonomy can be used: | ||
|
|
||
| ```bash | ||
| mkdir /home/user/ui-local/taxonomy |
Member
There was a problem hiding this comment.
Suggested change
| mkdir /home/user/ui-local/taxonomy | |
| mkdir /home/user/ui-local/taxonomy | |
| cd /home/user/ui-local/taxonomy | |
| git config --global init.defaultBranch main |
7ea70da to
2187bd5
Compare
Add a new README file in installers/podman to show how to start up the UI locally at localhost:3000 using installers/podman/ilab-ui-native-installer.sh Signed-off-by: Ali Maredia <amaredia@redhat.com>
2187bd5 to
26b16d6
Compare
Collaborator
Author
|
@vishnoianil updated this PR with the fixes you suggested. |
vishnoianil
approved these changes
Mar 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a new README file in installers/podman to show how to start up the UI locally at localhost:3000
using installers/podman/ilab-ui-native-installer.sh