Skip to content

Commit

Permalink
Merge pull request instructlab#415 from vishnoianil/fix-readme
Browse files Browse the repository at this point in the history
Fix flag names for native deployment mode
  • Loading branch information
Gregory-Pereira authored Dec 12, 2024
2 parents b876e10 + 3b5eecc commit 82619f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ UI stack supports two mode of deployments:

## Running the UI in Native Deployment Mode

To enable the native mode, set the `IL_UI_DEPLOYMENT=native` in the .env file. Once the flag is set, the UI will not push the knowledge and skill contribution to the github repository. Instead, it will keep the contribution in the local machine. In the `native` mode, the UI login page will show username and password input box to authenticate the user. You can setup the username and password in the .env file through the `IL_UI_ADMIN_USERNAME` and `IL_UI_ADMIN_USERNAME` flags.
To enable the native mode, set the `IL_UI_DEPLOYMENT=native` in the .env file. Once the flag is set, the UI will not push the knowledge and skill contribution to the github repository. Instead, it will keep the contribution in the local machine. In the `native` mode, the UI login page will show username and password input box to authenticate the user. You can setup the username and password in the .env file through the `IL_UI_ADMIN_USERNAME` and `IL_UI_ADMIN_PASSWORD` flags.

## Running the UI in Github Deployment Mode

Expand Down

0 comments on commit 82619f0

Please sign in to comment.