Installation von HAP auf Ubuntu 8.10-Intrepid

Aus HAP

Wechseln zu: Navigation, Suche

ACHTUNG: Neue Installationsroutine : http://wiki.netmb.net/index.php/Installation


Für den Vorgang ist zwingend ein Internet-Zugang erforderlich !

Das Debian-Paket wird unter Ubuntu mit

dpkg -i hap-version.deb

installiert.

Die erste Installation wird wegen fehlender Abhängigkeiten fehlschlagen. Ein

apt-get -f install

sollte das Problem beheben.

Danach folgende Schritte ausführen:

apt-get install mysql-server build-essential

Auf der Konsole folgende Befehle absetzen:

Achtung: Vorgang dauert recht lange.

PERL_MM_USE_DEFAULT=1 cpan YAML
PERL_MM_USE_DEFAULT=1 cpan YAML::Tiny
PERL_MM_USE_DEFAULT=1 cpan Archive::Zip
PERL_MM_USE_DEFAULT=1 cpan Catalyst::Devel
PERL_MM_USE_DEFAULT=1 cpan Catalyst::View::JSON
PERL_MM_USE_DEFAULT=1 cpan JSON::XS
PERL_MM_USE_DEFAULT=1 cpan POE
PERL_MM_USE_DEFAULT=1 cpan POE::Component::Client::TCP
PERL_MM_USE_DEFAULT=1 cpan POE::Component::EasyDBI
PERL_MM_USE_DEFAULT=1 cpan Device::SerialPort
PERL_MM_USE_DEFAULT=1 cpan Schedule::Cron::Events
PERL_MM_USE_DEFAULT=1 cpan Catalyst::Plugin::Authorization::ACL
PERL_MM_USE_DEFAULT=1 cpan Catalyst::Plugin::Authorization::Roles
PERL_MM_USE_DEFAULT=1 cpan Catalyst::Plugin::Authentication::Store::DBIC
PERL_MM_USE_DEFAULT=1 cpan Catalyst::Plugin::Session::Store::FastMmap
PERL_MM_USE_DEFAULT=1 cpan Catalyst::View::TT
PERL_MM_USE_DEFAULT=1 cpan Image::Size
PERL_MM_USE_DEFAULT=1 cpan Archive::Zip
PERL_MM_USE_DEFAULT=1 cpan Digest::SHA
PERL_MM_USE_DEFAULT=1 cpan Term::ReadKey

Das Unicode-Modul muss leider händisch installiert werden:

cpan
	force install Catalyst::Plugin::Unicode

Bei der Installation des o.g. Moduls kommt es zu häufigeren Abfragen, welche einfach mit "Enter" bestätigt werden müssen.

Persönliche Werkzeuge