-
Notifications
You must be signed in to change notification settings - Fork 5
Installation Instructions for GE ASKE System Eclipse Plug ins
Vijay S Kumar edited this page Jun 30, 2020
·
7 revisions
The UI, Backend, and Knowledge Graph Components of the GE ASKE System exist as Eclipse plug-ins. However, for the System to be fully functional a number of REST services must be running at accessible URLs. Instructions on standing up each of these services may be found at the following locations.
- Knowledge Extraction from Text Pipeline services: Instruction for starting the services under knowledge extraction from text can be found in this file
- JavaToPython: Installation and startup instructions for the Java to Python translation service are included in this file: https://github.com/GEGlobalResearch/DARPA-ASKE-TA1/blob/master/java2python/README.md
- Model Execution Request Service: there is a version of this service for K-CHAIN and a version for DBN. The instructions for the K-CHAIN version are available at https://github.com/GEGlobalResearch/DARPA-ASKE-TA2/wiki/Model-Execution-Request-Service-for-K-CHAIN . The instructions for installing the DBN version are included in the instructions for installing DBN linked below.
- K-CHAIN: Instructions for setting up K-CHAIN service is https://github.com/GEGlobalResearch/DARPA-ASKE-TA1/blob/master/kchain/setupInstructions.md
- InVizIn: Instructions for setting up InVizIn service is https://github.com/GEGlobalResearch/DARPA-ASKE-TA1/blob/master/Invizin/setupInstructions.md
- DBN: Instructions for installing DBN (and the corresponding Execution Request Service) are available at https://github.com/GEGlobalResearch/DARPA-ASKE-TA2/wiki/Model-Execution-Request-Service-for-DBN .
The Eclipse plug-ins require that the SADL IDE should be first installed in Eclipse.Instructions for installing SADL may be found at https://github.com/crapo/sadlos2/wiki/Installation-Instructions-for-SADL-IDE,-Version-3.3. The latest release of SADL that is BEFORE the release data of the GE ASKE System to be installed in the next step should be selected.
Once SADL is installed, the GE ASKE System plug-ins may be installed by:
- Download the latest update ZIP file from https://github.com/GEGlobalResearch/DARPA-ASKE-TA1/releases and place in a convenient location, e.g., ".../temp/".
- Start the instance of Eclipse into which SADL has been successfully installed, click on the "Help" menu in the menu bar, and select "Install New Software...".
- Click the "Add" button to bring up the "Add Repository" modal dialog.
- Click the "Archive..." button and browse to the ZIP file downloaded in Step 1.
- Follow the prompts, accepting the license, to complete installation. Eclipse should be restarted as part of this process.
- In the project created to validate the SADL installation, or in some other project, create a new file with a ".dialog" extension. Note that the project path should NOT contain spaces or other characters that would require URL encoding.
- With the focus in the editor for the new file, press control-space (content assist request). You should be prompted to enter "uri" as the first content of the file. If so, you installation was successful.