On Thu Jun 17 14:03:05 2010, MARKSTOS wrote:
Show quoted text> I had just tried manually adding my own admin user, because I couldn't
> find the documentation for the default admin password. What *is* it? :)
It's "admin" and "qa_rocks". It's documented in the UI (from the home
screen click on "Admin Tutorial" which for our smolder install is
located at
http://smolder.plusthree.com/app/public/admin_tutorial). But
you're right it should be in the main manual document.
Show quoted text> I ran a script like the one below. I suspect it created a data situation
> that was being barfed on.
Yeah, Smolder assumes that the DB has a certain schema and certain
default entries. Smolder will create a new database when the app is
started (and upgrade an existing database if a new version is installed).
You can look at Smolder::Server's start() method to see how this is done.
Show quoted text> We are on the verge of completing our corporate install of Smolder, but
> need to get some of the details ironed out.
Btw, what's the motivation behind having Smolder run as a CGI? Could you
run it on a higher port and use a reverse proxy?