Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add steps for uploading to ppa #17

Merged
merged 2 commits into from
Aug 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading