User Tools

Site Tools


tutorial-linbpq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tutorial-linbpq [2024/11/15 04:44] – created kc2ihxtutorial-linbpq [2024/11/15 13:24] (current) – [chatconfig.cfg] kc2ihx
Line 12: Line 12:
 Before we start we need to grab the HTML pages for the BPQ web management interface. Before we start we need to grab the HTML pages for the BPQ web management interface.
  
-'' +<code> 
-cd ~/.config/linbpq/ && mkdir HTML && cd HTML +  cd ~/.config/linbpq/ && mkdir HTML && cd HTML 
-wget https://www.cantab.net/users/john.wiseman/Downloads/Beta/HTMLPages.zip +  wget https://www.cantab.net/users/john.wiseman/Downloads/Beta/HTMLPages.zip 
-unzip HTMLPages.zip +  unzip HTMLPages.zip 
-''+</code>
  
 ===== Configuring BPQ ===== ===== Configuring BPQ =====
Line 33: Line 33:
 The file should be placed at `~/.config/linbpq/bpq32.cfg` The file should be placed at `~/.config/linbpq/bpq32.cfg`
  
-''+<code>
 ;                                                     ; ;                                                     ;
 ;                 linBPQ config File                  ; ;                 linBPQ config File                  ;
Line 140: Line 140:
 APPLICATION 2,CHAT,,CALL-4,,255; APPLICATION 2,CHAT,,CALL-4,,255;
 APPLICATION 3,K2K,C 2 HOST 0 K S,CALL,,0; APPLICATION 3,K2K,C 2 HOST 0 K S,CALL,,0;
-''+</code>
  
 ==== chatconfig.cfg ==== ==== chatconfig.cfg ====
 +//Not totally necessary//
 +
 You’ll want to change GRID to your grid if you want it to show up on this map under the Chat Network tab.  You’ll want to change GRID to your grid if you want it to show up on this map under the Chat Network tab. 
  
-`~/.config/linbpq/chatconfig.cfg` 
  
-''+This should be placed in ''~/.config/linbpq/chatconfig.cfg''
 + 
 +<code>
 Chat : Chat :
 { {
Line 159: Line 162:
   PopupMode = 0; Enable popup for Chat Map   PopupMode = 0; Enable popup for Chat Map
 }; };
-''+</code>
  
 ==== linmail.cfg ==== ==== linmail.cfg ====
 This is one config file you can skip creating and start with a default that you configure from scratch through the [[https://www.cantab.net/users/john.wiseman/Documents/BPQWebServer.htm|web interface]]. We’ve let this here mainly for reference. This is one config file you can skip creating and start with a default that you configure from scratch through the [[https://www.cantab.net/users/john.wiseman/Documents/BPQWebServer.htm|web interface]]. We’ve let this here mainly for reference.
-''+ 
 +<code>
 main :  main : 
 { {
Line 289: Line 293:
  
 }; };
-''+</code>
  
 ===== Systemd Service ===== ===== Systemd Service =====
-'' +''/etc/systemd/system/linbpq.service''
-/etc/systemd/system/linbpq.service +
-''+
  
 Text: Text:
-''+<code>
 [Unit] [Unit]
 Description=linBPQ Start Script Description=linBPQ Start Script
Line 315: Line 317:
 [Install] [Install]
 WantedBy=multi-user.target WantedBy=multi-user.target
-''+</code>
  
 Enable and start service. Enable and start service.
-'' +<code> 
-sudo systemctl enable linbpq.service +$> sudo systemctl enable linbpq.service 
-sudo systemctl start linbpq.service +$> sudo systemctl start linbpq.service 
-''+</code>
  
 ===== LinBPQ Web Management Interface ===== ===== LinBPQ Web Management Interface =====
-Since the web interface is fairly straight forward if you poke around a bit I’m not going to go into it very deeply. The port for the web interface is set via the ‘HTTPPORT=’ entry in the bpq32.cfg configuration file and web server comes up on startup of the application. You can connect to it using localhost as the address and the port you configure.+The port for the web interface is set via the ‘HTTPPORT=’ entry in the bpq32.cfg configuration file and web server comes up on startup of the application. You can connect to it using localhost as the address and the port you configure.
  
-When connecting via host, you will be granted Sysop privileges. If you use a VPN to connect you’ll need to log in using the telnet user and password with the SYSOP flag set in bpq32.cfg.+When connecting via host, you will be granted Sysop privileges. If you use a VPN to connect you’ll need to log in using the telnet user and password with the SYSOP flag set in ''bpq32.cfg''.
  
 The first thing you’ll want to do is make sure you have a Sysop mailbox account under the “Mail Mgmt” tab. This is how I have mine set up. Making myself a BBS user allows me (along with the requisite bpq32.cfg CMS settings) to connect to my mailbox over telnet using Pat and RadioMail. The first thing you’ll want to do is make sure you have a Sysop mailbox account under the “Mail Mgmt” tab. This is how I have mine set up. Making myself a BBS user allows me (along with the requisite bpq32.cfg CMS settings) to connect to my mailbox over telnet using Pat and RadioMail.
  
-(screenshot goes here)+{{ :bpq-user-settings.png | 
 +(screenshot of user config with BBS, SYSOP, "include SYSOP msgs in LM", and "don't add @winlink.org" checked)}}
  
 One thing I will mention that is not obvious is that under the “Ports” tab is where you will be able to configure the Beacon interval and message by clicking the ‘Beacons’ link for the port in question. Some interface types allow you to do this within bpq32.cfg in the port config but others allow you to do this via the web interface. For this reason I only set these value through the web interface to not be, “a person with two watches,” as they say. One thing I will mention that is not obvious is that under the “Ports” tab is where you will be able to configure the Beacon interval and message by clicking the ‘Beacons’ link for the port in question. Some interface types allow you to do this within bpq32.cfg in the port config but others allow you to do this via the web interface. For this reason I only set these value through the web interface to not be, “a person with two watches,” as they say.
tutorial-linbpq.1731645849.txt.gz · Last modified: 2024/11/15 04:44 by kc2ihx