Apache Iggy (Incubating) Website

Clone this repo:
  1. 3f0cb16 Clarify section about server configuration and its defaults (#32) by Maciej Modzelewski · 3 weeks ago main
  2. 567eabb Update repo links to point to new apache repository (#31) by Maciej Modzelewski · 3 weeks ago
  3. 502f77d Fix star counter by spetz · 6 weeks ago
  4. 5c990bb update docs by numminex · 8 weeks ago
  5. 7528d2b Fix server config link by spetz · 8 weeks ago

Welcome to Apache Iggy (Incubating)

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Publishing

Production Website: iggy.apache.org is published from asf-site branch Staging Website: iggy.staged.apache.org is published from asf-staging branch

Ask DeepWiki