bootstrap PartsBin in Local Lively Installations

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

bootstrap PartsBin in Local Lively Installations

Lincke, Jens
Hi, all

I out together some explanations for bootstrapping PartsBin in local installations:


var  oldRootPath = Config.rootPath        
try {
    $world.openPartItem("BootstrapParts", "PartsBin/Tools")        
} finally {
    Config.rootPath = oldRootPath        
}


Best,
Jens

_______________________________________________
lively-kernel mailing list
[hidden email]
http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel
Reply | Threaded
Open this post in threaded view
|

Re: bootstrap PartsBin in Local Lively Installations

milan zimmermann
Thanks Jens!

On Wed, Feb 29, 2012 at 8:04 AM, Jens Lincke
<[hidden email]> wrote:

> Hi, all
>
> I out together some explanations for bootstrapping PartsBin in local
> installations:
>
> http://lively-kernel.org/repository/webwerkstatt/bootstrapparts.xhtml
>
> var  oldRootPath = Config.rootPath
> try {
>     Config.rootPath = 'http://lively-kernel.org/repository/webwerkstatt/'
>     $world.openPartItem("BootstrapParts", "PartsBin/Tools")
> } finally {
>     Config.rootPath = oldRootPath
> }
>
>
> Best,
> Jens
>
> _______________________________________________
> lively-kernel mailing list
> [hidden email]
> http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel
>
_______________________________________________
lively-kernel mailing list
[hidden email]
http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel