summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7acf920be..4f3912fce 100644
--- a/README.rst
+++ b/README.rst
@@ -160,6 +160,10 @@ Integration tests::
.. note:: For acceptance tests, a user with the name **test** and password **test** must exist!
+.. note:: To change the url under which ownCloud is installed, set the environment variable $OWNCLOUD_HOST::
+
+ export OWNCLOUD_HOST='localhost/core'
+
Acceptance tests::
make acceptance-tests