Product Architecture: Difference between revisions
From Vision
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
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). |
Revision as of 10:55, 25 August 2010
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).