Smalltalk
›
Smalltalk Related
›
Lively Kernel
Search
everywhere
only in this topic
Advanced Search
bootstrap PartsBin in Local Lively Installations
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
2 messages
Lincke, Jens
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
bootstrap PartsBin in Local Lively Installations
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
milan zimmermann
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: bootstrap PartsBin in Local Lively Installations
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
Free forum by Nabble
Edit this page