Hey Joseph, 2010/4/21 Joseph VanAndel <[email protected]>: > $ ./blog.wt --docroot . --http-address 0.0.0.0 --http-port 8080 > > [2010-Apr-21 10:40:09.331128] 48146 - [notice] "Wt: initializing built-in > httpd" > [2010-Apr-21 10:40:09.331630] 48146 - [notice] "Reading Wt config file: > /usr/local/etc/wt/wt_config.xml (location = './blog.wt')" > sh: asciidoc: command not found > sh: asciidoc: command not found > Created database, and admin/admin user > > -- Warning: Example is deployed at '/blog'
Notice the warning ! > [2010-Apr-21 10:40:09.352389] 48146 - [notice] "Started server: > http://0.0.0.0:8080" > > When I try to open > http://127.0.0.1:8080/ > > blog.wt prints: > > 127.0.0.1 - - [2010-Apr-21 10:40:35.790365] "GET / HTTP/1.1" 404 85 > > What is blog.wt failing to open? The wthttpd returns 404 because nothing is available at that URL. You need : http://localhost:8080/blog You will want to have asciidoc installed to markup a blog Post. Regards, koen ------------------------------------------------------------------------------ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
