Wednesday, April 30, 2008

tikiwiki on Oracle -- continued

Hey, someone commented. I'm all excited now.

This morning, I uninstalled Apache and EasyPHP. This also broke my previous lame attempt at installing the Zend Core, so I had to uninstall that.

I was worried that my APEX interface to XE had tapped into one of the Apache installations and was using it as its server. No problem, though, as it had installed with the database web server and was unaffected by all of the uninstalling.

Re-installed Apache 2.2.8. I got a syntax error on line 86 of in http.conf file. Since I don't know what LoadModule anon_auth_module modules/mod_auth_anon.so does, I commented it out.

Now I'm having a problem with something blocking port 80. Probably either something in the firewall here, or one of my virus scanners, filters, etc., so, since this is just a proof of concept anyways, I tried port 88. Apache started.

I re-installed the Zend Core as well, using the new Apache server.

Hmmm...now what?



Monday, April 28, 2008

Tikiwiki on an Oracle Database?

I love Wikis. They rock. I use tiddlywiki for ad-hoc note-taking and for a journal file. In combination with Keybreeze, I can make a journal entry almost as fast as I have the thought.

But, I'm an Oracle database programmer. I work in a place with a documentation problem. To me one of the big obstacles with documentation is Word. As a Developer, the thought Process is something like this:
  • I need to document that.
  • Open Word
  • Where is that documentation template that we agreed on in our Programming Standards.
  • What was I doing?
  • Oh screw it.
So, I've given myself the challenge of trying to convince management here that a wiki could help with the documentation. The benefits being:
  • Consistent, clean output.
  • Backup -- happens with the database.
  • Fast, simple formatting.
  • Easy to get to -- it's just a URL.
Here is what I'm looking at for the initial Proof of Concept:
  • Oracle XE on my laptop.
  • Tikiwiki
  • Oracle's endorsed PHP Zend [NOTE: I forgot -- I have EasyPHP installed from a former attempt -- I'll use that for the proof of concept.]
  • Apache, of course.
So far, I downloaded Oracle XE -- it went off without a hitch. Very impressive, Oracle. Thank you.

Then, I ran the tiki database install script just to see if it would go. It wants to throw indexes on some of the LOB objects, which isn't supported (at least on XE). I'm worried that may be a problem down the road, but we'll see. I don't know that an Oracle index would really do any good on a LOB, though, since you are probably looking for something in the middle of the LOB, which wouldn't use the index anyways. We'll have to see if it totally messes up searches.

Now, I need to install the PHP and configure Apache. Yuck.


Tuesday, April 15, 2008

Firefox 3 beta

I'm testing Firefox 3 beta 5. So Far, I'm impressed. Holy crap, this things a screamer. Memory doesn't seem bad, either.