From 7c641c7b634559fc714cf0f57bbd9f5e369620a6 Mon Sep 17 00:00:00 2001 From: 0xb00bface <0xboobface@gmail.com> Date: Wed, 19 Aug 2020 17:13:06 +0200 Subject: [PATCH] Add doc page with all video tutorials --- .../resources/html/docs/VideoTutorials.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 client/src/main/resources/html/docs/VideoTutorials.md diff --git a/client/src/main/resources/html/docs/VideoTutorials.md b/client/src/main/resources/html/docs/VideoTutorials.md new file mode 100644 index 00000000..2e317bf6 --- /dev/null +++ b/client/src/main/resources/html/docs/VideoTutorials.md @@ -0,0 +1,34 @@ +# Video Tutorials +This section contains video tutorials, which how different aspects of running CTB Recorder. + +#### ctbrec secure server setup + + +``` + + +``` + +#### Centos fresh install server setup + + +``` + + +``` + +#### How to rename recordings with a post-processing script (Windows) + + +``` + + +``` + +#### How to run multiple instances on Windows 10 + + +``` + + +``` \ No newline at end of file