From 630af0ed6c0af69c7df2e45aef7a87722a3c00c0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:47 +0200 Subject: tagging ychat-perl-legacy --- 0.2.3/setup.sh | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 0.2.3/setup.sh (limited to '0.2.3/setup.sh') diff --git a/0.2.3/setup.sh b/0.2.3/setup.sh new file mode 100644 index 0000000..c5e369e --- /dev/null +++ b/0.2.3/setup.sh @@ -0,0 +1,42 @@ +#!/bin/sh +mkdir data +mkdir data/logs +chmod 777 data/logs +mkdir data/msgs +chmod 777 data/msgs +mkdir data/logs/ow +chmod 777 data/logs/ow +mkdir data/user +chmod 777 data/user +mkdir data/user/counts +chmod 777 data/user/counts +mkdir data/user/options +chmod 777 data/user/options +mkdir data/user/profiles +chmod 777 data/user/profiles +mkdir data/user/gbooks +chmod 777 data/user/gbooks +mkdir data/online +chmod 777 data/online +mkdir data/online/rooms +chmod 777 data/online/rooms +mkdir data/online/users +chmod 777 data/online/users +mkdir data/online/ident +chmod 777 data/online/ident +mkdir data/htdocs +chmod 777 data/htdocs +mv help_html data/htdocs +mv logs_html data/htdocs +chmod 777 data/htdocs/* +chmod 777 * +mkdir dokus/ +mv *.txt dokus/ +mkdir ../../htdocs/yChat/ +mv *.gif ../../htdocs/yChat/ +mv *.jpg ../../htdocs/yChat/ +echo +echo yChat Setup beendet ... +echo Created and copyrighted by Paul C. Bütow aka Snooper +echo +rm setup.sh -- cgit v1.2.3