Difference between revisions of "Demo.mapserver.org"

From OSGeo
Jump to navigation Jump to search
(copied template from mapbender)
 
(new host)
 
(16 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Status of demo.mapserver.org==
+
== Status of [http://demo.mapserver.org/ demo.mapserver.org] ==
 +
 
 
=== Participants ===
 
=== Participants ===
* [[User:Astrid Emde]] (astrid_emde@osgeo.org)
+
* [[User:Jmckenna | Jeff McKenna]]
* Christoph Baudson
+
* Perry Nacionales
 +
 
 +
=== Blade/Host ===
 +
 
 +
* [[ProjectsVM]]
 +
* ssh hostname: demo.mapserver.org
  
=== Services on this Blade ===
+
=== Services on this Blade ===
* Mapbender
+
* MapServer
 
* PostgreSQL/PostGIS
 
* PostgreSQL/PostGIS
  
=== Mapbender===
+
==== MapServer ====
* every Mapbender version is presented on this server http://mapbender.telascience.org/
+
* running [http://www.maptools.org/fgs/ FGS installer]
** if you need root access to the demo mapbender ask the participants (see above)
+
* location: ''/home/jmckenna/fgs/''
* the home for the Mapbender packages is:
+
* version: FGS 9.5 (MapServer 5.6.0)
/var/www/html/mapbender/
+
 
* the update of the mapbender version is done by svn
+
==== MapServer Tutorial ====
* we offer a portal function so user can login and try the applications
+
* location: ''/home/jmckenna/fgs/apps/tutorial/''
* as adminstrative database we use PostgreSQl/PostGIS
+
* used in the examples of the MapServer Tutorial: http://www.mapserver.org/tutorial/
 +
* old tutorial html files are visible at http://demo.mapserver.org/tutorial/
 +
 
 +
==== MapServer Workshop ====
 +
* location: ''/home/jmckenna/fgs/apps/workshop-5.4/''
 +
* visible at: http://demo.mapserver.org/workshop/
 +
** referred to at: http://www.mapserver.org/download.html#demo-application
 +
 
 +
==== Apache ====
 +
 
 +
===== Apache cgi-bin =====
 +
 
 +
* ''/home/jmckenna/fgs/www/cgi-bin/'' -> http://demo.mapserver.org/cgi-bin/
 +
 
 +
===== Apache Port =====
 +
 
 +
* 8082 (set in /home/jmckenna/fgs/etc/fgs/pkgs/apache-base/apache.conf)
 +
 
 +
===== Apache Restart =====
  
=== Apache ===
+
* cd /home/jmckenna/fgs/
* we added an ALIAS for each Mapbender versions:
+
* . setenv.sh
* /etc/httpd/conf/httpd.conf
+
* fgs stop; fgs start
  
 +
==== Postgres ====
  
=== How to setup the current mapbender version===
+
===== Postgres Port =====
==== Mapbender Database ====
 
* create the database for the next version
 
* take the last version as template (check the guis first - everything still allright?)
 
createdb -U postgres  -E UTF8 -T mapbender_2.5 mapbender_2.6
 
(postgis_template)
 
  
==== directory and svn checkout====
+
* 5432
cd /var/www/html/mapbender
 
sudo bash
 
mkdir mapbender_2.5
 
svn co https://svn.osgeo.org/mapbender/branches/2.5 /var/www/html/mapbender/mapbender_2.5/
 
 
-- for update use: svn up https://svn.osgeo.org/mapbender/branches/2.5 /var/www/html/mapbender/mapbender_2.5/
 
chown apache /var/www/html/mapbender/mapbender_2.5/log
 
chown apache /var/www/html/mapbender/mapbender_2.5/http/tmp
 
rm -r /var/www/html/mapbender/mapbender_2.5/http/tools
 
  
====add the alias to Apache httpd.conf====
+
===== Postgres Start =====
vi /etc/httpd/conf/httpd.conf
 
Alias /mapbender_2.5      /var/www/html/mapbender/mapbender_2.5/http/
 
  
====restart Apache====
+
* fgs start pgsql
/usr/sbin/apachectl configtest
 
/usr/sbin/apachectl graceful
 

Latest revision as of 03:04, 27 November 2010

Status of demo.mapserver.org

Participants

Blade/Host

Services on this Blade

  • MapServer
  • PostgreSQL/PostGIS

MapServer

  • running FGS installer
  • location: /home/jmckenna/fgs/
  • version: FGS 9.5 (MapServer 5.6.0)

MapServer Tutorial

MapServer Workshop

Apache

Apache cgi-bin
Apache Port
  • 8082 (set in /home/jmckenna/fgs/etc/fgs/pkgs/apache-base/apache.conf)
Apache Restart
  • cd /home/jmckenna/fgs/
  • . setenv.sh
  • fgs stop; fgs start

Postgres

Postgres Port
  • 5432
Postgres Start
  • fgs start pgsql