Grundlegender Ablauf einer Installation auf einem Debianserver mit Sarge:
apt-get install cvs apt-get install sudo apt-get install mkisofs apt-get install automake1.4
mkdir linuxcoe cd linuxcoe/ cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-Debian cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-CentOS cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-RHEL cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-Fedora
cd SystemDesigner less README less INSTALL vim config.site export CONFIG_SITE="./config.site" && ./configure make make install make integrate /etc/init.d/apache2 restart
cd .. cd SystemDesigner-CentOS/ export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure --help export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure make make install cd ../SystemDesigner-Debian/ export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure --help export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure make make install
cp diverses/.htaccess /usr/local/systemdesigner/4/html/
[root@lucy coe]# yum install cvs [root@lucy SystemDesigner]# yum install mkisofs [root@lucy SystemDesigner]# yum install autoconf [root@lucy SystemDesigner]# yum install automake [root@lucy SystemDesigner]# yum install automake14.noarch
[root@lucy m1k3]# mkdir coe [root@lucy m1k3]# cd coe/ cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-Debian cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-CentOS cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-Fedora cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-OpenSUSE cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-RHEL cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-SLES cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-SuSE cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-Scientific cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-contrib cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-Ubuntu cvs -z3 -d:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe co -P SystemDesigner-NLD
cd SystemDesigner vim config.site export CONFIG_SITE="./config.site" && ./configure make make install make integrate /etc/init.d/httpd restart
1001 cd /home/m1k3/coe/SystemDesigner-CentOS/ 1002 ls 1003 export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure --help 1004 export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure 1005 make 1006 make install 1007 cd ../SystemDesigner-Debian/ 1008 export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure 1009 make 1010 make install 1011 cd ../SystemDesigner-Fedora/ 1012 export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure 1013 make 1014 make install 1015 cd ../SystemDesigner-OpenSUSE/ 1016 export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure 1017 make 1018 make install 1019 cd ../SystemDesigner-RHEL/ 1020 export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure 1021 make 1022 make install 1023 cd ../SystemDesigner-Scientific/ 1024 export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure 1025 make 1026 make install 1027 cd ../SystemDesigner-SLES/ 1028 export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure 1029 make 1030 make install 1031 cd ../SystemDesigner-SuSE/ 1032 export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure 1033 make 1034 make install 1064 cd ../SystemDesigner-Ubuntu/ 1065 export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure 1066 make 1067 make install 1068 cd ../SystemDesigner-NLD/ 1069 export CONFIG_SITE="/usr/local/systemdesigner/4/etc/includes/config.state" && ./configure 1070 make 1071 make install
folgende Files müssen überprüft und aktualisiert werden, sonst wird keine automatisierte Installation möglich sein!
[root@lucy SystemDesigner-RHEL]# ls /usr/local/systemdesigner/4/osvend.d/ CentOS Debian Fedora NLD OpenSUSE README RHEL Scientific SuSE Ubuntu
[root@lucy docs]# mkdir /usr/local/systemdesigner/4/html/docs/guides -p [root@lucy docs]# cd /usr/local/systemdesigner/4/html/docs/guides [root@lucy guides]# wget http://linuxcoe.sourceforge.net/docs/guides/admin_guide.html [root@lucy guides]# wget http://linuxcoe.sourceforge.net/docs/guides/user_guide.html
Unter /usr/local/systemdesigner/4/html findet man die Informationen die angezeigt werden und auch die Themes die es gibt.