[Dxspider-support] Two nodes on the same PC

Dirk Koopman djk at tobit.co.uk
Wed Mar 23 11:11:16 GMT 2005


On Wed, 2005-03-23 at 11:33 +0100, Luigi - IK5ZUK wrote:
> Hi all !!
> 
> Is possible to run two spider nodes on the same machine (running Linux) ??
> 

Yes.

Untar or cvs checkout the source into a different directory. So if you
have created a user called 'spider' with the source in /home/spider and
ln -s /home/spider /spider. Then (maybe) create another user or just use
another existing user and put the new spider tree there.

So if you have a user 'foo' you will get the new tree
in /home/foo/spider. 

Then, make sure that the /home/foo/.bashrc script has the line:-

export DXSPIDER_ROOT=~/spider
or
export DXSPIDER_ROOT=/home/foo/spider
(they are both the same thing)

If you login as 'foo' you can then 'cd spider' and run that instance of
the code completely independently of any other installation. 

Dirk 




More information about the Dxspider-support mailing list