Difference between revisions of "ITrack/Installation"
From ISoft Wiki
< ITrack
Jump to navigationJump to search
m (Reverted edits by 192.168.5.1 (Talk); changed back to last version by Duff) |
|||
Line 19: | Line 19: | ||
==Client Side== | ==Client Side== | ||
#Download the ITrack installer for the specific product | # Download the ITrack installer for the specific product | ||
##[http://dl.isoftdata.com/ITrack%20Pro%20Truck%20Installer%209.1.7351b.exe ITrack Pro Installer (HT)] | ## [http://dl.isoftdata.com/ITrack%20Pro%20Truck%20Installer%209.1.7351b.exe ITrack Pro Installer (HT)] | ||
##[http://dl.isoftdata.com/ITrack%20Pro%20Car%20Installer%209.1.7351b.exe ITrack Pro Installer (Auto)] | ## [http://dl.isoftdata.com/ITrack%20Pro%20Car%20Installer%209.1.7351b.exe ITrack Pro Installer (Auto)] | ||
##[http://dl.isoftdata.com/ITrack%20Enterprise%20Installer.exe ITrack Enterprise Installer] | ## [http://dl.isoftdata.com/ITrack%20Enterprise%20Installer.exe ITrack Enterprise Installer] | ||
#Run the Installer | # Run the Installer | ||
#The setup program will install the following: | # The setup program will install the following: | ||
##ITrack | ## ITrack | ||
##Crystal 11 | ## Crystal 11 | ||
##PDF Creator | ## PDF Creator (On Vista, use [http://www.cutepdf.com/Products/CutePDF/writer.asp Cute PDF]). | ||
## MySQL ODBC connection | |||
## Instant VNC | |||
## ITrack Registration | |||
# You will need to generate a code using the Code Generator which is available in SVN: ITrack/General/CodeGenerator/CodeGenerator.html | |||
#You will need to generate a code using the Code Generator which is in SVN | # When the installer for PDF Creator finishes, there is no need to restart the computer. | ||
#When the installer for PDF Creator finishes, there is no need to restart the computer. | # Open up the directory where ITrack is installed | ||
#Open up the directory where ITrack is installed | # Open the host.ini file with a text editor | ||
#Open the host.ini file with a text editor | # In the database section set hostname equal to the name of the server | ||
#In the database section set hostname equal to the name of the server | # In the general section set the reportsdir, imagesdir, and attachdir to their corresponding directory created on the server (see step 7.1 in the "Server Side" section) | ||
#In the general section set the reportsdir, imagesdir, and attachdir to their corresponding directory created on the server (see step 7.1 in the "Server Side" section) | # Put the computer in the [http://isoftdata.com/autoupdate/ Auto Update System] | ||
#Put the computer in the [http://isoftdata.com/autoupdate/ Auto Update System] | ## Add a new customer | ||
##Add a new customer | # Turn on updates for this computer | ||
#Turn on updates for this computer | ## Go to Manage Customers | ||
##Go to Manage Customers | ## Select the computer that you are working on (the company, then the same name as your VNC Connection) | ||
##Select the computer that you are working on (the company, then the same name as your VNC Connection) | ## Highlight All of the updates EXCEPT Master Test, New Update Test, and QB Extension List | ||
##Highlight All of the updates EXCEPT Master Test, New Update Test, and QB Extension List | # Launch ITrack | ||
#Launch ITrack | # Confirm that it downloads the latest updates | ||
#Confirm that it downloads the latest updates | # Restart ITrack | ||
#Restart ITrack | # Setup the [[ITrack/ODBC|MySQL ODBC Connector]] | ||
#Setup the [[ITrack/ODBC|MySQL ODBC Connector]] | # Pat yourself on the back | ||
#Pat yourself on the back |
Revision as of 14:22, 13 July 2009
This guide will help you setup ITrack for a new user. It is meant for both Pro and Enterprise.
Server Side
- Download MySQL 5.0 from dl.isoftdata.com
- Install MySQL
- Run the MySQL Server Instance Configuration Wizard
- Detailed Configuration
- Developer Machine
- Non-Transactional Database Only
- Uncheck "Enable Strict Mode"
- Check to make sure port 3306 is allowed in any firewall that may exist
- Download and Install SQLyog
- Run the SQL scripts in SVN to create/populate/update the database
- Create a directory somewhere and share it so that everyone has read/write privileges
- Create Reports, Images and Attachments sub directories
- Copy the latest reports from SVN to the reports directory
- Setup the Image Uploader
- Setup Replikwando
Client Side
- Download the ITrack installer for the specific product
- Run the Installer
- The setup program will install the following:
- ITrack
- Crystal 11
- PDF Creator (On Vista, use Cute PDF).
- MySQL ODBC connection
- Instant VNC
- ITrack Registration
- You will need to generate a code using the Code Generator which is available in SVN: ITrack/General/CodeGenerator/CodeGenerator.html
- When the installer for PDF Creator finishes, there is no need to restart the computer.
- Open up the directory where ITrack is installed
- Open the host.ini file with a text editor
- In the database section set hostname equal to the name of the server
- In the general section set the reportsdir, imagesdir, and attachdir to their corresponding directory created on the server (see step 7.1 in the "Server Side" section)
- Put the computer in the Auto Update System
- Add a new customer
- Turn on updates for this computer
- Go to Manage Customers
- Select the computer that you are working on (the company, then the same name as your VNC Connection)
- Highlight All of the updates EXCEPT Master Test, New Update Test, and QB Extension List
- Launch ITrack
- Confirm that it downloads the latest updates
- Restart ITrack
- Setup the MySQL ODBC Connector
- Pat yourself on the back