summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-07 21:36:19 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-07 21:36:19 +0200
commit632898d27373cfc0a4ecbbcf34ded396af1727bc (patch)
tree3d12e2a60e7775f7894fa4b1c052cc327a0943fd /README.rst
parente83462f7649aa92f7d2823e493a791184ff9c168 (diff)
make host configurable
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