MalloZup / console-for-sap-applications

A cloud-native, web application to manage OS-related tasks for SAP Applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SUSE Console for SAP Applications v2

A cloud-native, web application to manage OS-related tasks for SAP Applications.

This project is a reboot of the "SUSE Console for SAP Applications", also known as the Blue Horizon for SAP prototype, which is focused on automated infrastructure deployment and provisioning for SAP Applications.

As opposed to that first iteration, this new one will focus more on operations of existing clusters, rather than deploying new one.

Features

T.B.D.

Requirements

To build the entire application you will need the following dependencies:

  • Go ^1.16
  • Node.js ^15.x

Installation

This project is in development so, for the time being, you need to clone it and build it manually:

git clone github.com/SUSE/console-for-sap-applications
cd console-for-sap
make

Pre-built binaries will be available soon.

Usage

You can start the web application as follows:

console-for-sap webapp serve

Development

We use GNU Make as a task manager; here are some common targets:

make clean
make test
make fmt
make webapp-assets
make build

Feel free to peek at the Makefile to know more.

Support

T.B.D.

Contributing

T.B.D.

License

Copyright 2021 SUSE LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A cloud-native, web application to manage OS-related tasks for SAP Applications.

License:Apache License 2.0


Languages

Language:Go 73.7%Language:Makefile 20.6%Language:SCSS 4.5%Language:JavaScript 1.2%