This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
installation_overview [2021/10/27 01:42] – created admin | installation_overview [2023/10/27 00:29] (current) – massacre | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Installation Overview ====== | ====== Installation Overview ====== | ||
- | See the file INSTALL.TXT for installation instructions. | + | If you currently operate a RemoteAccess bulletin board system, Refer to the chapter “[[RemoteAccess to ProBoard Conversion|RemoteAccess to ProBoard Conversion]]” for specific instructions on how to convert your existing system. |
+ | |||
+ | ******************************************************************* | ||
+ | Prudence and courtesy dictate that we ask you to back up your | ||
+ | system before installing and/or upgrading ProBoard. | ||
+ | ******************************************************************* | ||
+ | |||
+ | ******************************************************************* | ||
+ | Although every effort has been made to provide you with software | ||
+ | that will install/ | ||
+ | of possible hardware and software combinations, | ||
+ | impossible to guarantee that a problem won't occur. | ||
+ | system, do what you like, but remember we did ask you to backup | ||
+ | first. | ||
+ | ******************************************************************* | ||
+ | |||
+ | Now, on to the good stuff!! | ||
+ | |||
+ | Unpack the distribution archive in a temporary directory or to a | ||
+ | diskette and run INSTALL.EXE. You will be asked in which | ||
+ | directory you want to install ProBoard. | ||
+ | will get an input screen where you can enter the different | ||
+ | directories | ||
+ | will create all non-existing directories and start the | ||
+ | installation. When completed, you will be asked to add a line to | ||
+ | set the ProBoard environment variable in AUTOEXEC.BAT. | ||
+ | |||
+ | Now run PROCFG (the ProBoard configuration utility) to review and | ||
+ | change all ProBoard settings (e.g. your BBS name, sysop name, | ||
+ | etc.). | ||
+ | the documentation, | ||
+ | |||
+ | The ProCFG menu editor and user editor will not display correctly until you set the Paths and save. | ||
+ | |||
+ | Run ProCFG then: | ||
+ | - Go to Options --> Paths then exit to main | ||
+ | - Exit ProCFG and save changes. | ||
+ | |||
+ | Go back into ProCFG and finish setting up your BBS. | ||
+ | |||
+ | At this stage, you can run ProBoard locally by running | ||
+ | PROBOARD.EXE without any command line parameters. | ||
+ | |||
+ | To be able to accept modem callers, you have to install a FOSSIL | ||
+ | driver if you don't have one installed already. | ||
+ | good one to try. It can be found on any ProBoard support BBS. | ||
+ | To install it, follow the documentation of X00. A command line | ||
+ | that will almost always work is (assuming your modem is on COM1): | ||
+ | |||
+ | X00 B,0,38400 E | ||
+ | |||
+ | After you have done this, you will have to install an external | ||
+ | protocol driver called CEXYZ which can be downloaded from any | ||
+ | support BBS. Place CEXYZ.EXE in your ProBoard system directory. | ||
+ | DO NOT SET THE CEXYZLOG variable (or any other environment | ||
+ | variable). | ||
+ | instructions | ||
+ | ProBoard system directory. | ||
+ | |||
+ | If you want to be able to use the fullscreen editor for entering | ||
+ | messages on your BBS, you will have to download an external full- | ||
+ | screen editor from a BBS and install it according to the | ||
+ | installation instructions that come with it. A great full-screen | ||
+ | editor PEX (ProBoard EXecutable) is TheEdit by Alain Schellinck. | ||
+ | |||
+ | Refer to the chapter " | ||
+ | instructions on how to run ProBoard. | ||
+ | |||
+ | ******************************************************************* | ||
+ | The following section is intented for people who don't want to | ||
+ | use the automatic installation program for installing | ||
+ | ProBoard. | ||
+ | ******************************************************************* | ||
+ | |||
+ | We will assume that you created the directory C:\PB as ProBoard' | ||
+ | main system directory. | ||
+ | |||
+ | 1) Create the following directories: | ||
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | 2) Unpack ProBoard in the directory C:\PB. | ||
+ | |||
+ | 3) Move all *.ANS, *.ASC and *.AVT files to the directory | ||
+ | | ||
+ | |||
+ | 4) Move all *.PBM files to the directory C: | ||
+ | |||
+ | 5) Move all *.CPP, *.C, *.H, *.HPP, *.OBJ and *.LIB files from | ||
+ | | ||
+ | |||
+ | 6) Move the files _GRAPH.PEX and _LC.PEX to C: | ||
+ | |||
+ | 7) Move all *.RIP files to the directory C: | ||
+ | |||
+ | 8) Move all *.ICN files to the directory C: | ||
+ | |||
+ | 9) Run ProCFG and enter the correct modem parameters for your | ||
+ | modem (explained in the documentation, | ||
+ | " | ||
+ | |||
+ | 10) Mark the file PROBOARD.EXE "read only" using the DOS ATTRIB | ||
+ | | ||
+ | | ||
+ | file attribute set to "read only" | ||
+ | |||
+ | To do this, change to the C:\PB directory and type the | ||
+ | | ||
+ | |||
+ | ATTRIB +R PROBOARD.EXE | ||
+ | |||
+ | 11) Next, you have to install a FOSSIL driver if you don't have | ||
+ | one installed already. | ||
+ | can be found on any ProBoard support BBS. To install it, | ||
+ | | ||
+ | | ||
+ | |||
+ | X00 B,0,38400 E | ||
+ | |||
+ | After these 11 steps you can run ProBoard, but you will not be | ||
+ | able to use the fullscreen editor or perform file transfers. | ||
+ | |||
+ | To log in locally, execute PROBOARD.EXE without any parameters. | ||
+ | |||
+ | To make ProBoard answer incoming calls, run PROBOARD -S. | ||
+ | |||
+ | 12) Run ProCFG and create some file and message areas. (explained | ||
+ | in the documentation, | ||
+ | |||
+ | 13) Download an external full-screen editor from a BBS and | ||
+ | | ||
+ | come with it. A great full-screen editor PEX (ProBoard | ||
+ | | ||
+ | |||
+ | 14) Download CEXYZ from a BBS and copy the file CEXYZ.EXE in the | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | Now, you will be able to run ProBoard, use the fullscreen | ||
+ | editor, and allow users to perform file transfers using X,Y & | ||
+ | Zmodem. | ||
- | If you currently operate a RemoteAccess bulletin board system, read the | ||
- | next paragraph for specific instructions on how to convert your existing | ||
- | system. | ||