AdoptOpenJDK / website-adoptium

Repo for new Adoptium website
2 stars 7 forks source link
quarkus website-adoptium

Website-Adoptium Project

GitHub Organization using ZenHub

Adding Docs to the Website

Running the server

Also available here: https://quarkus.io/guides/getting-started#packaging-and-run-the-application

git clone https://github.com/AdoptOpenJDK/website-adoptium/
cd website-adoptium/

# development
./mvnw compile quarkus:dev

# production
./mvnw package
# If you want to deploy your application somewhere (typically in a container), you need to deploy the whole quarkus-app directory.
java -jar target/quarkus-app/quarkus-run.jar

Updating test api

curl https://staging-api.adoptopenjdk.net/v3/assets/latest/11/hotspot -o src/test/resources/api-staging/v3_assets_latest_11_hotspot.json