diff options
author | Noah Slater <nslater@apache.org> | 2009-03-24 13:18:23 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-03-24 13:18:23 +0000 |
commit | a51953bd00178a3810d7f487b5a24bd6621e385e (patch) | |
tree | ceb4472691531f5bad2e6985930e5b1f9cc6b540 /README | |
parent | 3f2925278d4fb6f0c38355ec8e1df82744822d73 (diff) |
corrected invokation
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@757783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -156,13 +156,13 @@ Running Manually You can start the Apache CouchDB server by running: - sudo -i -u couchdb couchdb + sudo -i -u couchdb couchdb -b This uses the `sudo` command to run the `couchdb` command as the `couchdb` user. When Apache CouchDB starts it should eventually display the following message: - Apache CouchDB has started, time to relax. See http://127.0.0.1:5984/_utils/index.html + Apache CouchDB has started, time to relax. Relax. |