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
| 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) |