Charm: stackmobile
Summary
A mobile interface to the Stack Exchange network of sites.
Charm Store
juju deploy cs:~george-edison55/oneiric/stackmobile-1
Series
oneiric
Description
Stack Mobile provides a web-based interface to the content of the Stack Exchange network optimized for smartphones and tablets.
Links
Repository   Bugs
lp:~george-edison55/charms/oneiric/stackmobile/trunk
Interfaces
Provides
Requires
Config
title string
Details
Readme
Deploying the Stack Mobile charm:

1. Assuming you have a working installation of Juju, run the following commands:

 > juju bootstrap
 > juju deploy mysql
 > juju deploy stackmobile
 > juju add-relation stackmobile mysql

2. Set the configuration parameters you would like to use for Stack Mobile.
   (This currently only includes a single parameter: 'title'):

 > juju set title="Site Title"

3. Expose the Stack Mobile instance:

 > juju expose stackmobile
Changes  
2012/03/29 Nathan Osman Added README and switched to latest version of Stack Mobile. (revno 9)
2012/03/02 Nathan Osman Added copyright file, fixed website relation, and moved opening of TCP port to database relation. (revno 8)
2012/02/25 Nathan Osman Removed unnecessary extra inclusion of charm tools. (revno 7)
2012/02/24 Nathan Osman Fixed incorrect configuration with respect to VirtualHost and corrected bug with PHP config. file. (revno 6)
2012/02/24 Nathan Osman Added line to remove install directory and updated config file to reflect that the Stack Mobile name (revno 5)
2012/02/24 Nathan Osman Added code to download Stack.PHP and corrected relative path blunder. (revno 4)
2012/02/24 Nathan Osman Finished implementing config. hooks. (revno 3)
2012/02/24 Nathan Osman Added code to manage most of the hooks. (revno 2)
Lint Check
  • err: Charms need a maintainer (See RFC2822) - Name <email>

In other archives
Newer oneiric/stackmobile