[Commits] r505 - website
commits at geoext.org
commits at geoext.org
Tue Apr 28 21:04:44 CEST 2009
Author: tschaub
Date: 2009-04-28 21:04:43 +0200 (Tue, 28 Apr 2009)
New Revision: 505
Modified:
website/README.txt
Log:
more readme detail
Modified: website/README.txt
===================================================================
--- website/README.txt 2009-04-28 18:53:37 UTC (rev 504)
+++ website/README.txt 2009-04-28 19:04:43 UTC (rev 505)
@@ -4,29 +4,29 @@
Getting the website utilities::
- you at prompt:~/$ svn co http://svn.geoext.org/website GeoExtSite
+ you at prompt:~/$ svn co http://svn.geoext.org/website GeoExtSite
Basic self contained install from source::
- you at prompt:~/$ cd GeoExtSite
- you at prompt:~/GeoExtSite$ python setup_website; . bin/activate
- (GeoExtSite):~/GeoExtSite$
+ you at prompt:~/$ cd GeoExtSite
+ you at prompt:~/GeoExtSite$ python setup_website; . bin/activate
+ (GeoExtSite):~/GeoExtSite$
This will make the directory GeoExtSite into a contained development
enviroment. For convenience, you can "activate" this environment and
put the directory ~/GeoExtSite on the path::
- you at prompt:~/GeoExtSite$ . bin/activate
- (GeoExtSite):~/GeoExtSite$ echo $PATH
- /Users/you/GeoExtSite/bin...
+ you at prompt:~/GeoExtSite$ . bin/activate
+ (GeoExtSite):~/GeoExtSite$ echo $PATH
+ /Users/you/GeoExtSite/bin:...
Paver
-----
- is a general purpose build scripting tool that lets you add arbitrary
- commands that may depend on other arbitrary commands inside a
- pavement file. Use help to see what commands are available::
+Paver is a general purpose build scripting tool that lets you add arbitrary
+commands that may depend on other arbitrary commands inside a
+pavement file. Use help to see what commands are available::
(GeoExtSite)you at prompt:~/GeoExtSite$ paver help
@@ -36,18 +36,21 @@
From the GeoExtSite directory, run the following to build the html docs::
- (GeoExtSite)you at prompt:~/GeoExtSite$ paver checkup_docs
- (GeoExtSite)you at prompt:~/GeoExtSite$ paver build_docs
+ (GeoExtSite)you at prompt:~/GeoExtSite$ paver checkup_docs
+ (GeoExtSite)you at prompt:~/GeoExtSite$ paver build_docs
To rebuild the docs without the svn update, run just the following::
- (GeoExtSite)you at prompt:~/GeoExtSite$ paver build_docs
+ (GeoExtSite)you at prompt:~/GeoExtSite$ paver build_docs
Serving Website
---------------
- To start a local server the docs and index and eventually trac (and
- the blog?)::
+If you have a web server running that has access to the GeoExtSite directory,
+you can browse the built docs (e.g. http://localhost/path/to/GeoExtSite/www/docs).
- (GeoExtSite)you at prompt:~/GeoExtSite$ bin/paster serve dev.ini port=8080
+If you don't have a web server running that can access the docs, you can run
+one from the website environment::
+
+ (GeoExtSite)you at prompt:~/GeoExtSite$ bin/paster serve dev.ini port=8080
More information about the Commits
mailing list