Skip to content

Commit

Permalink
docs: Add steps for uploading to ppa (#17)
Browse files Browse the repository at this point in the history
abetomo authored Aug 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1a8eaf5 commit b5ab01a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -308,6 +308,21 @@ location /d/ {
}
```

## For developers

### Upload to the `ppa` repository

1. Follow the [PGroonga documentation](https://pgroonga.github.io/development/release.html#requirements) and do the required setup
* The environment variables used in this repository are `GROONGA_REPOSITORY`, `LAUNCHPAD_UPLOADER_PGP_KEY` and `APACHE_ARROW_REPOSITORY`
2. Install `nginx-dev`
* Install `nginx-dev` as it is also required
* Note: The working machine must be Ubuntu 24.04+ or for Debian bookworm+
3. Upload
* Run in the repository root directory
```bash
rake package:ubuntu
```

## License

LGPLv2.1 or later.

0 comments on commit b5ab01a

Please sign in to comment.