/[couchdb]/bin/couchdb-server.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /bin/couchdb-server.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (show annotations)
Thu Aug 7 16:42:44 2008 UTC (15 years, 7 months ago) by dpavlin
File MIME type: application/x-sh
File size: 253 byte(s)
script to start development server
1 #!/bin/sh
2
3 dir=`pwd`
4
5 echo
6 echo 'START SERVER couch_server:dev_start().'
7 echo 'test search couch_ft_query:execute("database", "+ query +string").'
8 echo
9
10 cd /data/couchdb/ && sudo -u couchdb erl -pa src/couchdb src/mochiweb -couchini $dir/etc/couch.ini
11

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26