Difference between revisions of "Install Truxton"

From truxwiki.com
Jump to navigation Jump to search
(Created page with "=Description= There are several different installations of Truxton. =Standalone Install= From the root of the ISO folder, run <code>Truxton_Installer.exe</code> and accept t...")
 
Line 13: Line 13:
  
 
==New Install==
 
==New Install==
 +
===Server===
 
From the root of the ISO folder, run <code>Truxton_Installer.exe</code> and customize it to:
 
From the root of the ISO folder, run <code>Truxton_Installer.exe</code> and customize it to:
 
* Put the database onto an SSD drive
 
* Put the database onto an SSD drive
Line 19: Line 20:
 
Customize the install by:
 
Customize the install by:
 
* Share the Depot folder. The resulting share name will be something like <code>\\TruxServer\Depot</code>
 
* Share the Depot folder. The resulting share name will be something like <code>\\TruxServer\Depot</code>
* Edit [[Configuration_System#Truxton_Settings_File|TruxtonSettings.xml]]
+
* Edit [[Configuration_System#Truxton_Settings_File|TruxtonSettings.xml]] to:
 +
** Set the <code>[[Default_ETL_Options|hashsetdir]]</code> setting to point to a folder on an SSD and move the NSRL hashset there
 +
** Set the <code>[[Default_ETL_Options|depotshare]]</code> setting to contain the name of the share of the depot folder
 +
** Restart the Truxton service
 +
 
 +
===Client===
 +
* Run the <code>Truxton_Analyst_4.3.0.30731.exe</code> installer.
 +
* Run the Analyst desktop and change the database connection to point to the server.
 +
* If you want the client to be unable to load data into Truxton:
 +
** Stop the [[Les]] service. You can prevent it from running by executing <source lang="bat>sc config "Les" start=disabled</source>
 +
** Stop the [[Truxton Service|Truxton]] service. You can prevent it from running by executing <source lang="bat>sc config "Truxton" start=disabled</source>
  
 
==Existing Install==
 
==Existing Install==

Revision as of 07:53, 2 August 2023

Description

There are several different installations of Truxton.

Standalone Install

From the root of the ISO folder, run Truxton_Installer.exe and accept the defaults. The database will be running on this machine. The depot files will be stored on a folder on this machine. This is much like a single machine install.

Client Server Install

This installation is where you have a database server and depot folders are shared.

New Install

Server

From the root of the ISO folder, run Truxton_Installer.exe and customize it to:

  • Put the database onto an SSD drive
  • Put the depot files into folder in storage

Customize the install by:

  • Share the Depot folder. The resulting share name will be something like \\TruxServer\Depot
  • Edit TruxtonSettings.xml to:
    • Set the hashsetdir setting to point to a folder on an SSD and move the NSRL hashset there
    • Set the depotshare setting to contain the name of the share of the depot folder
    • Restart the Truxton service

Client

  • Run the Truxton_Analyst_4.3.0.30731.exe installer.
  • Run the Analyst desktop and change the database connection to point to the server.
  • If you want the client to be unable to load data into Truxton:
    • Stop the Les service. You can prevent it from running by executing
      sc config "Les" start=disabled
      
    • Stop the Truxton service. You can prevent it from running by executing
      sc config "Truxton" start=disabled
      

Existing Install