Skip to content

naga-awone/streamliner

 
 

Repository files navigation

Streamliner Logo

User Documentation

See the phData Streamliner User Documentation site for user docs.

Developer Documentation

Packaging Streamliner

Streamliner uses Gradle as a dependency management and build tool. The Gradle Application Plugin attempts to make building packages for different operating systems easier.

Creating Streamliner Package

  1. Execute ./gradlew clean assemble
  2. Copy zip from build/distributions/streamliner-<version>.zip to intended install directory
  3. Unzip streamliner

Releasing

Install tools if required:

$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install --upgrade cloudsmith-cli

Login to Cloudsmith:

$ cloudsmith token

Publish:

$ build-support/publish-zip.sh

Running Full Build

./gradlew build

Running Tests

Note: Some tests require Docker to be running.

./gradlew test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 88.3%
  • Makefile 5.3%
  • Scala 2.7%
  • PLpgSQL 2.2%
  • Shell 1.5%