~bkerensa/charms/precise/subway/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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
 _____       _                        
/  ___|     | |                       
\ `--. _   _| |____      ____ _ _   _ 
 `--. \ | | | '_ \ \ /\ / / _` | | | |
/\__/ / |_| | |_) \ V  V / (_| | |_| |
\____/ \__,_|_.__/ \_/\_/ \__,_|\__, |
                                 __/ |
 Real Geeks Use Ascii           |___/ 

Purpose of Charm: This Charm is intended for a simple deployment of a Subway Web-Based IRC Client Cloud Instance.


Instructions for Charm:
------------------

1. Deploy Subway Instance
juju deploy --repository=charms local:subway


2. Accessing Subway is as simple as going to:

       http://<your_server_address>:3000

   To find out the public address of subway, look for it in the output of the
   `juju status` command.  


About Subway

Subway is a web-based IRC client with a multi-user backend and a JavaScript-heavy UI. Frontend/backend communication is 
done with websockets (or best available fallback where not available). 
The backend supports connection persistence and optional logging when the browser disconnects.

About Charm Author

This charm was authored by Ubuntu Member Benjamin Kerensa who has been a contributor to the Ubuntu Community for 
a number of years more information on the author can be found at http://benjaminkerensa.com

About Subway Author

David Petersen is a Student Programmer at Oregon State University and also a member of the OSU LUG and more of his work can be found at 
https://github.com/thedjpetersen