Product Architecture: Difference between revisions

From Vision
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
The file structure is:
The file structure is:


Vision
Vision\
*Admin Sys Admin ASP forms
*Admin\ - Sys Admin ASP forms
*MTS MTS ASP forms
*MTS\ - MTS ASP forms
*Releases Folder to do upgrades in - see [[Release Process]] for details.
*Releases\ - Folder to do upgrades in - see [[Release Process]] for details.
*Scripts Data Mining scripts
*Scripts\ - Data Mining scripts
**Vision_Mining.vbs scheduled script that runs the datamines
**Vision_Mining.vbs - scheduled script that runs the datamines
***GetSysDetails_MySQL.asp the WCS datamine script
***GetSysDetails_MySQL.asp - the WCS datamine script
***GetSysDetails_WMS.asp the WMS datamine script
***GetSysDetails_WMS.asp - the WMS datamine script
***Vision_Cleardown.vbs scheduled script to clear down data
***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
*WCS WCS ASP forms
*WCS\ - WCS ASP forms
*WMS WMS ASP forms
*WMS\ - WMS ASP forms
*Charts Flash objects for Graphs and Charts
*Charts\ - Flash objects for Graphs and Charts
*Database for releases and initial installation - the database structure.
*Database\ - for releases and initial installation - the database structure.
*Files GIFs, CSS, etc
*Files\ - GIFs, CSS, etc
*Includes common ASP/JS files
*Includes\ - common ASP/JS files
*jQuery JavaScript extension and plugins used in some screens
*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).
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).
[[Category:Vision Overview]]
[[Category:Vision Overview Doc|030]]
[[Category:Vision Coding and Release Doc|010]]
[[Category:Vision Coding and Release]]

Latest revision as of 15:45, 9 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
  • 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).