home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dnew54c3.zip / INSTALL.OS2 < prev    next >
Text File  |  1996-09-18  |  3KB  |  85 lines

  1. Upgrading on OS2
  2.        tellnews exit
  3.        unzip the new version to a temporary directory
  4.        copy *.exe \dnews
  5.  
  6. Installation for OS2
  7.     1) FTP the files from netwinsite.com
  8.         ftp://netwinsite.com/dnews/dnews26n_os2.zip
  9.         (always get the latest version)
  10.     2) Run the self extracting archive and extract to
  11.            a temporary directory e.g. c:\dtemp
  12.         mkdir \temp4
  13.         cd \temp4
  14.         pkunzip dnews2.XX_os2.zip
  15.     3) Run install.cmd to rename files and copy them to
  16.        the destination (typically c:\dnews), you can edit this
  17.         script to define the destination first:
  18.         cd \temp4   (where you unzipped it to)
  19.            e install.cmd
  20.             set config=c:\dnews
  21.        Then run the installation:
  22.         install    
  23.     4) Edit dnews.conf
  24.         cd \dnews
  25.         e dnews.conf
  26.              Modify the file DNEWS.CONF to describe your
  27.                system by defining the following symbols
  28.             SYMBOL        EXAMPLE
  29.         +    manager    youremail@your.site
  30.         +    nntp_feeder    news.upstream.site
  31.         +    myname    this.machine.name
  32.         +    diskspace    100
  33.                     (space available in megabytes)
  34.         +    confirm        *.this.place  
  35.                     (Enable email confirmation)
  36.                     (when item is passed up to a feeder site.)
  37.     5) Add dnews to the startup folder:
  38.         Double click on     OS/2 System
  39.         Double click on     Startup
  40.         Right click on any object
  41.         Left click on         Create Another
  42.         Change 'New Name:' to DNEWS NNTP Server
  43.         Click on         Create
  44.         Set Path to:        c:/dnews/dnews.exe
  45.         Set Work Directory:    c:/dnews
  46.         Click on         Session
  47.         Click on         Start Minimized
  48.         Close the dialogue
  49.  
  50.     6) If your news feeder stamps news items with a name other than
  51.         the ip name you specified above, then you will need to add an
  52.         exclude field to the file newsfeeds.conf to prevent your system
  53.         echoing all news back to the feeder!!!
  54.         (check the path header of an item to see what it is doing)
  55.     7) Edit access.conf         Grant an ip range access to your users.
  56.                     by name or number, e.g.
  57.         e access.conf
  58.             *.this.place:read,post:::*
  59.             161.23.4.*:read,post:::*
  60.     8) Start the server by double clicking on the dnews icon
  61.     in the startup window.
  62.  
  63.     Check the log file and status to see if it's running:
  64.         > cd \dnews
  65.         > dtail dnews.log
  66.             > tellnews status
  67.  
  68.     Now try reading news, it may take a minute or two to
  69.     fetch the list of groups from your server.
  70.  
  71.     9) Go to a PC and try out your news reader software pointed 
  72.         at the new system.
  73.  
  74.     10) If you have an IHAVE feed coming in, then you
  75.     must read the instructions in 'INSTALL.TXT' on 
  76.     setting up an incoming IHAVE feed.
  77.  
  78. See the HTML manual and faq files on 
  79.     http://netwinsite.com
  80. if you have any problems.
  81.  
  82. note:1 tellnews and dtail only work from the dnews directory.
  83. note:2 the diskspace free is displayed incorrectly for this
  84. version of dnews on OS2, this is not critical.
  85.