Unterschiede zwischen den Revisionen 8 und 12 (über 4 Versionen hinweg)
Revision 8 vom 2010-07-10 17:13:33
Größe: 2412
Autor: dsl207-243
Kommentar: install cipux-rpc-tools und cipux_rpc_test_client aufrufen
Revision 12 vom 2010-07-25 19:49:35
Größe: 3164
Autor: dsl63-68
Kommentar: mehr Zwischenschritte
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 8: Zeile 8:
|| || Umstellung auf Booten via Harddisk || (./) || 2010-07-10 ||
Zeile 9: Zeile 10:
|| prüfen || ping web.de || (./) || 2010-07-10 ||
|| '''Netzzugang''' prüfen || ping web.de || (./) || 2010-07-10 ||
|| '''date''' prüfen || /etc/init.d/ntp stop; ntpdate time.fu-berlin.de; /etc/init.d/ntpd start || (./) || 2010-07-10 ||
Zeile 14: Zeile 15:
|| '''Installation von CipUX''' || siehe [:KurtGramlich/CipUX/TestReihe: Script] || (./) || 2010-07-10 || || '''Installation von CipUX''' || || (./) || 2010-07-10 ||
|| Aktuellste Version der Anleitung holen || {{{wget http://svnweb.cipux.org/index.cgi/CipUX/checkout/trunk/cipux-core//cipux/src/doc/install/debian/cipux_debedu_pkg_installation.mkd}}} || (./) || 2010-07-10 ||
|| Anleitung in script wandeln || Beschreibungstexte mit # auskommentieren || (./) || 2010-07-10 ||
|| Script starten|| {{{bash -ex cipux_debedu_pkg_installation.mkd}}} || (./) || 2010-07-10 ||
Zeile 27: Zeile 31:
|| '''Installation von CAT-WEB''' || siehe [:KurtGramlich/CipUX/AutoInstallCatWeb Script:] || (./) || 2010-07-10 || || '''Installation von CAT-WEB''' || Die Kommentare in der Anleitung einkommentieren || (./) || 2010-07-10 ||
Zeile 30: Zeile 34:
|| cat-web Paket installieren || aptitude install cipux-cat-web || (./) || 2010-07-10 ||
Zeile 31: Zeile 36:
|| '''prüfen''' || cipux_cat_web_module --list-deregistered listet module || (./) || 2010-07-10 || || '''Module prüfen''' || cipux_cat_web_module --list-deregistered listet module || (./) || 2010-07-10 ||
Zeile 33: Zeile 38:
|| '''prüfen''' || cipux_cat_web_module --register --enable --add-member admins --verbose --object index.cgi || (./) || 2010-07-10 ||
|| '''prüfen''' || {{{links http://localhost/cipux-cat-web/cat.cgi}}} soll login zeigen || (./) || 2010-07-10 ||
|| '''Index-Modul registrieren und freischalten für Mitglieder der Gruppe admins''' || cipux_cat_web_module --register --enable --add-member admins --verbose --object index.cgi || (./) || 2010-07-10 ||
|| '''Webserver Anzeige prüfen''' || {{{links http://localhost/cipux-cat-web/cat.cgi}}} soll login zeigen || (./) || 2010-07-10 ||

Verschiedene Test zur Installation CipUX und CAT-Web

PageList(KurtGramlich/CipUX)

Was

Wie

Ergebnis

Datum

Installation von Skolelinux

via PXE

(./)

2010-07-10

Umstellung auf Booten via Netzwerk

(./)

2010-07-10

Umstellung auf Booten via Harddisk

(./)

2010-07-10

ldap www webcache in /etc/hosts ergänzen

(./)

2010-07-10

Netzzugang prüfen

ping web.de

(./)

2010-07-10

date prüfen

/etc/init.d/ntp stop; ntpdate time.fu-berlin.de; /etc/init.d/ntpd start

(./)

2010-07-10

Was

Wie

Ergebnis

Datum

Installation von CipUX

(./)

2010-07-10

Aktuellste Version der Anleitung holen

wget http://svnweb.cipux.org/index.cgi/CipUX/checkout/trunk/cipux-core//cipux/src/doc/install/debian/cipux_debedu_pkg_installation.mkd

(./)

2010-07-10

Anleitung in script wandeln

Beschreibungstexte mit # auskommentieren

(./)

2010-07-10

Script starten

bash -ex cipux_debedu_pkg_installation.mkd

(./)

2010-07-10

antworten auf aptitude

Y

(./)

2010-07-10

antworten auf unsecure source

Yes

(./)

2010-07-10

antworten LDAP Passwort

(./)

2010-07-10

adding new entry "cn=cipuxroot,dc=skole,dc=skolelinux,dc=no"

(./)

2010-07-10

prüfen cipuxroot im ldap angelegt?

slapcat | grep cipuxroot

(./)

2010-07-10

antworten LDAP Passwort

(./)

2010-07-10

adding new entry "cn=cipuxroot,dc=skole,dc=skolelinux,dc=no"

(./)

2010-07-10

prüfen CAT im LDAP

slapcat | grep CAT

(./)

2010-07-10

rpcd ausführlich prüfen

aptitude install cipux-rpc-tools

(./)

2010-07-10

rpcd ausführlich prüfen

cipux_rpc_test_client aufrufen, sollte 314 Tests fehlerfrei anzeigen

(./)

2010-07-10

Was

Wie

Ergebnis

Datum

Installation von CAT-WEB

Die Kommentare in der Anleitung einkommentieren

(./)

2010-07-10

zuerst fehlendes Paket herunterladen

wget http://www.skolelinux.de/download/libscalar-util-numeric-perl_0.02-1_i386.deb

(./)

2010-07-10

fehlendes Paket installieren

dpkg -i libscalar-util-numeric-perl_0.02-1_i386.deb

(./)

2010-07-10

cat-web Paket installieren

aptitude install cipux-cat-web

(./)

2010-07-10

CAT account und password

cipadmin pw

(./)

2010-07-10

Module prüfen

cipux_cat_web_module --list-deregistered listet module

(./)

2010-07-10

CAT account und password

cipadmin pw

(./)

2010-07-10

Index-Modul registrieren und freischalten für Mitglieder der Gruppe admins

cipux_cat_web_module --register --enable --add-member admins --verbose --object index.cgi

(./)

2010-07-10

Webserver Anzeige prüfen

links http://localhost/cipux-cat-web/cat.cgi soll login zeigen

(./)

2010-07-10

KurtGramlich/CipUX/TestReihe (zuletzt geändert am 2013-11-03 12:11:06 durch localhost)

Alle Inhalte in diesem Wiki stehen unter der Creative Commons SA 4.0 DE Lizenz