Skip to content

mindfork/mindfork-juju

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

...

About

A Juju charm for running Mindfork agents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages