Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.33 KB

MOTIS Operator GUI

The Operator GUI is a webapp that allows to create MOTIS instances in a Kubernetes Cluster where the MOTIS operator is deployed.

Setup

Prerequisites

You’ll need a Kubernetes cluster to run against. You can use Minikube to get a local cluster for testing, or run against a remote cluster. Note: The operator GUI will automatically use the current context in your kubeconfig file (i.e. whatever cluster kubectl cluster-info shows).

Also, you need do deploy the MOTIS Operator to that Kubernetes cluster. For instructions on how to do that, refer to the MOTIS Operator README.md.

Running the Operator GUI

To run the operator GUI, you need to build and start the Operator GUI server:

npm run build
npm run start

Development

First, run the development server:

npm run dev
# or
yarn dev

Learn More

The Operator GUI uses React.js and Next.js. To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!