[mapserver-commits] r13084 - trunk/docs/en/tinyows
svn at osgeo.org
svn at osgeo.org
Tue Feb 7 19:48:52 EST 2012
Author: dmiddlecamp
Date: 2012-02-07 16:48:52 -0800 (Tue, 07 Feb 2012)
New Revision: 13084
Modified:
trunk/docs/en/tinyows/serverinstallation.txt
Log:
tinyows - cleaning up server installation doc, not finished
Modified: trunk/docs/en/tinyows/serverinstallation.txt
===================================================================
--- trunk/docs/en/tinyows/serverinstallation.txt 2012-02-08 00:43:41 UTC (rev 13083)
+++ trunk/docs/en/tinyows/serverinstallation.txt 2012-02-08 00:48:52 UTC (rev 13084)
@@ -1,9 +1,18 @@
.. _tinyows_serverinstallation:
*****************************************************************************
-Installation
+TinyOWS Installation
*****************************************************************************
+.. warning:: Fix author block
+
+
+:Author: Howard Butler
+:Contact: hobu.inc at gmail.com
+:Revision: $Revision: 13079 $
+:Date: $Date: 2012-02-07 13:58:04 -0800 (Tue, 07 Feb 2012) $
+
+
Requires
-----------------------------------------------------------------------------
TinyOWS need following librairies/applications:
@@ -13,36 +22,43 @@
* A working Web Server with cgi-bin support
* Fast-CGI is recommended
-== From stable source release ==
-{{{
-$ wget http://tinyows.org/tracdocs/release/tinyows-0.9.0.tar.bz2
-$ tar xvjf tinyows-0.9.0.tar.bz2
-$ cd tinyows
-$ ./configure
-$ make
-$ su -c "make install"
-$ su -c "make install-demo"
-}}}
-And then copy tinyows binary in your cgi-bin directory
+Installing from a stable source release
+~~~~~~~~~~~~~~~~~~~~~~
+An example of a typical download, configure, make, make install
-== From SVN ==
+ ::
+ [user at host mapserver]$ wget http://tinyows.org/tracdocs/release/tinyows-1.0.0.tar.bz2
+ [user at host mapserver]$ tar xvjf tinyows-1.0.0.tar.bz2
+ [user at host mapserver]$ cd tinyows
+ [user at host mapserver]$ ./configure
+ [user at host mapserver]$ make
+ [user at host mapserver]$ make install
+ [user at host mapserver]$ make install-demo
+
+And then copy tinyows binary in your cgi-bin directory
+
+Installing from SVN
+~~~~~~~~~~~~~~~~~~~~~~
Build from SVN need also following librairies/applications:
* autoconf
* SVN client
-{{{
-$ svn co http://www.tinyows.org/svn/tinyows/trunk tinyows
-$ cd tinyows
-$ autoconf
-$ ./configure
-$ make
-$ su -c "make install"
-$ su -c "make install-demo"
-}}}
+ ::
+
+ [user at host mapserver]$ svn co http://www.tinyows.org/svn/tinyows/trunk tinyows
+ [user at host mapserver]$ cd tinyows
+ [user at host mapserver]$ autoconf
+ [user at host mapserver]$ ./configure
+ [user at host mapserver]$ make
+ [user at host mapserver]$ make install
+ [user at host mapserver]$ make install-demo
+
And then copy tinyows binary in your cgi-bin directory
+Installing on Windows from SVN
+~~~~~~~~~~~~~~~~~~~~~~
-== From SVN with Visual C++ for Win32 ==
+From SVN with Visual C++ for Win32
* [http://gis-lab.info/qa/tinyows-compile-vce-eng.html] (written by Alexander Bruy)
More information about the mapserver-commits
mailing list