old-www/HOWTO/FBB-2.html

137 lines
3.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
<TITLE>FBB Packet-radio BBS mini-HOWTO: How to install X11 (Xwindow) version of LinFBB</TITLE>
<LINK HREF="FBB-3.html" REL=next>
<LINK HREF="FBB-1.html" REL=previous>
<LINK HREF="FBB.html#toc2" REL=contents>
</HEAD>
<BODY>
<A HREF="FBB-3.html">Next</A>
<A HREF="FBB-1.html">Previous</A>
<A HREF="FBB.html#toc2">Contents</A>
<HR>
<H2><A NAME="s2">2.</A> <A HREF="FBB.html#toc2">How to install X11 (Xwindow) version of LinFBB</A></H2>
<P>
<UL>
<LI>First of all, you should have running Linux
with a GUI installed. I am fully satisfied
with Gnome GUI but I suppose that KDE will
be OK too (or any other GUI available).
</LI>
<LI>Download or copy LinFBB (the main ftp site
is
<A HREF="http://ftp.f6fbb.org/">ftp.f6fbb.org</A> but there are many mirror
sites too). For example, if you get a file
like
<BLOCKQUOTE><CODE>
<PRE>
x700e_full.tgz
</PRE>
</CODE></BLOCKQUOTE>
it means that it is X11 version 7.00e and it
contains all you need in tgz archive to install
the BBS. On the other hand, a name like
<BLOCKQUOTE><CODE>
<PRE>
xd700g_full.tgz
</PRE>
</CODE></BLOCKQUOTE>
means that it is not X11 but daemon version 7.00g
and it is also complete to unpack. Further,
<BLOCKQUOTE><CODE>
<PRE>
x700f01.tgz
</PRE>
</CODE></BLOCKQUOTE>
and
<BLOCKQUOTE><CODE>
<PRE>
x700g.tgz
</PRE>
</CODE></BLOCKQUOTE>
are "upgrades" to any previous "full" package.
For example, after I have upgraded to <CODE>x700g.tgz</CODE>
I started to run X11 LinFBB 7.00g (04 August 1998).
BTW, X11 versions are not maintained anymore, but
I still run it here. It has some bugs but I like it.
</LI>
<LI>Copy the archive file in <B>/tmp</B> directory.
</LI>
<LI>You have to make a "base" directory where
your FBB will be installed. For example you
may type: <B>mkdir /usr/local/fbb</B> if you want
FBB to be there. You have to be logged as
'root' or 'superuser' to install FBB.
</LI>
<LI>Then, you should locate yourself in that
directory: <B>cd /usr/local/fbb</B>.
</LI>
<LI>Now, you should unpack the archive:
<B>tar xvzf /tmp/x700b25.tgz</B> (&lt;-- use the right
name of the archive here).
</LI>
<LI>When you finished unpacking the archive,
you may continue installing the software:
<B>./install.sh</B> is the command for that. The
setup will ask you for the 'base' directory
where FBB will be installed. If you chose
<B>/usr/local/fbb</B> again, you will be told that
such directory already exists and all files
will be overwritten. It is OK, so you should
answer yes. If everything is fine, you should
see on the screen that fbb system
directories are created. At the beginning
of that procedure, program will ask you for
BBS's callsign, name of the city, QTH
locator, your name etc. That details will
become a part of <B>/usr/local/fbb/init.srv</B>
file.
</LI>
<LI>After that, you MUST check this file
<B>again</B> manually in order to fix some other
details needed (because installation script does
not fix all parts within that file).
</LI>
<LI>Well, so far - so good. After you have checked
all configuration files, you may start the
software: <B>./xfbb.sh</B> (&lt;-- type this within
an <EM>xterm</EM> or something similar). When you
start your BBS for the first time, it will ask
you to create some files it needs, so you
should answer "yes" to the questions.
</LI>
</UL>
</P>
<HR>
<A HREF="FBB-3.html">Next</A>
<A HREF="FBB-1.html">Previous</A>
<A HREF="FBB.html#toc2">Contents</A>
</BODY>
</HTML>