Skip to content

shweelan/genieacs-gui-charm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenieACS-GUI Juju Charm

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

To configure genieacs-gui to remote genieacs host and nbi port
    $ juju set genieacs-gui genieacs-host='<genieacs-host>' nbi-port='<genieacs-nbi-port>'

Or to configure genieacs-gui api host and port on juju environment
    $ juju deply cs:~zaidka/trusty/genieacs-0
    $ juju deploy redis
    $ juju deploy mongodb
    $ juju add-relation mongodb genieacs
    $ juju add-relation redis:master genieacs
    $ juju add-relation genieacs genieacs-gui

To expose genieacs-gui(port: 80) publicly
    $ juju expose genieacs-gui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.2%
  • Python 32.5%
  • Ruby 4.3%