diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:09:11 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:09:11 -0400 |
commit | e180c03e6ce46b5a24687337a90a9b5bb17c8cf8 (patch) | |
tree | 0b5a8f58cf7750fa388340d74e343650de64c292 /network/owncloud-server | |
parent | bc1ed19fc8cf43d31e1da800e2daf62d6be5a263 (diff) |
network/owncloud-server: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/owncloud-server')
-rw-r--r-- | network/owncloud-server/README | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/network/owncloud-server/README b/network/owncloud-server/README index 3e3e9ce0d651d..89fde57bca563 100644 --- a/network/owncloud-server/README +++ b/network/owncloud-server/README @@ -1,8 +1,7 @@ -ownCloud gives you universal access to your files through a web interface -or WebDAV. It also provides a platform to easily view & sync your contacts, -calendars and bookmarks across all your devices and enables basic editing -right on the web. - +ownCloud gives you universal access to your files through a web +interface or WebDAV. It also provides a platform to easily view & sync +your contacts, calendars and bookmarks across all your devices and +enables basic editing right on the web. SlackBuild defaults ------------------- @@ -34,13 +33,15 @@ Configuration "LoadModule rewrite_module ..." and "Include /etc/httpd/mod_php.conf", then restart httpd. -(3) After installation, you must set up the names that clients will use to -access the server as "trusted domains". +(3) After installation, you must set up the names that clients will +use to access the server as "trusted domains". -You must also do this if you are upgrading an older owncloud installation. +You must also do this if you are upgrading an older owncloud +installation. -To do this, you will need to edit /srv/httpd/htdocs/owncloud/config/config.php -as follows (please use your own server name instead of myserver.local or +To do this, you will need to edit +/srv/httpd/htdocs/owncloud/config/config.php as follows +(please use your own server name instead of myserver.local or owncloud.example.com): 'trusted_domains' => @@ -50,7 +51,7 @@ owncloud.example.com): 2 => 'owncloud.example.com', ), -(4) After installation, **and after every upgrade**, you need to complete -setup by visiting this page: +(4) After installation, **and after every upgrade**, you need to +complete setup by visiting this page: http://localhost/owncloud/ |