~lazypower/charms/precise/owncloud/tests

« back to all changes in this revision

Viewing changes to readme.txt

  • Committer: Clint Byrum
  • Date: 2012-01-06 21:25:37 UTC
  • mfrom: (7.1.6 trunk)
  • Revision ID: clint@ubuntu.com-20120106212537-a2lsg2b44zq851qn
Merging doc fixes and rename of charm from koolhead17

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
author: Atul Jha <atul.jha@csscorp.com>
4
4
 
5
 
Install & running <currently supports only sqlite>
6
 
 
7
 
Pull the owncloud2 chram in your local dir < /home/atul/example/oneiric  in my case>
8
 
bzr branch lp:~koolhead17/charm/oneiric/owncloud2/trunk
9
 
juju bootstrap
10
 
juju deploy --repository=/home/atul/example local:owncloud2
11
 
juju -v status <this will give you the hostname details>
12
 
 
13
 
Open your favourite browser and point it to the hostname.
14
 
 
15
 
Enter the username and password and click on to the install button.
16
 
 
17
 
This will give you owncloud2 interface.
18
 
 
 
5
Steps:
 
6
 
 
7
1. Install
 
8
 
 
9
 > juju deploy --repository=charms local:owncloud
 
10
 
 
11
2. Expose
 
12
 
 
13
> juju expose owncloud
 
14
 
 
15
3.Access 
 
16
http://<owncloud-machine-addr>/.  To find out the public address of owncloud,
 
17
look for it in the output of the 'juju status' command.
 
18
 
 
19
4. User Account Creation
 
20
 
 
21
Create first user, it will have administrative privileges and select a password, once done click on "Finish setup" botton. Once done you have your owncloud dashboard in front of you. :)
19
22
 
20
23
#TODO
21
 
adding db relation for mysql, currently sqlite is used. Until then, using 
22
 
add-unit with this charm will create independent instances.
23
 
 
 
24
Adding db relation for mysql, currently sqlite is used.Until then, using add-unit with this charm will create independent instances.