« Return to Thread: Re: Extracting a pier root

Re: Extracting a pier root

by Damien Pollet :: Rate this Message:

Reply to Author | View in Thread

On 03/12/2007, Adriaan van Os <avanos@...> wrote:
> I'm using SIXX to move a site from one image to another.

Thanks for the suggestion. Are you doing something particular?
SIXX (latest from squeakmap) doesn't load in my 3.10 image...


>
> HTH,
> Adriaan.
>
> > On 25/02/2007, Philippe Marschall <philippe.marschall@...> wrote:
> >> 2007/2/25, Damien Cassou <damien.cassou@...>:
> >> > what is the best solution to extract a pier website from an image and
> >> > put the extracted root into another image ?
> >>
> >> Assuming you don't use magma:
> >> I'd say grab the kernel, file it out with ReferenceStream and file it
> >> in the other image (you'll have to add it to the instances). Maybe
> >> you'll have to nil out the mutex in the persistency instance, you'll
> >> find out if filing out will give an error.
> >
> > I'm trying to do the same... ReferenceStream doesn't work because it
> > encounters a BlockContext in the process (eg. some Magritte condition
> > on the number of posts the blog should show).
> >
> > I'm trying to go the Magma way but it won't install' either via
> > Universes or MC. Magma seaside says it needs WADispatcherControlPanel
> > (I'm following the load order from http://wiki.squeak.org/squeak/5902
> > )
> >
> > Any suggestion ?
> >
> > --
> > Damien Pollet
> > type less, do more [ | ] http://typo.cdlm.fasmz.org
> >
> > _______________________________________________
> > SmallWiki, Magritte, Pier and Related Tools ...
> > https://www.iam.unibe.ch/mailman/listinfo/smallwiki
> >
>
>
> --
> http://www.a3aan.st
>
>
> _______________________________________________
> SmallWiki, Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>


--
Damien Pollet
type less, do more [ | ] http://typo.cdlm.fasmz.org

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

 « Return to Thread: Re: Extracting a pier root