# website-adoptium **Repository Path**: mirrors_AdoptOpenJDK/website-adoptium ## Basic Information - **Project Name**: website-adoptium - **Description**: Repo for new Adoptium website - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-12 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Website-Adoptium Project ### GitHub Organization using ZenHub - [How to view the ZenHub board](https://github.com/AdoptOpenJDK/website-adoptium/blob/main/CONTRIBUTING.md#working-with-issues-using-zenhub) - [Sprints using ZenHub pipelines](https://github.com/AdoptOpenJDK/website-adoptium/blob/main/CONTRIBUTING.md#sprints-using-zenhub-pipelines) - [Creating issues](https://github.com/AdoptOpenJDK/website-adoptium/blob/main/CONTRIBUTING.md#creating-issues) (templates, labels and more...) - [How to create PR-Previews](https://github.com/AdoptOpenJDK/website-adoptium/blob/main/CONTRIBUTING.md#pr-previews) ### Adding Docs to the Website - [How to add new documentation to the website](https://github.com/AdoptOpenJDK/website-adoptium/blob/main/CONTRIBUTING.md#how-to-add-new-documentation-to-the-website) ## Running the server Also available here: https://quarkus.io/guides/getting-started#packaging-and-run-the-application ```shell 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 ```shell curl https://staging-api.adoptopenjdk.net/v3/assets/latest/11/hotspot -o src/test/resources/api-staging/v3_assets_latest_11_hotspot.json ```