ctk-hq / ctk

Visual composer for container based workloads

Home Page:https://ctk.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Container ToolKit

Visually generate docker compose & kubernetes manifests.

Alt text

Local setup and development

On a Mac/Linux/Windows you need Docker, Docker Compose installed. Optionally GCC to run make commands for convenience, or just run the commands from the Makefile by hand.

To get the tool working locally, just run:

make up
make local_server_init
make dev_server
cd services/frontend && npm i && npm run start

Server

make up
make local_server_init
make dev_server

... this command will bring up the backend, the database, sync migrations,

Docs

About

Visual composer for container based workloads

https://ctk.dev

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 86.7%Language:Python 10.2%Language:CSS 0.9%Language:Makefile 0.7%Language:Dockerfile 0.6%Language:JavaScript 0.4%Language:Shell 0.3%Language:HTML 0.2%