Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A api
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • ironapi
  • api
  • Wiki
  • Dev
  • Scripts

Last edited by Andrea Pavlovic May 25, 2021
Page history

Scripts

Automatic Setup + Run for Docker deployment

The 'run.sh' script combines setup, listener and gateway app into one script and is meant to be run in a docker container. The listener and the gateway will be started in daemon mode, to run them in seperately debug mode, see below.

    script/run.sh

Only run the setup script

start script/setup.pl

Only run the gateway

    script/plack.sh

Only run the listener

    script/listen.pl

Rebuild caches

To re-build all caches (database schema definition, errors, saved queries), run this script:

    script/cache_update.pl
Clone repository
  • API
    • Available Endpoints
    • Changing Passwords
    • Form Input Types
    • Introduction
    • Logout
    • Plugins
    • Queries
    • Queries
      • Attributes
      • Context
      • Query Examples
      • Query Search Options
      • Referenced Instances
      • Saved Queries
    • Schema_Changes
    • Storing Files
View All Pages