Skip to content

Commit

Permalink
Rename "images" dir
Browse files Browse the repository at this point in the history
  • Loading branch information
srisco committed Nov 22, 2021
1 parent ff9fa2e commit 97b91f9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![OSCAR-CLI logo](img/oscar-cli.png)
![OSCAR-CLI logo](images/oscar-cli.png)

[![build](https://github.com/grycap/oscar-cli/actions/workflows/main.yaml/badge.svg)](https://github.com/grycap/oscar-cli/actions/workflows/main.yaml)
[![Go Report Card](https://goreportcard.com/badge/github.com/grycap/oscar-cli)](https://goreportcard.com/report/github.com/grycap/oscar-cli)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat)](https://pkg.go.dev/github.com/grycap/oscar-cli)
[![License](https://img.shields.io/github/license/grycap/oscar-cli)](https://github.com/grycap/oscar-cli/blob/main/LICENSE)

OSCAR-CLI provides a command line interface to interact with [OSCAR](https://github.com/grycap/oscar) clusters in a simple way. It supports service management, workflows definition from FDL (Functions Definition Language) files and the ability to manage files from OSCAR's compatible storage providers (MinIO, AWS S3 and Onedata). The folder [`example-workflow`](example-workflow/) contains all the necessary files to create a simple workflow to test the tool.
OSCAR-CLI provides a command line interface to interact with [OSCAR](https://github.com/grycap/oscar) clusters in a simple way. It supports service management, workflows definition from FDL (Functions Definition Language) files and the ability to manage files from OSCAR's compatible storage providers (MinIO, AWS S3 and Onedata). The folder [`example-workflow`](https://github.com/grycap/oscar-cli/tree/main/example-workflow) contains all the necessary files to create a simple workflow to test the tool.

## Download

Expand Down
2 changes: 1 addition & 1 deletion example-workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This workflow is composed by the [plant-classification](https://github.com/grycap/oscar/tree/master/examples/plant-classification-theano) and the [grayify (ImageMagick)](https://github.com/grycap/oscar/tree/master/examples/imagemagick) examples.

![example workflow](../img/oscar-cli-example.png)
![example workflow](../images/oscar-cli-example.png)

In the `example-workflow.yaml` file you can find the definition of the two OSCAR services and its connection via a MinIO bucket. As can be seen, the identifier used for the OSCAR cluster in the workflow definition is `oscar-test`, so firstly you must add a pre-deployed cluster (deployment instructions can be found [here](https://grycap.github.io/oscar)) with the same identifier (or change the identifier in the definition file):

Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 97b91f9

Please sign in to comment.