Re: How to re-establish link to community server

Georg Bauer <gb-BRhJDZTO+/[email protected]> Fri, 6 Feb 2004 19:51:27 +0100
Newsgroups gmane.comp.python.pyds.user
Message-ID <r02010100-1028-7894CFF658D511D881B9000A9573A72A@[10.0.0.145]>
Hi!

> I have sucessfully setup a PyCS based community server, I wish to be
> able to post from work and from home.  When I started PyDS 0.6.5 from
> work and tried to configure the upstream it registered as a new user
> instead of connecting me to my existing user number.  Is it not
possible
> to have two seperate computers pointing to the same "Cloud" user?

Sure - the community server uses the email address to connect to the
usernumber. So if you want to use the same user from two machines, you
need to register both PyDS installations with the same email address.

But you need to keep in mind that PyDS only renders HTML stuff and
upstreams that to the cloud. So you don't automatically have two PyDS
installations that share the same database - one would write over the
files from the other install.

What you can do is using the backup/restore feature to push your data
around. You need to stop the not used instance, to prevent duplicate
usage and diverging database content, though.

Another option would be to install the PyDS on the same machine as the
PyCS - that way you can access your PyDS from all locations where you
have a web browser. You need to setup user accounts and remote access
(remote* variables in your configuration file) to be able to do this.

bye, Georg