~ted/charms/precise/xrdp-desktop/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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!