mateuszdyminski / lajamel

YAML = ŁAML = ŁAJAMEL = ŁML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Łajamel

Łajamel is Polish YAML.

YAML = ŁAML = ŁAJAMEL = ŁML

Run Łajamel WIKI definition server locally

docker run -p 2015:2015 -d mateuszdyminski/lajamel:latest

and open http://localhost:2015/

Run Łajamel WIKI definition server on K8s

Łajamel server is expose from K8s with Ingress. To configure ingress on your cluster please change all.sh file and replace BASE_DN with proper value for you cluster.

BASE_DN=mateusz.dyminski.net # you domain goes here
sed "s/BASE_DN/$BASE_DN/g" all.łajamel > final.łajamel
kubectl apply -f final.łajamel

About

YAML = ŁAML = ŁAJAMEL = ŁML

License:MIT License


Languages

Language:HTML 98.7%Language:Makefile 0.8%Language:Dockerfile 0.5%