lucianf / oci-designer-toolkit

OCI designer toolKIT (OKIT) is a set of tools for enabling design, deploy and visualise OCI environments through a graphical web based interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCI Designer Toolkit 0.5.0

OCI designer toolKIT (OKIT) is a set of tools for enabling design, deploy and visualise OCI environments through a graphical web based interface.

The Web based interface will allow architects and designers to build a visual representation of their infrastructure and then export this in a number of formats.

  • svg
  • png
  • jpeg

Once completed the design can be enhanced to add key property information that will allow the designed infrastructure to be exported to a number of DevOps frameworks.

  • Ansible
  • Terraform
  • OCI Resource Manager

This allows for rapid proto-typing and building.

OKIT will also all the Operations user to capture existing OCI environments, through simple query functionality embedded in
web interface, to provide a portable generic, json, file that can be used to visualise existing systems or generate terraform/ansible.

Installation

Detailed OKIT Installation steps can be found in the OCI Designer Toolkit Installation Guide.

Quick Start

The docker image is the recommended runtime server and can be built and started using the scripts in the docker sub directory

Build Docker Image

cd docker/
./build-docker-image.sh

Start Docker Image

cd docker/
./start-okit-server.sh

Once started the Designer BUI can be accessed on http://localhost/okit/designer

Usage / Examples

The OKIT User / Usage Guide and worked examples can be found in the OCI Designer Toolkit Usage Guide

Changes

See CHANGELOG.

Known Issues

You can find information on any known issues with OKIT here and under the Issues tab of this project's GitHub repository. Any issues found with the tool should be raised on the projects issues page. Please check that the issue has not previously been reported.

Contributing

OCI Designer Toolkit is an open source project. See CONTRIBUTING for details.

If you would like to extend OKIT the development documentation can be found in OCI Designer Toolkit Development Guide

About

OCI designer toolKIT (OKIT) is a set of tools for enabling design, deploy and visualise OCI environments through a graphical web based interface.

License:Universal Permissive License v1.0


Languages

Language:JavaScript 68.5%Language:Python 18.2%Language:HTML 10.9%Language:CSS 1.4%Language:Shell 0.7%Language:Ruby 0.2%Language:Dockerfile 0.1%