QESTNET Internal:Developer Home: Difference between revisions
John.meegan (talk | contribs) No edit summary |
Shane.rowley (talk | contribs) No edit summary |
||
| (13 intermediate revisions by 5 users not shown) | |||
| Line 2: | Line 2: | ||
== For Managers == | == For Managers == | ||
=== Pre-Installation Guides === | |||
* [[QESTNET_Internal:QESTField Pre-Build Checklist|Customer Manager QESTField Pre-Build Checklist]] | |||
=== Installation / Usage Guides === | === Installation / Usage Guides === | ||
[[Implementation:Main_Page|Should probably be linked off of this page eventually?]] | [[Implementation:Main_Page|Should probably be linked off of this page eventually?]] | ||
Documentation is not officially released yet. It is currently inside the QESTNET GitHub repository. Eventually it will be automatically built into the Product Distribution folder, so anyone can access it. For now these are GitHub links to the most recent version of each. If you don't have a GitHub account, | Documentation is not officially released yet. It is currently inside the QESTNET GitHub repository. Eventually it will be automatically built into the Product Distribution folder, so anyone can access it. For now these are GitHub links to the most recent version of each. If you don't have a GitHub account, copies can be found in "\\adls0003\Development\Product Distribution\QESTNET Documentation". | ||
* [https://github.com/spectraqest/qestnet/raw/alien/Documentation/QESTField%204.1%20Installation%20Guide.docx QESTField 4.1 Installation Guide] | * [https://github.com/spectraqest/qestnet/raw/alien/Documentation/QESTField%204.1%20Installation%20Guide.docx QESTField 4.1 Installation Guide] | ||
| Line 20: | Line 23: | ||
* [[QESTNET_Internal:Developer_Setup_Git|Git]] | * [[QESTNET_Internal:Developer_Setup_Git|Git]] | ||
* [[QESTNET_Internal:Developer_Resharper|Resharper]] | * [[QESTNET_Internal:Developer_Resharper|Resharper]] | ||
* [[QESTNET_Internal:Developer_Setup_QESTNET|QESTNET]] | * [[QESTNET_Internal:Developer_Setup_QESTNET|QESTNET (4.1 & 4.2)]] | ||
* [[QESTNET_Internal:Developer_Setup_QESTNET_4.3|QESTNET (4.3)]] | |||
* [[QESTNET_Internal:Developer_Setup_QESTField|QESTField]] | * [[QESTNET_Internal:Developer_Setup_QESTField|QESTField]] | ||
* [[QESTNET_Internal:Developer_Setup_QESTNET Console|QESTNET Console]] | * [[QESTNET_Internal:Developer_Setup_QESTNET Console|QESTNET Console]] | ||
* [[QESTNET_Internal:Developer_Setup_QESTNET Tester|QESTNET Tester]] | * [[QESTNET_Internal:Developer_Setup_QESTNET Tester|QESTNET Tester]] | ||
=== Process Guides === | === General Process Guides === | ||
* [[QESTNET_Internal:Developer_Git etiquette|Using Git]] | * [[QESTNET_Internal:Developer_Git etiquette|Using Git]] | ||
* [[Media:User Guide - ADLSV0010 - Dev DB Server.docx|Migrating and Using Databases on ADLSV0010]] | * [[Media:User Guide - ADLSV0010 - Dev DB Server.docx|Migrating and Using Databases on ADLSV0010]] | ||
* [[QESTLab_Internal:SQL Script Guidelines|SQL Script Guidelines]] | * [[QESTLab_Internal:SQL Script Guidelines|SQL Script Guidelines]] | ||
=== Development Process Guides === | |||
* [[QESTNET_Internal:Developer_QESTNET_Changing_Branches Changing|QESTNET Branches]] | |||
* [[QESTNET_Internal:Developer_QESTNET_Creating_A_New_Workflow|Creating A New Workflow]] | |||
=== Builds === | |||
<UL><LI>[http://online.spectraqest.com/index.php?title=QESTNET_Internal:Creating_Build_4.0 Build QESTNET v4.0 (Fugro)]</LI></UL> | |||
<UL><LI>[https://github.com/spectraqest/qestnet Build QESTNET v4.1]</LI></UL> | |||
---- | ---- | ||
| Line 38: | Line 50: | ||
* [[QESTNET_Internal:Developer_Code_Comments|Code comments]] | * [[QESTNET_Internal:Developer_Code_Comments|Code comments]] | ||
==== QESTNET | ==== QESTNET / QESTField Codebase ==== | ||
* [[QESTNET_Internal:QESTNET_Projects_Quick_Reference_Guide|QESTNET Projects]] | * [[QESTNET_Internal:QESTNET_Onion|QESTNET Onion]] | ||
* [[QESTNET_Internal:QESTNET_Projects_Quick_Reference_Guide|QESTNET Projects Quick Reference Guide]] | |||
* [[QESTNET_Internal:QESTNET_Projects_Quick_Reference_Guide_casino|QESTNET Projects Quick Reference Guide (casino)]] | |||
* [[QESTNET_Internal:QESTField List of Workflows|List of Workflows]] | |||
==== QESTNET Integration ==== | ==== QESTNET Integration ==== | ||
* [[QESTNET_Internal:Creating Integration Projects|Creating Integration Projects]] | * [[QESTNET_Internal:Creating Integration Projects|Creating Integration Projects]] | ||
* [[QESTNET_Internal:Integrator Project Structure|Integrator Project Structure]] | * [[QESTNET_Internal:Integrator Project Structure|Integrator Project Structure]] | ||
* [[QESTNET_Internal:Building_and_Installing_an_Integration_Project|Building and Installing an Integration Project]] | |||
* [[QESTNET_Internal:QIntegrator Plugin|QESTLab Integration and the QIntegrator Plugin]] | * [[QESTNET_Internal:QIntegrator Plugin|QESTLab Integration and the QIntegrator Plugin]] | ||
Latest revision as of 07:17, 2 September 2016
This page acts as a home for QESTNET developers and aims to provide easy access to all relevant information and processes.
For Managers
Pre-Installation Guides
Installation / Usage Guides
Should probably be linked off of this page eventually?
Documentation is not officially released yet. It is currently inside the QESTNET GitHub repository. Eventually it will be automatically built into the Product Distribution folder, so anyone can access it. For now these are GitHub links to the most recent version of each. If you don't have a GitHub account, copies can be found in "\\adls0003\Development\Product Distribution\QESTNET Documentation".
- QESTField 4.1 Installation Guide
- QESTField 4.1 Configuration Guide
- QESTNET 4.1 Installation Guide
- QESTNET 4.1 Configuration Guide
- QESTField QESTNET Architecture and System Requirements
- Using the QESTNET Console
- QIntegrator Plugin Installation and Configuration Guide
For Developers
Developer Setup Guide
- Requirements
- Git
- Resharper
- QESTNET (4.1 & 4.2)
- QESTNET (4.3)
- QESTField
- QESTNET Console
- QESTNET Tester
General Process Guides
Development Process Guides
Builds
Coding Knowledge Base
Coding Guidelines
This section is intended to provide a set of guidelines that are helpful to people writing code in the QESTNET repository.
QESTNET / QESTField Codebase
- QESTNET Onion
- QESTNET Projects Quick Reference Guide
- QESTNET Projects Quick Reference Guide (casino)
- List of Workflows
QESTNET Integration
- Creating Integration Projects
- Integrator Project Structure
- Building and Installing an Integration Project
- QESTLab Integration and the QIntegrator Plugin
Fugro Data Backbone
- Fugro Data Backbone Service
- Fugro Data Backbone Test Mapping Step-by-step Guide
- Fugro Data Backbone Export Test