Go to the previous, next chapter.
#ftp asis01 #Name (dxsoft.xxxxx): anonymous #use your e-mail address as the password #cd asis #get ASIS-Installer.ps.Z #quit #uncompress ASIS-Installer.ps.Z
Copies of "ASIS Installer's Guide" guide may also be obtained from the User Consultancy Office (UCO) in building 513.
The convention is to install this software in a /usr/local file system. See section User Accounts, of this guide for some hints on how to create a new file system on your disk. You will need to log in as root or become superuser during the installation of these products.
#cd /usr/local/bin #ftp dxsoft #Name (dxsoft.xxxxx): anonymous #use your machine name as the password #cd pub/phone/bin #binary #get phone #lcd /usr/man/manl #cd ../doc #get phone.l #quit #chmod 755 /usr/local/bin/phone
#cd /usr/local #mkdir kits #cd kits
#ftp dxsoft #Name (dxsoft.xxxxx): anonymous #use your machine name as the password #cd /pub/xrn/src #binary #get dxrn.tar.Z #quit
e.g. /usr/local/src/XRN #cd /usr/local/src #mkdir XRN #cd XRN
#zcat /usr/local/kits/dxrn.tar.Z | tar xvf -
#cd /usr/man #mkdir manl #cd /usr/local #mkdir bin
If you wish to specify different target directories modify the relevant Makefile.
Either create a directory /usr/local/lib/rn and put in it a file called server which contains the name of the server (dxcern), or add the following entries in the .Xdefaults of all accounts from which the newsreader will be started.
dxrn.nntpServer: dxcern (for DECwindows) or mxrn.nntpServer: dxcern (for Motif)
Filename Contents -------- -------- domain The internet domain name (.cern.ch) hiddenhost The name of the host to use as the users host name in the "From" field in a news article being posted (e.g. the name of your machine or mail server). organization CERN, European Laboratory for Particle Physics pathhost The name of the host to use as the users hosts name in the "Path" field in a news article being posted (e.g. the name of your machine or mail server).
#cd /usr/local/src/XRN For DECwindows: #make install and #make install-man (if the man pages are to be installed.) For Motif Version 1.1.3: #make -f Makefile.motif113 install and #make -f Makefile.motif113 install-man (if the man pages are to be installed.)
NB: For previous versions of Motif use the file Makefile.motif.
Menu Item: Menu Command: dxrn /usr/local/bin/dxrn or for Motif mxrn /usr/local/bin/mxrn
#cd /usr/local/src #rm -r XRN #rm /usr/local/kits/dxrn.tar.Z
#cd /usr/local #mkdir kits #cd kits
#ftp dxsoft #Name (dxsw02.xxxxx): anonymous #use your email address as the password #cd pub/3270 #ls (to list which versions exist) #binary #get 3270vN.N.tar.Z (where N.N is the version number e.g. 3270v3.4) #quit
e.g. /usr/local/src #cd /usr/local/src
#zcat /usr/local/kits/3270vN.N.tar.Z | tar xvf -
The tar command will create the directory /usr/local/src/3270vn.n and place all the source files for the emulator in it.
#cd 3270vN.N
/usr/local/bin /usr/local/lib/3270 /usr/local/lib/3270/options /usr/var/adm/3270 /usr/man/manl
#make
If you are happy that everything has been compiled correctly, reissue the make command with the install option to move the various components to their target directories:
#make install
#cp /etc/termcap /etc/termcap.old #cp /usr/local/src/termcap /etc/termcap
#cd /usr/local/src #rm -r 3270vN.N #rm /usr/local/kits/3270vn.n.tar.Z
#cd /usr/local #mkdir kits #cd kits
#ftp dxsoft #Name (dxsw01.xxxxx): anonymous #use your machine name as the password #cd pub/phone/src #binary #get phone.tar.Z #quit
e.g. /usr/local/src/PHONE #cd /usr/local/src #mkdir PHONE #cd PHONE
#zcat /usr/local/kits/phone.tar.Z | tar xvf -
#cd /usr/man #mkdir manl #cd /usr/local #mkdir bin
If you wish to specify different target directories modify the Makefile.
#make
If you are happy that everything has been compiled correctly, reissue the make command with the install option to move the various components to their target directories:
#make install
#cd /usr/local/src #rm -r PHONE #rm /usr/local/kits/phone.tar.Z
#cd /usr/local #mkdir kits #cd kits
#ftp dxsoft #Name (dxsw02.xxxxx): anonymous #use your machine name as the password #cd /pub/less/src #binary #get less.tar.Z #quit
e.g. /usr/local/src/LESS #cd /usr/local/src #mkdir LESS #cd LESS
#zcat /usr/local/kits/less.tar.Z | tar xvf -
#cd /usr/man #mkdir manl #cd /usr/local #mkdir bin
If you wish to specify different target directories modify the makefile.
#make
If you are happy that everything has been compiled correctly, reissue the make command with the install option to move the various components to their target directories:
#make install
#cd /usr/local/src #rm -r LESS #rm /usr/local/kits/less.tar.Z