Difference between revisions of "Instalasi PSKmail"

From OnnoWiki
Jump to navigation Jump to search
Line 29: Line 29:
 
Download dari http://sharon.esrac.ele.tue.nl/pub/linux/ham/pskmail/
 
Download dari http://sharon.esrac.ele.tue.nl/pub/linux/ham/pskmail/
  
==Instalasi==
+
==Instalasi PSKmail==
  
Cari instalasi secara umum
+
[[Instalasi Fldigi | Download dan Instalasi Fldigi]]
  
  1. Ambil dan [[Instalasi Fldigi]]
+
Instalasi Dependencis PSKmail
 +
 
 +
$ sudo su -
 +
# apt-get install libnet-ssleay-perl libdigest-crc-perl
 +
# apt-get install libio-socket-ssl-perl elinks lynx libhamlib-utils
 +
 
 +
Pastikan anda tersambung ke Internet & download perl modul berikut
 +
 
 +
# cpan Mail::POP3Client
 +
# cpan Email::LocalDelivery
 +
# cpan Email::Folder
 +
# cpan Net::SMTP::TLS
 +
# cpan IO::Multiplex
 +
 
 +
Ambil server pskmail. Misalnya,
 +
 
 +
http://sharon.esrac.ele.tue.nl/pub/linux/ham/pskmail/pskmail_server-0.8.tar.gz
 +
 
 +
Lakukan
 +
 
 +
$ cp pskmail_server-0.8.tar.gz ~
 +
$ cd ~
 +
$ tar zxvf pskmail_server-0.8.tar.gz
 +
$ cd pskmail_server-0.8/
 +
 
 +
Edit
 +
 
 +
 
 +
 
 +
#
 
   2. Get the latest server archive and unpack it in your home folder
 
   2. Get the latest server archive and unpack it in your home folder
 
   3. Get necessary dependencies through cpan and your distro package manager
 
   3. Get necessary dependencies through cpan and your distro package manager

Revision as of 06:29, 3 April 2009

Referensi: http://pskmail.wikispaces.com/Server


File yang ada / dibutuhkan untuk PSKmail server

fldigi program digital modem multimode di linux
arq.pm modul PERL berisi primitif dari protokol arq
rflinkserver.pl program berisi protokol untuk POP client, SMTP client & internet document server
pskmailrc.pl File konfigurasi
user_db.pl database maintenance program
rflink_users.db PSKmail user database (kosong, 1 TEMPLATE)


Versi terbaru pskmail_server-0.8.

Download dari http://sharon.esrac.ele.tue.nl/pub/linux/ham/pskmail/

Instalasi PSKmail

Download dan Instalasi Fldigi

Instalasi Dependencis PSKmail

$ sudo su -
# apt-get install libnet-ssleay-perl libdigest-crc-perl
# apt-get install libio-socket-ssl-perl elinks lynx libhamlib-utils 

Pastikan anda tersambung ke Internet & download perl modul berikut

# cpan Mail::POP3Client
# cpan Email::LocalDelivery
# cpan Email::Folder
# cpan Net::SMTP::TLS
# cpan IO::Multiplex

Ambil server pskmail. Misalnya,

http://sharon.esrac.ele.tue.nl/pub/linux/ham/pskmail/pskmail_server-0.8.tar.gz

Lakukan

$ cp pskmail_server-0.8.tar.gz ~
$ cd ~
$ tar zxvf pskmail_server-0.8.tar.gz 
$ cd pskmail_server-0.8/

Edit


  2. Get the latest server archive and unpack it in your home folder
  3. Get necessary dependencies through cpan and your distro package manager
  4. Edit pskmailrc.pl and set your callsign and position etc
  5. Move word_table and cbh_code.pl to the hidden folder ~/.cbh
  6. Install the elinks browser, gpsd and libhamlib tools from your package manager
  7. For UBUNTU install scripts for the libraries and the program are included in the archive


Here follows detailed descriptions for some popular distros.



Ubuntu 8.04 (Hardy)

The install procedure of the pskmail server has been divided in two scripts:

   * libinstall.sh to install necessary libraries and fldigi (2.05)
   * install.sh to install the latest version


Installing libraries and Fldigi

You need to be connected to the internet to install the following packages: libportaudio2, libhamlib2 and fldigi.

and the needed libraries: libgtk2-gladexml-perl, libdigest-crc-perl, gpsd, Net::GPSD, hamlib-utilities

To install them just run the script from the installation directory:

cd pskmail-x.x sudo ./libinstall.sh answer 'Y' to the questions...

Installing pskmail

To install the newest version run the install.sh script from the installation directory as root:

sudo ./install.sh

The install script copies the executables to their proper location and makes a directory ~/.pskmail which contains your files and directories.

Run the server Do pskmail_server in a terminal.



Pranala Menarik