[Pkg-ocaml-maint-commits] [SCM] nurpawiki packaging branch, master, updated. debian/1.2.3-5-9-gde0973e
Stephane Glondu
steph at glondu.net
Tue Apr 9 14:06:06 UTC 2013
The following commit has been merged in the master branch:
commit 6430420e06061732bb53ffda6118f327b69e5ad0
Author: Stephane Glondu <steph at glondu.net>
Date: Mon Apr 8 17:41:34 2013 +0200
Update README.Debian
diff --git a/debian/README.Debian b/debian/README.Debian
index d478531..8a7606e 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -6,7 +6,7 @@ Nurpawiki for Debian
~~~~~~~~~~~~~~~~~~~~~~~
To use Nurpwaki, you first need to set up a PostgreSQL database. With
-Lenny's PostgreSQL (version 8.3), the steps on the SQL server are (as
+Wheezy's PostgreSQL (version 9.1), the steps on the SQL server are (as
user postgres):
1. Create a user in the database:
@@ -15,7 +15,7 @@ user postgres):
createdb -O ${DBUSER} -E UTF-8 ${DBNAME}
3. Set a password for the user accessing the database:
psql ${DBNAME} ${DBUSER}
- ALTER ${DBUSER} PASSWORD '${DBPASSWORD}';
+ ALTER ROLE ${DBUSER} PASSWORD '${DBPASSWORD}';
\q
You can take, for example, DBUSER=ocsigen and DBNAME=nurpawiki (beware
@@ -25,13 +25,14 @@ schema itself if needed.
A sample template for a configuration file is available in
/usr/share/doc/nurpawiki/examples. Filling it with proper database
user, database name and password will give you a <file> that can be
-run with "ocsigen -c <file>" (as root). Ocsigen will then be listening
-on port 8080, as user ocsigen, and be serving Nurpawiki only (at
-/). If satisfied, and if you don't use any other Ocsigen-based
+run with "ocsigenserver -c <file>" (as root). Ocsigen will then be
+listening on port 8080, as user ocsigen, and be serving Nurpawiki only
+(at /). If satisfied, and if you don't use any other Ocsigen-based
service, you can directly use that configuration file as
-/etc/ocsigen/ocsigen.conf and use the initscript to launch ocsigen. Of
-course, Nurpawiki can be used with other Ocsigen-based services, but
-you'll have to edit /etc/ocsigen.conf yourself.
+/etc/ocsigenserver/ocsigenserver.conf and use the initscript to launch
+ocsigenserver. Of course, Nurpawiki can be used with other
+Ocsigen-based services, but you'll have to edit
+/etc/ocsigenserver/ocsigenserver.conf yourself.
At installation, a wiki user "admin" with an empty password is created.
@@ -52,10 +53,11 @@ At installation, a wiki user "admin" with an empty password is created.
3. Known limitations
~~~~~~~~~~~~~~~~~~~~
-Ocsigen provides a /etc/ocsigen/conf.d directory for easy splitting of
-the configuration but the default /etc/ocsigen/ocsigen.conf provided
-by the ocsigen package makes it useless. This is the reason why the
-configuration part is still a bit tricky (this will hopefully be fixed
-in the future).
+Ocsigen provides a /etc/ocsigenserver/conf.d directory for easy
+splitting of the configuration but the default
+/etc/ocsigenserver/ocsigenserver.conf provided by the ocsigenserver
+package makes it useless. This is the reason why the configuration
+part is still a bit tricky (this will hopefully be fixed in the
+future).
- -- Stéphane Glondu <glondu at debian.org>, Mon, 7 Sep 2009 22:29:07 +0200
+ -- Stéphane Glondu <glondu at debian.org>, Tue, 9 Apr 2013 15:50:35 +0200
--
nurpawiki packaging
More information about the Pkg-ocaml-maint-commits
mailing list