[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. upstream/4.0.0-rc-62-g9debb0f

Paul van Tilburg paulvt at debian.org
Wed May 16 21:36:32 UTC 2012


The following commit has been merged in the master branch:
commit 9debb0f68b1b2070b5b80dafa83a1f5bc9072fb8
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Wed May 16 23:36:28 2012 +0200

    Added README.Debian and README.source drafts
    
    * debian/README.Debian: added to explain the database setup and virtual
      host stuff.
    * debian/README.source: added to explain the state of the source and how
      it is processed when installing.

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..deda4a3
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,33 @@
+ownCloud for Debian
+===================
+
+ownCloud in Debian currently only supports MySQL as database backend.
+The database will not be set automatically (yet); this may be added in
+a later version of the package.
+
+Before going to http://localhost/owncloud after installation, first set up
+an ownCloud MySQL user and empty database in MySQL.  Ensure that the user
+has permissions to modify the database and remember the password!
+
+Once you vist http://localhost/owncloud, the ownCloud setup pages will
+appear; it will ask you for the user/password/database information.
+To be ready for the future when the database will be managed by the Debian
+package, it may be useful to ensure that the name of the MySQL user and
+database is "owncloud".
+
+
+Running on specific/single virtual host(s)
+------------------------------------------
+
+At the moment ownCloud runs under /owncloud under all virtual hosts.
+This is due to the alias set in /etc/apache2/conf.d/owncloud.conf.
+To make ownCloud reachable via a specific or just a single virtual host,
+comment out the Alias directive in /etc/apache2/conf.d/owncloud.conf and
+add it to the VirtualHost section of the respective hosts.
+
+Running as a virtual host
+-------------------------
+
+To run ownCloud as a single virtual host, comment out the Alias directive
+in /etc/apache2/conf.d/owncloud.conf and set the DocumentRoot to
+/var/lib/owncloud in the VirtualHost section of the respecive virtual host.
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..e6f516b
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,18 @@
+ownCloud source for Debian
+==========================
+
+As the ownCloud source is constructed so that it can put in a directory and
+is ready to run, it contains both source and compiled/compressed parts.
+Additionally does the source contain third party libraries which have
+various licenses. 
+
+The debian/rules build instructions will ensure that only the necessary
+parts of the source are installed as follows:
+
+* third party PHP code that is available via other Debian packages is removed,
+* superfluous licenses are removed (as they are documented in debian/copyright),
+* other superflous files such as text files, source code and unused scripts
+  are not installed
+* minified JavaScript libraries are regeneratd from source and then the
+  source is removed,
+* javascript libraries that are available via Debian are used (using symlinks)
diff --git a/debian/changelog b/debian/changelog
index f3fda3c..ece0f99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,10 @@ owncloud (4.0.0~rc-1) UNRELEASED; urgency=low
       04_adding_jquery_infieldlabel_js.diff,
       05_adding_jquery_fancyboxbox.diff,
       06_adding_jquery.mousewheel.diff as this is handled upstream now.
+  * debian/README.Debian: added to explain the database setup and virtual
+    host stuff.
+  * debian/README.source: added to explain the state of the source and how
+    it is processed when installing. 
 
  -- Thomas Mueller <thomas.mueller at tmit.eu>  Tue, 15 May 2012 00:42:12 +0200
 

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list