https://github.com/scaleit-org/scaleit-public-catalog
https://github.com/scaleit-org/scaleit-public-catalog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scaleit-org/scaleit-public-catalog
- Owner: ScaleIT-Org
- License: mit
- Created: 2017-12-07T18:16:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T17:55:52.000Z (over 7 years ago)
- Last Synced: 2025-03-12T11:48:42.532Z (about 1 year ago)
- Language: Shell
- Size: 1.47 MB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rancher catalog [](https://opensource.org/licenses/MIT)
Rancher provides a catalog of application templates that make it easy to deploy these complex stacks. By accessing the Catalog tab, you can view all the templates that are available in the enabled catalogs.
## How to Use
If you want to integrate catalog in your rancher instance, go to **Rancher ADMIN** -> **Settings** and add catalog name and repo link ([https://github.com/ScaleIT-Org/scaleit-public-catalog] for this catalog) like here:

## Entries in catalog
To add or update an app from remote repository start the script **autoload.sh** in root catalog directory with the link to repository as argument:
```
./autoload.sh -remote [link]
```
Or you can run it local from the root directory of your app and then move it to your catalog:
```
./autoload.sh -local
```
If there is no entry with the app, script creates one, else it add the new version. You can also do it manually, just add a folder like this:

## Screenshots


## Requirements
## Features
* Adds apps or creates a new catalog
* Generates questions from environment variables
## Known Issues
Script reports issue on ubuntu (but works right).
Not works for docker-compose with builds.
## Troubleshooting
## How to build
### Examples
## Configuration
## Tests
## Notes
Some screenshots are from http://rancher.com/docs/rancher/v1.2/en/catalog/private-catalog/