Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usagov/usagov-logshipper
https://github.com/usagov/usagov-logshipper
maintained
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/usagov/usagov-logshipper
- Owner: usagov
- License: other
- Created: 2023-12-01T00:47:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T15:56:40.000Z (3 months ago)
- Last Synced: 2024-11-22T16:37:47.026Z (3 months ago)
- Topics: maintained
- Language: Shell
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# USAGOV Logshipper
## Why this project
This repo contains USAGov-specific configuration for the https://github.com/gsa-tts/cg-logshipper.
## Developer setup
You will need the Cloud Foundry command line and a place to deploy the log-shipper in order to test your work. This project uses buildpacks and is not set up to run locally (e.g., in Docker).
Contributors on the USAGov team should run `bin/init` after cloning this repo. Currently, this simply installs a commit-msg hook. Then when starting a new feature, create a branch named for the Jira ticket of a new feature:
```
git checkout -b USAGOV-###-new-feature-branch
```## Contributing
See [CONTRIBUTING](CONTRIBUTING.md) for additional information.
## Public domain
This project is in the worldwide [public domain](LICENSE.md). As stated in [CONTRIBUTING](CONTRIBUTING.md):
> This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/).
>
> All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.