Added URL for DB XML 2 debian packages.

Simplified installation steps.
This commit is contained in:
sebd 2005-05-09 15:09:08 +00:00
parent b4564766b6
commit ee2b28615e
1 changed files with 14 additions and 22 deletions

View File

@ -1,6 +1,6 @@
========================
Glasnost-XML Quick Start
========================
======================
Expression Quick Start
======================
Requirements
------------
@ -12,9 +12,8 @@ Debian (sarge and sid) packages:
python2.3-pyopenssl
For DBXML support, add this to /etc/apt/sources.list
deb http://www.lesdeveloppementsdurables.org/debian/ sarge dbxml
deb-src http://www.lesdeveloppementsdurables.org/debian/ sarge dbxml
then install packages libpathan and dbxml
deb http://www.lesdeveloppementsdurables.org/debian/ sarge dbxml2 python-bsddb3
then install package libdbxml-python
Minimal knownledge of the following specifications:
@ -45,22 +44,15 @@ cvs login
cvs -z3 checkout expression
Installing
----------
Registering XML catalog directories
-----------------------------------
As root, install the needed files in /usr/local:
python setup.py install --prefix /usr/local \
--install-lib /usr/local/lib/expression/modules \
--install-data /usr/local/share
As root (or a member of group "staff" so you can write below /usr/local):
Remarks:
. You can also use a member of group "staff".
. You need to have the python-dev package installed.
. install_data will only install the data, the code will remain in your cvs local copy.
Installing XML catalogs
-----------------------
for d in entities schema misc
do
ln -s $PWD/xml/$d /usr/local/share/xml/$d/expression
done
As root:
./install-catalogs
@ -71,14 +63,14 @@ Launching the server
ln -s src expression
./expression-server -h
./expression-server -F -ldebug --debug --no-email -f config.xml
./expression-server -F -ldebug --debug --no-email -f config-simple.xml
Testing
-------
Go to http://localhost:1997/
You should see a nice glasnost index page.
You should see a nice test page.
Learning