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

Scripts · Changes

Page history
restructure authored May 25, 2021 by Andrea Pavlovic's avatar Andrea Pavlovic
Hide whitespace changes
Inline Side-by-side
Dev/Scripts.md 0 → 100644
View page @ 1ac51e9a
# 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.
```bash
script/run.sh
```
# Only run the setup script
```bash
start script/setup.pl
```
# Only run the gateway
```bash
script/plack.sh
```
# Only run the listener
```bash
script/listen.pl
```
# Rebuild caches
To re-build all caches (database schema definition, errors, saved queries), run this script:
```bash
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