I've been having a hell of a time trying to get a setup I've been trying to pull off.
I've tried following posted instructions for installing sun java, but to no avail every single time it's produced nothing but mess with my install and I've had to revert.
I am trying to get a vbox image of tiny core with the following:
Sun Java
Apache
PHP
Freenet
Basically at this point I am trying to (for now) extend freenet website publishing functionality to include local php script execution; and I feel this could easily be done using this image with a few small changes to the freenet source code (and recompiled of course to just place files onto apache; rather than serve them through fproxy -- in fact fproxy can go). I was going to configure shares but considering the webserver can share files it's not really necessary (the only thing I wouldn't mind having is a way (on the host machine, using some modifications to vbox to make it entirely headerless.
I was wondering, for now I should have the header so I can see what I am doing, but I was going to install a component onto the php server to allow for remote binary execution (that could get tricky). I don't just want php out there, I want a method to put to use idle cpu time just like seti@home does.
Either way I expect things to go in phases -- 1st I must get a vbox image of tiny core with this software all working. Once I have that I can really get into fiddling with things. I was also going to install a multi-radio wifi mesh protocol so that people just like me can easily setup nodes by running a vbox image, which will produce a freenet connection.
One of my thoughts is that adding friends to a freenode setup is cumbersome. There has got to be a better way to do this (and then it occurs to me that im software could help facilitate this process easily enough).
So there's my plan, but the lynchpin is that I must get sun java workin and all of the instructions that I've tried fails miserably. It's funny because I can get as far as symlinking the firefox plug-in, which of course fails to be noticed by firefox. Even though java supposedly installs, tried manually using sun's instructions, tried using the forum instructions, and tried using the appbrowser, I cannot get JAVA command to work from the terminal. I don't care what version of java I get installed, so long as it allows me to install and run freenet. Any ideas how I can get this figured out?