-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Edgard Marx
committed
Apr 10, 2024
1 parent
d638931
commit d38003e
Showing
1 changed file
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,44 @@ | ||
# Intelligent Model Registry (imr) | ||
|
||
|
||
[![eccenca Corporate Memory](https://img.shields.io/badge/eccenca-Corporate%20Memory-orange)](https://documentation.eccenca.com) [![workflow](https://github.com/eccenca/imr/actions/workflows/check.yml/badge.svg)](https://github.com/eccenca/imr/actions) | ||
[![workflow](https://github.com/eccenca/imr/actions/workflows/check.yml/badge.svg)](https://github.com/eccenca/imr/actions) | ||
|
||
|
||
## Quick Start | ||
|
||
- Start Artifactory | ||
- Create a repository | ||
- Intelligent Model Registry (imr) | ||
- repositories (local/remote) | ||
- publish | ||
- remove | ||
- path | ||
|
||
|
||
|
||
### Start Artifactory | ||
|
||
``` | ||
There are several ways to run Artifactory CE: | ||
Running from a docker image. Just run: | ||
``` | ||
$ docker run --name artifactory -d -p 8081:8081 -p 8082:8082 docker.bintray.io/jfrog/artifactory-cpp-ce:latest | ||
|
||
``` | ||
Download and run from zip file. The Download Page has a link for you to follow. When the file is unzipped, launch Artifactory by double clicking the artifactory.bat(Windows) or artifactory.sh script in the app/bin subfolder, depending on the OS. Artifactory comes with JDK bundled, please read Artifactory requirements. | ||
Once Artifactory has started, navigate to the default URL ```http://localhost:8081```, where the Web UI should be running. The default ```user``` and ```password``` are ```admin:password```. | ||
## Development | ||
- Run [task](https://taskfile.dev/) to see all major development tasks. | ||
- Use [pre-commit](https://pre-commit.com/) to avoid errors before commit. | ||
- This repository was created with [this copier template](https://github.com/eccenca/cmem-plugin-template). | ||
|
||
- This repository was created with [this copier template](https://github.com/eccenca/cmem-plugin-template). |