librelist archives

« back to archive

What if geonode is not the only website on your server?

What if geonode is not the only website on your server?

From:
Joanne Cook
Date:
2010-12-17 @ 16:12
Dear All,

I am trying to figure out how to configure geonode so that it is 
accessible from http://mysite/geonode, rather than http://localhost, as 
there are other sites on this server. I can see that I need to make 
changes to /etc/apache2/sites-available/geonode (I'm following the 
instructions here: http://docs.geonode.org/1.0-RC3/deploy/ubuntu.html). 

I've changed the SITEURL and GEONODE_CLIENT values in 
/var/www/geonode/wsgi/geonode/src/GeoNodePy/geonode/local_settings.py to 
http://mysite/ and SITEURL + "geonode/" respectively, but I am confused 
about how to configure the sites-available file and don't want to mess up 
the other site that is on this server.

I assume also that I would not want to disable the default site, and would
need to make some changes to some of the static files as well?

Any help would be much appreciated!

Thanks

Jo

-- 
-----------------------------------------------------
Joanne Cook
Senior IT Support and Development
Oxford Archaeology (North)
01524 880212
http://thehumanjourney.net


------
Files attached to this email may be in ISO 26300 format (OASIS Open 
Document Format). If you have difficulty opening them, please visit 
http://iso26300.info for more information.

Re: What if geonode is not the only website on your server?

From:
Jeffrey Johnson
Date:
2010-12-17 @ 16:19
 Jo,

Are you intending for the geonode application to run on the same domain 
name entry as the other site (mysite) or are you using a different domain 
name?


In the case of the same domain name, you need to add a directory entry in 
your apache config that aliases /geonode to your wsgi script.


In the case of a different domain name, you need to configure a 
VirtualHost for the new domain name and then a directory entry inside for 
/ or /geonode to point to your wsgi script.


Jeff

On 2010-12-17 at 08:12:21, Joanne Cook wrote:

> Dear All,
> 
> I am trying to figure out how to configure geonode so that it is 
accessible from http://mysite/geonode, rather than http://localhost, as 
there are other sites on this server. I can see that I need to make 
changes to /etc/apache2/sites-available/geonode (I'm following the 
instructions here: http://docs.geonode.org/1.0-RC3/deploy/ubuntu.html). 
> 
> I've changed the SITEURL and GEONODE_CLIENT values in 
/var/www/geonode/wsgi/geonode/src/GeoNodePy/geonode/local_settings.py to 
http://mysite/ and SITEURL + "geonode/" respectively, but I am confused 
about how to configure the sites-available file and don't want to mess up 
the other site that is on this server.
> 
> I assume also that I would not want to disable the default site, and 
would need to make some changes to some of the static files as well?
> 
> Any help would be much appreciated!
> 
> Thanks
> 
> Jo
> 
> -- 
> -----------------------------------------------------
> Joanne Cook
> Senior IT Support and Development
> Oxford Archaeology (North)
> 01524 880212
> http://thehumanjourney.net
> 
> 
> ------
> Files attached to this email may be in ISO 26300 format (OASIS Open 
Document Format). If you have difficulty opening them, please visit 
http://iso26300.info for more information.
> 
> 
> 
> 

remove unsubscribe

From:
Remove
Date:
2010-12-19 @ 08:56
remove  unsubscribe


Le 17/12/2010 17:19, Jeffrey Johnson a écrit :
>
> Jo,
>
> Are you intending for the geonode application to run on the same 
> domain name entry as the other site (mysite) or are you using a 
> different domain name?
>
> In the case of the same domain name, you need to add a directory entry 
> in your apache config that aliases /geonode to your wsgi script.
>
> In the case of a different domain name, you need to configure a 
> VirtualHost for the new domain name and then a directory entry inside 
> for / or /geonode to point to your wsgi script.
>
> Jeff
>
> On 2010-12-17 at 08:12:21, Joanne Cook wrote:
>
>> Dear All,
>>
>> I am trying to figure out how to configure geonode so that it is 
>> accessible from http://mysite/geonode, rather than http://localhost, 
>> as there are other sites on this server. I can see that I need to 
>> make changes to /etc/apache2/sites-available/geonode (I'm following 
>> the instructions here: 
>> http://docs.geonode.org/1.0-RC3/deploy/ubuntu.html).
>>


>> I've changed the SITEURL and GEONODE_CLIENT values in 
>> /var/www/geonode/wsgi/geonode/src/GeoNodePy/geonode/local_settings.py 
>> to http://mysite/ and SITEURL + "geonode/" respectively, but I am 
>> confused about how to configure the sites-available file and don't 
>> want to mess up the other site that is on this server.
>>
>> I assume also that I would not want to disable the default site, and 
>> would need to make some changes to some of the static files as well?
>>
>> Any help would be much appreciated!
>>
>> Thanks
>>
>> Jo
>>
>> -- 
>> -----------------------------------------------------
>> Joanne Cook
>> Senior IT Support and Development
>> Oxford Archaeology (North)
>> 01524 880212
>> http://thehumanjourney.net
>>
>>
>> ------
>> Files attached to this email may be in ISO 26300 format (OASIS Open 
>> Document Format). If you have difficulty opening them, please visit 
>> http://iso26300.info for more information.
>