|  | @@ -3,7 +3,7 @@
 | 
	
		
			
			| 3 | 3 |  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 | 
	
		
			
			| 4 | 4 |  <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 | 
	
		
			
			| 5 | 5 |  <head>
 | 
	
		
			
			| 6 |  | -<!-- 2016-02-28 Sun 11:27 -->
 | 
	
		
			
			|  | 6 | +<!-- 2016-03-12 Sat 21:56 -->
 | 
	
		
			
			| 7 | 7 |  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 | 
	
		
			
			| 8 | 8 |  <meta name="viewport" content="width=device-width, initial-scale=1" />
 | 
	
		
			
			| 9 | 9 |  <title></title>
 | 
	
	
		
			
			|  | @@ -329,49 +329,20 @@ Subsequently even if dynamic DNS isn't working you may still be able to administ
 | 
	
		
			
			| 329 | 329 |  <div id="outline-container-orgheadline4" class="outline-2">
 | 
	
		
			
			| 330 | 330 |  <h2 id="orgheadline4">Syncing to the Cloud</h2>
 | 
	
		
			
			| 331 | 331 |  <div class="outline-text-2" id="text-orgheadline4">
 | 
	
		
			
			| 332 |  | -</div><div id="outline-container-orgheadline11" class="outline-3">
 | 
	
		
			
			| 333 |  | -<h3 id="orgheadline11">Initial install</h3>
 | 
	
		
			
			| 334 |  | -<div class="outline-text-3" id="text-orgheadline11">
 | 
	
		
			
			| 335 | 332 |  <p>
 | 
	
		
			
			| 336 |  | -Within a browser go to your owncloud domain, then create an administrator account. The username and password can be anything, and ideally should be generated from a password manager.
 | 
	
		
			
			|  | 333 | +Owncloud provides an easy way to sync files across multiple systems (desktop, laptop and mobile), and is a good way to wean people off of the proprietary systems such as <a href="http://www.drop-dropbox.com/">Dropbox</a>. It can also do many other things, such as acting as a jukebox or a collaborative document editing system. Owncloud servers can also <a href="https://www.youtube.com/watch?v=b1F-N3QXN2s">federate together</a> to make it easy for independent installs to share files.
 | 
	
		
			
			| 337 | 334 |  </p>
 | 
	
		
			
			|  | 335 | +</div>
 | 
	
		
			
			| 338 | 336 |  
 | 
	
		
			
			|  | 337 | +<div id="outline-container-orgheadline11" class="outline-3">
 | 
	
		
			
			|  | 338 | +<h3 id="orgheadline11">Initial install</h3>
 | 
	
		
			
			|  | 339 | +<div class="outline-text-3" id="text-orgheadline11">
 | 
	
		
			
			| 339 | 340 |  <p>
 | 
	
		
			
			| 340 |  | -You will also need to enter database details:
 | 
	
		
			
			| 341 |  | -</p>
 | 
	
		
			
			| 342 |  | -
 | 
	
		
			
			| 343 |  | -<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
 | 
	
		
			
			| 344 |  | -
 | 
	
		
			
			| 345 |  | -
 | 
	
		
			
			| 346 |  | -<colgroup>
 | 
	
		
			
			| 347 |  | -<col  class="org-left" />
 | 
	
		
			
			| 348 |  | -
 | 
	
		
			
			| 349 |  | -<col  class="org-left" />
 | 
	
		
			
			| 350 |  | -</colgroup>
 | 
	
		
			
			| 351 |  | -<tbody>
 | 
	
		
			
			| 352 |  | -<tr>
 | 
	
		
			
			| 353 |  | -<td class="org-left">Owncloud database user</td>
 | 
	
		
			
			| 354 |  | -<td class="org-left">owncloudadmin</td>
 | 
	
		
			
			| 355 |  | -</tr>
 | 
	
		
			
			| 356 |  | -
 | 
	
		
			
			| 357 |  | -<tr>
 | 
	
		
			
			| 358 |  | -<td class="org-left">Owncloud database password</td>
 | 
	
		
			
			| 359 |  | -<td class="org-left">See the <a href="#orgheadline1">Readme</a> file</td>
 | 
	
		
			
			| 360 |  | -</tr>
 | 
	
		
			
			| 361 |  | -
 | 
	
		
			
			| 362 |  | -<tr>
 | 
	
		
			
			| 363 |  | -<td class="org-left">Owncloud database name</td>
 | 
	
		
			
			| 364 |  | -<td class="org-left">owncloud</td>
 | 
	
		
			
			| 365 |  | -</tr>
 | 
	
		
			
			| 366 |  | -</tbody>
 | 
	
		
			
			| 367 |  | -</table>
 | 
	
		
			
			| 368 |  | -
 | 
	
		
			
			| 369 |  | -<p>
 | 
	
		
			
			| 370 |  | -After creating an administrator account then create a user account via the Users dropdown menu entry on the right hand side and log the details in a password manager. Give the user a quota suitable for the size of your microSD card or other storage.
 | 
	
		
			
			|  | 341 | +On first visiting your owncloud domain it will ask for an password, then select <b>Finish</b>. The password can be anything, but it's a good idea to follow the usual guidelines of using a random password generated by a password manager.
 | 
	
		
			
			| 371 | 342 |  </p>
 | 
	
		
			
			| 372 | 343 |  
 | 
	
		
			
			| 373 | 344 |  <p>
 | 
	
		
			
			| 374 |  | -Log out from the administrator account and then log back in as the user you just created.
 | 
	
		
			
			|  | 345 | +You may wish to add extra apps, such as calendar, music and document editing.
 | 
	
		
			
			| 375 | 346 |  </p>
 | 
	
		
			
			| 376 | 347 |  </div>
 | 
	
		
			
			| 377 | 348 |  </div>
 | 
	
	
		
			
			|  | @@ -405,11 +376,11 @@ You will also be prompted to enter login details. Your Android and Owncloud cale
 | 
	
		
			
			| 405 | 376 |  <h3 id="orgheadline13">On Linux</h3>
 | 
	
		
			
			| 406 | 377 |  <div class="outline-text-3" id="text-orgheadline13">
 | 
	
		
			
			| 407 | 378 |  <p>
 | 
	
		
			
			| 408 |  | -Open your software center and search for "owncloud client". Enter your owncloud domain name (with the https prefix) and login details.
 | 
	
		
			
			|  | 379 | +It's best to use an <a href="https://owncloud.com/products/desktop-clients/">officially supported client</a> from the Owncloud site, rather than one which may be packaged by your distro. It's more lilkely that the official client will be up to date. <a href="https://software.opensuse.org/download/package?project=isv:ownCloud:desktop&package=owncloud-client">Packages are available</a> for Debian and other distros.
 | 
	
		
			
			| 409 | 380 |  </p>
 | 
	
		
			
			| 410 | 381 |  
 | 
	
		
			
			| 411 | 382 |  <p>
 | 
	
		
			
			| 412 |  | -You can now drag files into the <b>~/owncloud</b> directory and they will automatically sync to your server. It's that easy.
 | 
	
		
			
			|  | 383 | +Once the client is installed then open it and log in. After sychronisation you can then drag and drop files into <b>ownCloud</b> in your home directory.
 | 
	
		
			
			| 413 | 384 |  </p>
 | 
	
		
			
			| 414 | 385 |  </div>
 | 
	
		
			
			| 415 | 386 |  </div>
 |