Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 558 Bytes

File metadata and controls

43 lines (30 loc) · 558 Bytes

mindfork-juju

A Juju charm for running Mindfork agents.

Usage

mkdir trusty
cd trusty
git clone https://github.com/mindfork/mindfork-juju.git
juju deploy --repository=../ mindfork
juju status

...

services:
  mindfork:
    ...
      public-address: W.X.Y.Z

...

curl W.X.Y.Z:25000/mf

Change port

juju set mindfork port=12345

...

curl W.X.Y.Z:<port>/mf

Upgrade to a specific git ref

juju set \
  version=41a41f935c76757c02f953a8d117659b6455c44a \
  remote=https://github.com/binary132/mindfork.git

...