Skip to content

Installation

ZonkeyNet edited this page Sep 9, 2018 · 5 revisions

Quick Start

FreeBSD 10 From a fresh server install:

  • pkg install make
  • pkg install perl-5.16.xx
  • perl install-modules-airchat-freebsd.pl then...

cpanp

  • CPAN Terminal> i Net::Server --skiptest
  • CPAN Terminal> i HTTP::Server::Simple::CGI::PreFork That will get you the airchat server running, keep in mind installing fldigi requires a graphical environment aka X so:

you setup airchat to connect with a remote station running fldigi install X and then:

  • pkg install fldigi-3.xx.xx

Windows Install Strawberry Perl >= 5.18 (the portable zip version fits well for example) from http://strawberryperl.com/

Once you get Perl installed, run in your Perl shell:

  • perl install-modules-airchat-windows.pl

Then install these modules via the cpanplus terminal:

cpanp

  • CPAN Terminal> i Net::Server --skiptest
  • CPAN Terminal> i HTTP::Server::Simple::CGI::PreFork --skiptest Then install fldigi from: Fldigi Download

Linux (Debian / tested also on Ubuntu Trusty) Install some needed stuff:

  • apt-get install make libcpanplus-perl libhttp-server-simple-perl libcrypt-cbc-perl libcrypt-rijndael-perl librpc-xml-perl libxml-feedpp-perl liblwp-protocol-socks-perl libnet-twitter-lite-perl libnet-server-perl

  • perl install-airchat-modules-linux.pl

Wich will install HTTP::Server::Simple::CGI::PreFork (needed) and Net::Twitter::Lite::WithAPIv1_1

  • apt-get install fldigi (running fldigi requires a graphical environment)

MacOS X

Get XCode. Launch XCode and bring up the Preferences panel. Click on the Downloads tab. Click to install the Command Line Tools. Check you got 'make' installed. run: perl install-modules-airchat-macosx.pl than

cpanp

  • CPAN Terminal>i Net::Server --skiptest
  • CPAN Terminal> i HTTP::Server::Simple::CGI::PreFork --skiptest

ZonkeyNet runs by default on port 8080, connect your browser to http://localhost:8080.