Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 373 Bytes

GenieACS Juju Charm

To deploy GenieACS through Juju:

$ juju deply cs:~zaidka/trusty/genieacs-0

Then deploy the database (MongoDB) and cache (redis) engines and link them:

$ juju deploy mongodb
$ juju deploy redis
$ juju add-relation mongodb genieacs
$ juju add-relation redis:master genieacs

To expose GenieACS ports:

$ juju expose genieacs