I an trying to install couchbase server 2.0.2 from http://www.couchbase.com/communities/python/getting-started
I have Linux mint 15.
I went to “Installing on Ubuntu as Non-Root, Non-Sudo”
I successfully executed:
dpkg-deb -x couchbase-server-enterprise_2.2.0_x86_64.deb $HOME
./bin/install/reloc.sh
pwd
I an trying to install couchbase server 2.0.2 from http://www.couchbase.com/communities/python/getting-started
I have Linux mint 15.When I tried ./bin/couchbase-server — -noinput -detached It failed with the following output
getopt: invalid option – 'n’
getopt: invalid option – 'o’
getopt: invalid option – 'i’
getopt: invalid option – 'n’
getopt: invalid option – 'p’
getopt: invalid option – 'u’
getopt: invalid option – 't’
getopt: invalid option – 'd’
getopt: invalid option – 'e’
getopt: invalid option – 't’
getopt: invalid option – 'a’
getopt: invalid option – 'c’
getopt: invalid option – 'h’
getopt: invalid option – 'e’
getopt: invalid option – 'd’
What am I doing wrong?
thanks in advance