From 632898d27373cfc0a4ecbbcf34ded396af1727bc Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 7 May 2013 21:36:19 +0200 Subject: make host configurable --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.rst') 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 -- cgit v1.2.3