OLD | NEW |
1 <!-- | 1 <!-- |
2 README.md | 2 README.md |
3 Copyright 2013 Canonical Ltd. | 3 Copyright 2013 Canonical Ltd. |
4 This work is licensed under the Creative Commons Attribution-Share Alike 3.0 | 4 This work is licensed under the Creative Commons Attribution-Share Alike 3.0 |
5 Unported License. To view a copy of this license, visit | 5 Unported License. To view a copy of this license, visit |
6 http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative | 6 http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative |
7 Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. | 7 Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. |
8 --> | 8 --> |
9 | 9 |
10 # Juju GUI Charm # | 10 # Juju GUI Charm # |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 GUI to be built and to start; this command will let you see when it is ready | 76 GUI to be built and to start; this command will let you see when it is ready |
77 to go by giving you regular status updates: | 77 to go by giving you regular status updates: |
78 | 78 |
79 watch juju status | 79 watch juju status |
80 | 80 |
81 Eventually, at the end of the status you will see something that looks like | 81 Eventually, at the end of the status you will see something that looks like |
82 this: | 82 this: |
83 | 83 |
84 services: | 84 services: |
85 juju-gui: | 85 juju-gui: |
86 charm: cs:precise/juju-gui-7 | 86 charm: cs:trusty/juju-gui-42 |
87 exposed: true | 87 exposed: true |
88 relations: {} | 88 relations: {} |
89 units: | 89 units: |
90 juju-gui/0: | 90 juju-gui/0: |
91 agent-state: started | 91 agent-state: started |
92 machine: 1 | 92 machine: 1 |
93 open-ports: | 93 open-ports: |
94 - 80/tcp | 94 - 80/tcp |
95 - 443/tcp | 95 - 443/tcp |
96 public-address: ec2-www-xxx-yyy-zzz.compute-1.amazonaws.com | 96 public-address: ec2-www-xxx-yyy-zzz.compute-1.amazonaws.com |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 | 210 |
211 ## Contacting the Developers ## | 211 ## Contacting the Developers ## |
212 | 212 |
213 If you run into problems with the charm, please feel free to contact us on the | 213 If you run into problems with the charm, please feel free to contact us on the |
214 [Juju mailing list](https://lists.ubuntu.com/mailman/listinfo/juju), or on | 214 [Juju mailing list](https://lists.ubuntu.com/mailman/listinfo/juju), or on |
215 Freenode's IRC network on #juju. We're not always around (working hours in | 215 Freenode's IRC network on #juju. We're not always around (working hours in |
216 Europe and North America are your best bets), but if you send us a mail or | 216 Europe and North America are your best bets), but if you send us a mail or |
217 ping "jujugui" we will eventually get back to you. | 217 ping "jujugui" we will eventually get back to you. |
218 | 218 |
219 If you want to help develop the charm, please see the charm's `HACKING.md`. | 219 If you want to help develop the charm, please see the charm's `HACKING.md`. |
OLD | NEW |