According to wiki:
-------------------
Test it!
Point your browser to http://localhost:8080/view?p=WikiStart and login
as "admin" (leave the password field empty).
-------------------
this doesn't work. I get an ERROR 500
ben
I haven't tried Nurpawiki on the latest Ocsigen, the last version I
tested with was Ocsigen 1.0.x. I guess I should test Nurpawiki with
the latest Ocsigen and see if I can reproduce.
Sorry to hear you've needed to go through so much trouble to get this
stuff working. It would be so much nicer to have just a Debian
package for it.
Janne
Janne
On Thu, Aug 7, 2008 at 11:58 PM, Ben Aurel <ben....@gmail.com> wrote:
>
I just tried Nurpawiki using all the latest libraries from GODI but I
cannot reproduce this.
Janne
2008-08-07 17:44:03 - Exn during page generation: Sqlite3.Error("error
opening database: unable to open database file") (sending 500)
[157] godi-sqlite3 1.0.3 1.0.3 Bindings for SQLite3
database clients
this whats installed with apt:
$ aptitude search libsqlite3-dev
i libsqlite3-dev - SQLite 3
development files
8<
Start Nurpawiki!
Provided everything installed the right way and you configured
everything the right way, you can now start Nurpawiki:
* mkdir -p var/run var/lib var/log
* ocsigen -v -c path/to/your/local/nurpawiki.conf
Trouble shooting
* No database found? Need to install database. See
DatabaseInstallationDebian.
* Cannot authenticate? See above.
* Can't find var/log or var/run directories? You need to have them
in whichever directory you choose to start nurpawiki/ocsigen from.
Creating:
o mkdir -p var/lib
o mkdir -p var/run
o mkdir -p var/log
o Or you can edit your nurpawiki.conf to point these to an
existing directory.
8<
My trouble shooting section didn't include var/lib but the mkdir part
under starting nurpawiki did mention this.
I think Ocsigen could issue a more readable error message for this
case. E.g., it could tell where did it try to create this file
instead of just saying it's unable to open it. I'll file a bug report
to Ocsigen's trac.
Janne
thanks
ben
Thanks for your patience and hope Nurpawiki works out for you now :)
Janne