Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
btaskew committed Jan 12, 2024
1 parent 66a01c5 commit d17c721
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# ParkInsight - Satis
Private package hosting via satis. Packages will be hosted at [https://satis.internal.parkinsight.io/](https://satis.internal.parkinsight.io/).

## Building packages
Whenever a new version of one of the private packages has been tagged, or whenever a new package is added to satis (see below), you will need to run the build process. This can be done by triggering the [Publish to GitHub Pages](https://github.com/yourparkingspace/pi-satis/actions/workflows/github_pages.yml) GitHub action for this repository.

## Adding a new package
To add a new package simple update the `satis.json` file in this repository, including the URL to the GitHub page for the package's repository

## Using a private package
To use any of the packages hosted at [https://satis.internal.parkinsight.io/](https://satis.internal.parkinsight.io/) add the following to your `composer.json` file.

```json
{
"repositories": [
{
"type": "composer",
"url": "https://satis.internal.parkinsight.io/"
}
]
}
```

You can then install the package as usual using `composer install`.

0 comments on commit d17c721

Please sign in to comment.