Coder Social home page Coder Social logo

knowlg-automation's Introduction

Knowlg Installation

Prerequisites:

  1. Install terragrunt. Please see Install Terragrunt for reference.

Azure

Prerequisites:

  1. Log into your cloud environment in your terminal. Please see Sign in with Azure CLI for reference.
az login
  1. Create a storage account and export the below variables in your terminal. Please see Create a storage container for reference. Export the below variables in your terminal session
export AZURE_TERRAFORM_BACKEND_RG=myregion
export AZURE_TERRAFORM_BACKEND_STORAGE_ACCOUNT=mystorage
export AZURE_TERRAFORM_BACKEND_CONTAINER=mycontainer

Steps:

In order to complete the installation, please run the below steps in the same terminal.

cd terraform/azure
terragrunt init
terragrunt plan
terragrunt apply

Local

Prerequisites:

  1. Install Terraform. Please see Install Terraform for reference.

Steps:

In order to complete the installation, please run the below steps in the same terminal.

cd terraform/local
terraform init
terraform plan
terraform apply

Post-Installation Steps

Access a specific pod using kubectl (replace <podname> and <namespace> with your actual pod name and namespace):

kubectl exec -it <podname> -n <namespace> -- /bin/sh

Step 1: SSH into the Neo4j pod and execute following commands:

cd bin/cypher-shell
CREATE CONSTRAINT ON (domain:domain) ASSERT domain.IL_UNIQUE_ID IS UNIQUE;
CREATE INDEX ON :domain(IL_FUNC_OBJECT_TYPE);
CREATE INDEX ON :domain(IL_SYS_NODE_TYPE)

Step 2: SSH into the Taxonomy-Service pod, create Object-Category and Object-Category-Definition. Please see Object Category APIs for reference.

Step 3: SSH into the Content-Service pod, create License and Channel. Please see License APIs and Channel APIs for reference.

Step 4: SSH into the Taxonomy-Service pod, create Framework,Categories and Terms. Please see Framework APIs for reference.

knowlg-automation's People

Contributors

pallakartheekreddy avatar aimansharief avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.