Difference between revisions of "Demo.mapserver.org"
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: | + | * [[User:Jmckenna | Jeff McKenna]] |
| − | + | * Perry Nacionales | |
| + | |||
| + | === Blade/Host === | ||
| + | |||
| + | * [[ProjectsVM]] | ||
| + | * ssh hostname: demo.mapserver.org | ||
| − | === Services on this Blade | + | === Services on this Blade === |
| − | * | + | * MapServer |
* PostgreSQL/PostGIS | * PostgreSQL/PostGIS | ||
| − | === | + | ==== MapServer ==== |
| − | * | + | * running [http://www.maptools.org/fgs/ FGS installer] |
| − | ** | + | * location: ''/home/jmckenna/fgs/'' |
| − | * the | + | * version: FGS 9.5 (MapServer 5.6.0) |
| − | + | ||
| − | * | + | ==== MapServer Tutorial ==== |
| − | * | + | * location: ''/home/jmckenna/fgs/apps/tutorial/'' |
| − | * | + | * 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 ===== | ||
| − | + | * cd /home/jmckenna/fgs/ | |
| − | + | * . setenv.sh | |
| − | * / | + | * fgs stop; fgs start |
| + | ==== Postgres ==== | ||
| − | === | + | ===== Postgres Port ===== |
| − | ==== | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | * 5432 | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ==== | + | ===== Postgres Start ===== |
| − | |||
| − | |||
| − | + | * fgs start pgsql | |
| − | |||
| − | |||
Latest revision as of 02:04, 27 November 2010
Status of demo.mapserver.org
Participants
- Jeff McKenna
- Perry Nacionales
Blade/Host
- ProjectsVM
- ssh hostname: demo.mapserver.org
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
- location: /home/jmckenna/fgs/apps/tutorial/
- 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
- cd /home/jmckenna/fgs/
- . setenv.sh
- fgs stop; fgs start
Postgres
Postgres Port
- 5432
Postgres Start
- fgs start pgsql