Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adoptopenjdk/website-adoptium
Repo for new Adoptium website
https://github.com/adoptopenjdk/website-adoptium
quarkus website-adoptium
Last synced: 3 months ago
JSON representation
Repo for new Adoptium website
- Host: GitHub
- URL: https://github.com/adoptopenjdk/website-adoptium
- Owner: AdoptOpenJDK
- Created: 2021-03-11T15:08:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T08:54:36.000Z (over 3 years ago)
- Last Synced: 2024-05-21T02:12:46.279Z (8 months ago)
- Topics: quarkus, website-adoptium
- Language: Java
- Homepage:
- Size: 949 KB
- Stars: 2
- Watchers: 10
- Forks: 7
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
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
```