plugin-oracle

command module
v1.1.0-beta3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2019 License: MIT Imports: 1 Imported by: 0

README

Oracle plugin for Go-between

This plugin requires Oracle Instant Client files to be available in order to run.

Instructions on how to configure your environment to run the plugin and its tests are here: https://oracle.github.io/odpi/doc/installation.html

Because setting the build server up to build and test this will be a pain, thanks to Oracle, it's not done yet. You'll need to build, test and deploy any changes yourself.

Build and deploy

To build for a platform, run mage buildLinux or mage buildWindows (see note below about building Windows).

To build for both platforms, run mage build.

To build and upload to a go-between hub, run

UPLOAD=env mage -v build

Where env can be "red", "green", or "blue".

You must have VAULT_ADDR and VAULT_TOKEN set for the environment you're targeting.

Notes about building:

To build the Windows binary on Linux you need to install the right compiler:

sudo apt-get install mingw-w64 -y

Then you can build using this command:

CGO_ENABLED=1 GOOS=windows CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build

It's really slow.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pub

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL