logrhythm / RKOM21-OC_Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RKOM21-OC_Workshop

Quick Repo to store my Workshop scripts.

TOP (will kick off WEB script automatically)

curl -sL https://github.com/TonyMasse/RKOM21-OC_Workshop/raw/main/scripts/init.sh -o /tmp/init.sh ; bash /tmp/init.sh  ; rm -f /tmp/init.sh

Open Collector

curl -sL https://github.com/TonyMasse/RKOM21-OC_Workshop/raw/main/scripts/init_oc.sh -o /tmp/init_oc.sh ; sudo -E -u logrhythm bash /tmp/init_oc.sh ; rm -f /tmp/init_oc.sh

WEB

curl -sL https://github.com/TonyMasse/RKOM21-OC_Workshop/raw/main/scripts/init_web.sh -o /tmp/init_web.sh ; bash /tmp/init_web.sh ; rm -f /tmp/init_web.sh

Tony

About

License:MIT License


Languages

Language:Vue 79.8%Language:JavaScript 8.6%Language:Shell 7.1%Language:HTML 3.2%Language:SCSS 1.1%Language:Perl 0.3%