Skip to content

shweelan/genieacs-charm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenieACS Juju Charm

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

To configure genieacs database and cache engine to a remote host
    $ juju set genieacs mongodb_host='<mongodb-host>' redis_host='<redis-host>'

Or to configure genieacs database and cache engine to a juju environment
    $ juju deploy mongodb
    $ juju deploy redis
    $ juju add-relation mongodb genieacs
    $ juju add-relation redis:master genieacs

To expose genieacs(ports: 7557, 7547, 7567) publicly
    $ juju expose genieacs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 87.5%
  • Python 12.5%