https://github.com/parakeet-nest/parakeet4j-genai-stack
https://github.com/parakeet-nest/parakeet4j-genai-stack
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/parakeet-nest/parakeet4j-genai-stack
- Owner: parakeet-nest
- Created: 2024-08-16T05:49:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T05:29:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-17T06:52:59.356Z (almost 2 years ago)
- Language: Java
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parakeet4J Docker GenAI Stack
## Install Parakeet4J
This project use the [Parakeet4J](https://github.com/parakeet-nest/parakeet4j) library.
1- Create (or update) a file: `~/.m2/settings.xml` with the following content
```xml
github
github
central
https://repo1.maven.org/maven2
github
https://maven.pkg.github.com/parakeet-nest/parakeet4j
true
github
your GitHub handle
your GitHub token
```
2- Add this section to your `pom.xml` file:
```xml
org.parakeetnest.parakeet4j
parakeet4j
0.0.5
```
### Remark: build with Docker and Docker Compose
> This is a work in progress
To build a Java project using the Parakeet4J library you need to copy `~/.m2/settings.xml` to the root of the project (at the same place of the `Dockerfile`)
> add `settings.xml` to `.gitignore`