Difference between revisions of "Mapbender at ProjectsVM"

From OSGeo
Jump to navigation Jump to search
m
(+cat)
Line 58: Line 58:
 
==== create new link in html start page index.html ====
 
==== create new link in html start page index.html ====
 
  vim /osgeo/mapbender/index.html
 
  vim /osgeo/mapbender/index.html
 +
 +
[[Category: Infrastructure]]

Revision as of 12:12, 3 August 2010

Status

  • 2010-08-02 not set up yet, document needs review

Participants

Services on this Blade

  • Mapbender
  • PostgreSQL/PostGIS
  • svn
  • gettext

Mapbender

  • every Mapbender version is presented by http://mapbender.projects.osgeo.org/
    • if you need root access to the demo mapbender ask the participants (see above)
  • the home for the Mapbender packages is: /osgeo/mapbender/
  • the update of the mapbender version is done by svn
  • we offer a portal function so user can login and try the applications
  • as adminstrative database we use PostgreSQl/PostGIS

Apache

  • we added an ALIAS for each Mapbender versions:


How to setup the current mapbender version

Mapbender Database

  • use the install.sh
  • take the last version as template (check the guis first - everything still allright?)
  • (postgis_template)

directory and svn checkout

cd /osgeo/mapbender
sudo bash
mkdir mapbender_2.6
svn co https://svn.osgeo.org/mapbender/branches/2.6 /osgeo/mapbender/mapbender_2.6/

-- for update use: svn up https://svn.osgeo.org/mapbender/branches/2.6 /osgeo/mapbender/mapbender_2.6/
?? www-data ?? chown apache /var/www/html/mapbender/mapbender_2.5/log
?? www-data ?? chown apache /var/www/html/mapbender/mapbender_2.5/http/tmp

Apache

  • /etc/apache2/sites_available/mapbender.projects.osgeo.conf


create the symbolic link current_release with ln -s ...

  • drop current symbolic link
rm /osgeo/mapbender/current_release
  • create it again with path to actual mapbender version
ln -s /osgeo/mapbender/mapbender/mapbender_2.5 /osgeo/mapbender/current_release

create new link in html start page index.html

vim /osgeo/mapbender/index.html