Locker
Purpose of Charm: This Charm is intended for a simple deployment of a Locker container instance
Instructions for Charm:
------------------
1. Deploy Locker Instance
juju deploy --repository=charms local:locker
2. Accessing Locker is as simple as going to:
http://<your_server_address>:8042
To find out the public address of locker, look for it in the output of the
`juju status` command.
About Locker
Locker is a container for personal data, which gives the owner the ability to control how it's protected and shared. It retrieves and consolidates data from multiple sources, to create a single collection of the things you see and do online: the photos you take, the places you visit, the links you share, contact details for the people you communicate with, and much more. It also provides flexible APIs for developers to build rich applications with access to all of this information.
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 Locker Project
The Locker Project is an open source development effort, permissively licensed, and sponsored by Singly. Singly provides a personal data service based on this technology, and also welcomes its use by anyone for any purpose.
| 2012/05/08 Benjamin Kerensa Fixed yaml error and install hook error (revno 3) |
| 2012/05/02 Benjamin Kerensa Removed Extra Port Open Call in Hooks and Improved for Frostiness (revno 2) |