Skip to main content

Swimlane platform on linux. Install, Upgrade, Backups etc. All maintenance.

Project description

Swimlane Platform

Install

Prerequisites

See the Linux Swimlane Installation end user documentation for prerequisite information and installation instructions.

Install online master package

Run pip install swimlane-platform --upgrade

Install the offline master package

The offline master package must be downloaded first from TBD.

You must then unpack it to the folder of your choice with tar -xvf /path/to/swimlane-platform.tar.bz2

After above step is completed switch to that folder and run pip install swimlane-platform-*-py2-none-any.whl --no-index --find-links .

Run

You can execute master script by running swimlane-platform. If you want to run from developers distributions, pass it --dev switch.

After install

Optional Add-on services

By default, optional services such as the Syslog Receiver and Selenium Chrome are commented out in the docker-compose.override.yml. You will need to uncomment the service (and it's corresponding volume if applicable), and then run docker-compose up -d to run Swimlane with the additional services enabled.

Workspace volume

The workspace volume can be utilized by commenting out the volumes key on the tasks container in the docker-compose.override.yml. Specify the path to a local directory on the host that contains files you wish to share with the tasks service.

Example:

  sw_tasks:
    volumes:
      - /opt/swimlane/workspace:/app/workspace

Third party certificates volume

The third party certificates volume can be utilized by commenting out the volumes key on the api and tasks containers in docker-compose.override.yml. Specify the path to a local directory on the host that contains files you wish to share with the tasks service. On each start of the api and tasks services update-ca-certificates will be run to import the certificates. The api and tasks containers need to be restarted for the changes to take affect if new certs are added.

Example:

  sw_api:
    volumes:
      - /opt/swimlane/ca-certs/:/usr/local/share/ca-certificates/swimlane/
  sw_tasks:
    volumes:
      - /opt/swimlane/ca-certs/:/usr/local/share/ca-certificates/swimlane/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

swimlane_platform-8.0.1.tar.gz (37.5 kB view details)

Uploaded Source

File details

Details for the file swimlane_platform-8.0.1.tar.gz.

File metadata

  • Download URL: swimlane_platform-8.0.1.tar.gz
  • Upload date:
  • Size: 37.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.16

File hashes

Hashes for swimlane_platform-8.0.1.tar.gz
Algorithm Hash digest
SHA256 047bbf22db814757e15c3409b14d0a980445f1649e876c02f530d6cf7cb3c38f
MD5 9a0229f24be6861f30d1461f322e2c42
BLAKE2b-256 028b74812f34f9ea78a6918c3cb1651f142050e449355880b69125f2797648f6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page