Juju charm owncloud 2.0.1 author: Atul Jha Install & running Pull the owncloud2 chram in your local dir < /home/atul/example/oneiric in my case> bzr branch lp:~koolhead17/charm/oneiric/owncloud2/trunk juju bootstrap juju deploy --repository=/home/atul/example local:owncloud2 juju -v status Open your favourite browser and point it to the hostname. Enter the username and password and click on to the install button. This will give you owncloud2 interface. #TODO adding db relation for mysql, currently sqlite is used.