Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
module:index [2010/03/01 14:13] digitalmanmodule:index [2021/02/13 11:44] mlong
Line 1: Line 1:
-====== Modules ======+====== Install-xtrn.js (Automated Install for External Programs) ====== 
 +A utility used to aid in installing programs to the External Programs section.
  
-Synchronet loadable modules, command shells, editors, mail processors, etc. located in the ''[[dir:exec]]'' directory and written in either [[Baja]] or [[JavaScript]].+This script parses a .ini file (default filename is install-xtrn.ini) and installs the external programs defined within into the Synchronet BBS 
 +configuration file: ctrl/xtrn.cnf.  The programs defined within this file can by online programs (a.k.a. Doors), editors, or events.
  
-Source code is available in [[dev:CVS]].+If the door is included with Synchronet, or Synchronet already has a configuration for it (in xtrn/3rdp-install), you can use the install-xtrn.js script to install your door. For third party doors, you should extract the door files into your external directory first, and perform any required unpacking/installing of the files. Once the final executable file is in place, Synchronet can check for a file signature match and install the door configuration if it has a matching known configuration for it.
  
-{{indexmenu>.}}+===== Running the Script ====
  
 +Run ''[[dir:exec]]/jsexec install-xtrn.js''
 +
 +This script can also be invoked using the ;EXEC sysop command while logged into the terminal server, for example:
 +
 +'';exec ?install-xtrn''
 +
 +You can also specify a specific directory to install by including the path to the program:
 +
 +''[[dir:exec]]/jsexec install-xtrn.js ../xtrn/minesweeper''
 +
 +'';exec ?install-xtrn ../xtrn/minesweeper''
 +
 +===== Command Line Options =====
 +
 +^ Command ^ Description ^
 +^ -auto ^ Don't prompt for a list of doors to install ^
 +^ -debug ^ Shows what would happen (does not make changes) ^
 +^ -overwrite ^ Overwrite already-installed door ^
 +
 +===== Third Party External Programs (Doors) =====
 +
 +Configs are located in xtrn/3rdp-install to support installing third party external programs. These configs are version-specific and are based on a MD5 hash against the game's executable.
 +
 +The general instructions are:
 +
 +  - Download the file from the program author's website
 +  - Extract the file into the destination directory of your xtrn folder
 +  - Inside that directory, do any actions you need to get the files into their final state. For example, extracting any included zip files, running any uncompressors or installer programs, installing any patches (like tppatch for Turbo Basic programs), etc.
 +  - Review the sysop documentation for the program
 +  - Run the install-xtrn.js. If it finds a match (based on a MD5 sum of the executable), it will give you the option to install the program and decide which external section to place it into. If it does not give you the option, then either no configuration exists in xtrn/3rdp-install for this program or this particular version of the program, or you may have missed a step preparing the files
 +  - Perform any required tasks according to the sysop documentation, such as resetting the program, etc.
 +  - Apply any registration codes you have for the program
 ===== See Also ===== ===== See Also =====
-  * [[util:|Utilities]] +  * [[:util:index:|Utilities]] 
-  * [[service:|Services]] +  * [[:howto:door:index |Install Doors]] 
 +{{tag>}}
  
module/index.txt · Last modified: 2024/03/08 19:02 by digital man
Back to top
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0