You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Stephan Bardubitzki <st...@bardubitzki.com> on 2011/11/11 21:05:22 UTC

Installing CouchDB on ISP server

Hi there,

since we naturally don't have root access on an ISP server, I'm 
wondering whether it is possible to install and run CouchDB in the user 
space. If so how do I have to do that?

Thanks,
Stephan

Re: Installing CouchDB on ISP server

Posted by Marcello Nuccio <ma...@gmail.com>.
Have also a look at https://github.com/iriscouch/build-couchdb

Marcello

2011/11/12 Stephan Bardubitzki <st...@bardubitzki.com>:
> Thanks, will try this tomorrow.
>
> Stephan
>
> On 11-11-11 06:29 PM, Keith Gable wrote:
>>
>> For almost all Unix software, you'd download the source, extract it, and
>> run ./configure --prefix=/home/yourusername/softwarename. So for
>> Erlang/CouchDB, ./configure --prefix=/home/you/couchdb.
>>
>> But I don't know if CouchDB and Erlang are standard autoconf tools.
>>
>> Also, all users on the system will be able to access your CouchDB
>> instance,
>> so be sure not to run it in Admin Party mode.
>>
>> ---
>> Keith Gable
>> A+ Certified Professional
>> Network+ Certified Professional
>> Web Developer
>>
>>
>>
>> On Fri, Nov 11, 2011 at 8:05 PM, Stephan Bardubitzki<
>> stephan@bardubitzki.com>  wrote:
>>
>>> Our ISP doesn't has any problem with running server processes. So, is it
>>> possible to install CouchDB in a user space and how?
>>>
>>> Stephan
>>>
>>>
>>> On 11-11-11 12:38 PM, Jens Alfke wrote:
>>>
>>>> On Nov 11, 2011, at 12:05 PM, Stephan Bardubitzki wrote:
>>>>
>>>> since we naturally don't have root access on an ISP server, I'm
>>>> wondering whether it is possible to install and run CouchDB in the user
>>>> space. If so how do I have to do that?
>>>>
>>>> If you mean a shared-hosting account, those generally don’t let you run
>>>> any kind of server process of your own. You’d need a more expensive
>>>> dedicated server (or virtual-server) account for that. Instead, you can
>>>> get
>>>> a free hosted CouchDB server from
>>>> iriscouch.com<http://**iriscouch.com<http://iriscouch.com>>
>>>>  or cloudant.com<http://cloudant.**com<http://cloudant.com>>.
>>>>
>>>> —Jens
>>>>
>>>> ------------------------------**--
>>>> Spam/Virus scanning by CanIt Pro
>>>>
>>>> For more information see
>>>>
>>>> http://www.kgbinternet.com/**SpamFilter.htm<http://www.kgbinternet.com/SpamFilter.htm>
>>>>
>>>> To control your spam filter, log in at
>>>> http://filter.kgbinternet.com
>>>>
>>>>
>> --------------------------------
>> Spam/Virus scanning by CanIt Pro
>>
>> For more information see
>> http://www.kgbinternet.com/SpamFilter.htm
>>
>> To control your spam filter, log in at
>> http://filter.kgbinternet.com
>>
>

Re: Installing CouchDB on ISP server

Posted by Stephan Bardubitzki <st...@bardubitzki.com>.
Thanks, will try this tomorrow.

Stephan

On 11-11-11 06:29 PM, Keith Gable wrote:
> For almost all Unix software, you'd download the source, extract it, and
> run ./configure --prefix=/home/yourusername/softwarename. So for
> Erlang/CouchDB, ./configure --prefix=/home/you/couchdb.
>
> But I don't know if CouchDB and Erlang are standard autoconf tools.
>
> Also, all users on the system will be able to access your CouchDB instance,
> so be sure not to run it in Admin Party mode.
>
> ---
> Keith Gable
> A+ Certified Professional
> Network+ Certified Professional
> Web Developer
>
>
>
> On Fri, Nov 11, 2011 at 8:05 PM, Stephan Bardubitzki<
> stephan@bardubitzki.com>  wrote:
>
>> Our ISP doesn't has any problem with running server processes. So, is it
>> possible to install CouchDB in a user space and how?
>>
>> Stephan
>>
>>
>> On 11-11-11 12:38 PM, Jens Alfke wrote:
>>
>>> On Nov 11, 2011, at 12:05 PM, Stephan Bardubitzki wrote:
>>>
>>> since we naturally don't have root access on an ISP server, I'm
>>> wondering whether it is possible to install and run CouchDB in the user
>>> space. If so how do I have to do that?
>>>
>>> If you mean a shared-hosting account, those generally don’t let you run
>>> any kind of server process of your own. You’d need a more expensive
>>> dedicated server (or virtual-server) account for that. Instead, you can get
>>> a free hosted CouchDB server from iriscouch.com<http://**iriscouch.com<http://iriscouch.com>>
>>>   or cloudant.com<http://cloudant.**com<http://cloudant.com>>.
>>>
>>> —Jens
>>>
>>> ------------------------------**--
>>> Spam/Virus scanning by CanIt Pro
>>>
>>> For more information see
>>> http://www.kgbinternet.com/**SpamFilter.htm<http://www.kgbinternet.com/SpamFilter.htm>
>>>
>>> To control your spam filter, log in at
>>> http://filter.kgbinternet.com
>>>
>>>
> --------------------------------
> Spam/Virus scanning by CanIt Pro
>
> For more information see
> http://www.kgbinternet.com/SpamFilter.htm
>
> To control your spam filter, log in at
> http://filter.kgbinternet.com
>

Re: Installing CouchDB on ISP server

Posted by Keith Gable <zi...@ignition-project.com>.
For almost all Unix software, you'd download the source, extract it, and
run ./configure --prefix=/home/yourusername/softwarename. So for
Erlang/CouchDB, ./configure --prefix=/home/you/couchdb.

But I don't know if CouchDB and Erlang are standard autoconf tools.

Also, all users on the system will be able to access your CouchDB instance,
so be sure not to run it in Admin Party mode.

---
Keith Gable
A+ Certified Professional
Network+ Certified Professional
Web Developer



On Fri, Nov 11, 2011 at 8:05 PM, Stephan Bardubitzki <
stephan@bardubitzki.com> wrote:

> Our ISP doesn't has any problem with running server processes. So, is it
> possible to install CouchDB in a user space and how?
>
> Stephan
>
>
> On 11-11-11 12:38 PM, Jens Alfke wrote:
>
>> On Nov 11, 2011, at 12:05 PM, Stephan Bardubitzki wrote:
>>
>> since we naturally don't have root access on an ISP server, I'm
>> wondering whether it is possible to install and run CouchDB in the user
>> space. If so how do I have to do that?
>>
>> If you mean a shared-hosting account, those generally don’t let you run
>> any kind of server process of your own. You’d need a more expensive
>> dedicated server (or virtual-server) account for that. Instead, you can get
>> a free hosted CouchDB server from iriscouch.com<http://**iriscouch.com<http://iriscouch.com>>
>>  or cloudant.com<http://cloudant.**com <http://cloudant.com>>.
>>
>> —Jens
>>
>> ------------------------------**--
>> Spam/Virus scanning by CanIt Pro
>>
>> For more information see
>> http://www.kgbinternet.com/**SpamFilter.htm<http://www.kgbinternet.com/SpamFilter.htm>
>>
>> To control your spam filter, log in at
>> http://filter.kgbinternet.com
>>
>>

Re: Installing CouchDB on ISP server

Posted by Stephan Bardubitzki <st...@bardubitzki.com>.
Our ISP doesn't has any problem with running server processes. So, is it 
possible to install CouchDB in a user space and how?

Stephan

On 11-11-11 12:38 PM, Jens Alfke wrote:
> On Nov 11, 2011, at 12:05 PM, Stephan Bardubitzki wrote:
>
> since we naturally don't have root access on an ISP server, I'm
> wondering whether it is possible to install and run CouchDB in the user
> space. If so how do I have to do that?
>
> If you mean a shared-hosting account, those generally don’t let you run any kind of server process of your own. You’d need a more expensive dedicated server (or virtual-server) account for that. Instead, you can get a free hosted CouchDB server from iriscouch.com<http://iriscouch.com>  or cloudant.com<http://cloudant.com>.
>
> —Jens
>
> --------------------------------
> Spam/Virus scanning by CanIt Pro
>
> For more information see
> http://www.kgbinternet.com/SpamFilter.htm
>
> To control your spam filter, log in at
> http://filter.kgbinternet.com
>

Re: Installing CouchDB on ISP server

Posted by Jens Alfke <je...@couchbase.com>.
On Nov 11, 2011, at 12:05 PM, Stephan Bardubitzki wrote:

since we naturally don't have root access on an ISP server, I'm
wondering whether it is possible to install and run CouchDB in the user
space. If so how do I have to do that?

If you mean a shared-hosting account, those generally don’t let you run any kind of server process of your own. You’d need a more expensive dedicated server (or virtual-server) account for that. Instead, you can get a free hosted CouchDB server from iriscouch.com<http://iriscouch.com> or cloudant.com<http://cloudant.com>.

—Jens