On 23/11/10 10:15 AM, sergio_101 wrote:
On Tue, Nov 23, 2010 at 10:08 AM, Lukas
Renggli<renggli(a)gmail.com> wrote:
Sounds like you are using Seaside 3.0 together
with instructions for
Seaside 2.8.
ah! okay.. let me look at that.. i am getting the instructions from here:
Here's some code I quickly cut out of my code base - released under MIT
license, etc. I'd been wanting to package it better.
The methods are on the class side. The code in the "build-core" category
is called by my build script. After the image is built by the build
script, I start the image and use a browser to run the code in the
"build-customize" category. I edit the code in the message comment (i.e.
change password and domain name) then run "doIt".
It's probably better to run the "build-customize" code before you upload
the image to the server. But if you must do it after, remember that you
can use a startup script to do minor tweaks to the image. I've used the
startup script sometimes to restart Seaside on a different portno, so I
could access the vnc controller via Seaside, to start the VNC Server.
Then with VNC running, I did further image adjustments.
--
Yanni Chiu