From 400f1d3e91f377981d5b3dfb57519ea10fd6dd82 Mon Sep 17 00:00:00 2001 From: kst Date: Mon, 24 Aug 2026 18:52:51 +0900 Subject: [PATCH] Add setup commands for cokacremote project Added a list of commands for setting up the cokacremote project. --- commands.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 commands.txt diff --git a/commands.txt b/commands.txt new file mode 100644 index 0000000..8f73cac --- /dev/null +++ b/commands.txt @@ -0,0 +1,10 @@ +https://youtu.be/xJQ1pbQyMiw 영상의 03:21에서 입력하는 명령어 모음입니다. +한줄씩 입력하면 됩니다. + +ls -al ~/Documents/cokacremote +git clone https://github.com/kstost/cokacremote ~/Documents/cokacremote +cd ~/Documents/cokacremote/tunneling +cp .env.example .env +realpath .env +docker compose -p workmachine up -d --build +docker compose -p workmachine exec workmachine cat /var/lib/cokacremote/oauth-approval-key