Charm: xrdp-desktop
Summary
Create an Ubuntu Desktop available over RDP
Charm Store
juju deploy cs:~ted/precise/xrdp-desktop-2
Owner
ted
Maintainer
Ted Gould
Series
precise
Description
Creates a default Ubuntu desktop that is available over RDP. Provides a desktop-in-the-cloud type feature.
Links
Repository   Bugs
lp:~ted/charms/precise/xrdp-desktop/trunk
Config
username string
password string
Details
Readme
Overview
--------

Provides a Ubuntu Desktop on a server that is accessible via
the RDP protocol using the Xrdp server.  Starts with the base
Ubuntu image, installs the desktop and Xrdp and then makes it
available to use.

Usage
-----

You can use this charm with something like this (please change
the password):

 $ juju bootstrap
 $ juju deploy cs:~ted/precise/xrdp-desktop
 $ juju set xrdp-desktop username=rdpuser password=rdpuser
 $ juju expose xrdp-desktop
 $ juju status 
 
Run status until the machine gets to the started state and then
you can test the install with this:

 $ xfreerdp -u rdpuser -p rdpuser `juju status | grep public | cut -d : -f 2`

And then you should have a Ubuntu desktop to start playing with!

Changes  
2012/09/10 Ted Gould Updated README (revno 14)
2012/09/06 Ted Gould Updating README (revno 13)
2012/09/06 Ted Gould Handle the session manager as well (revno 12)
2012/09/06 Ted Gould Adding a port and starting the xrdp server (revno 11)
2012/09/06 Ted Gould Adding start and stop hooks (revno 10)
2012/09/06 Ted Gould Wrong file (revno 9)
2012/09/06 Ted Gould Quotes kill (revno 8)
2012/09/06 Ted Gould Checking to see if the user already exists (revno 7)
2012/09/06 Ted Gould Splitting out 'if' stuff (revno 6)
Lint Check
  • err: no copyright file
  • warn: all charms should provide at least one thing