Product Architecture: Difference between revisions
From Vision
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
Vision\ | Vision\ | ||
*Admin\ | *Admin\ - Sys Admin ASP forms | ||
*MTS\ | *MTS\ - MTS ASP forms | ||
*Releases\ | *Releases\ - Folder to do upgrades in - see [[Release Process]] for details. | ||
*Scripts\ | *Scripts\ - Data Mining scripts | ||
**Vision_Mining.vbs | **Vision_Mining.vbs - scheduled script that runs the datamines | ||
***GetSysDetails_MySQL.asp | ***GetSysDetails_MySQL.asp - the WCS datamine script | ||
***GetSysDetails_WMS.asp | ***GetSysDetails_WMS.asp - the WMS datamine script | ||
***Vision_Cleardown.vbs | ***Vision_Cleardown.vbs - scheduled script to clear down data | ||
*Settings\ – User Settings ASP forms | *Settings\ – User Settings ASP forms | ||
*TMS\ – TMS ASP forms | *TMS\ – TMS ASP forms |
Revision as of 16:12, 6 May 2011
Vision is generally installed on E:\Vision.
The file structure is:
Vision\
- Admin\ - Sys Admin ASP forms
- MTS\ - MTS ASP forms
- Releases\ - Folder to do upgrades in - see Release Process for details.
- Scripts\ - Data Mining scripts
- Vision_Mining.vbs - scheduled script that runs the datamines
- GetSysDetails_MySQL.asp - the WCS datamine script
- GetSysDetails_WMS.asp - the WMS datamine script
- Vision_Cleardown.vbs - scheduled script to clear down data
- Vision_Mining.vbs - scheduled script that runs the datamines
- Settings\ – User Settings ASP forms
- TMS\ – TMS ASP forms
- WCS\ – WCS ASP forms
- WMS\ – WMS ASP forms
- Charts\ – Flash objects for Graphs and Charts
- Database\ – for releases and initial installation - the database structure.
- Files\ – GIFs, CSS, etc
- Includes\ – common ASP/JS files
- jQuery\ – JavaScript extension and plugins used in some screens
The database is installed on the machine, under port 5306. This is accessible through MySQL Workbench remotely. Install workbench through MySQL website (latest mysql-workbench-gpl-5.2.26-win32.msi).