Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Copy bundles folder from the extracted files from Saga_Aspire.zip.
  2. Paste the bundles folder to aspire 4 5 parent directory 
  3. Verify if app-saga-parser and aspire-saga-parser are properly copied to Aspire 45

      {AspireParentDIR}\bundles\aspire

...

  1. Create config.json

    Code Block
    themeMidnight
    titleconfig.json
    {
      "config": {
        "libraryJars": ["./lib"],
        "tagManager": {
          "resource": "saga-provider:saga_tags"
        },
        "pipelineManager": {
          "resource": "saga-provider:saga_pipelines"
        },
        "providers": [
          {
            "name": "filesystem-provider",
            "type": "FileSystem",
            "baseDir": "./config"
          },
          {
            "name": "saga-provider",
            "type": "Elastic",
            "nodeUrls": ["http://localhost:9200"],
            "timestamp": "updatedAt",
            "authentication": "none",
            "indexName": "saga",
            "exclude": [
              "updatedAt",
              "createdAt"
            ],
            "maxResults": 2000000
          }
        ]
      }
    }
  2. Paste the created config.json file to {AspireParentDIR}\config\saga
  3. Make sure that the info in config.json are correct.



Step 5. Run Aspire 45

Step 6. Add Saga Parser in the Extension Manager

...