seaside & magma repository initialization

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

seaside & magma repository initialization

Martin Schubert
hey out there,
unfortunatelly initializing the repository like mentioned in the WAStore
workspace is not working anymore.

"-----------------------------------------------------------------------------------------------------------------
 Create the Magma repository in a local directory
-----------------------------------------------------------------------------------------------------------------"
WAStoreRepository create.

what should i do instead?

best
maritn
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: seaside & magma repository initialization

Martin Schubert
hey keith,
thanks for quick reply!
gui approach is nice. but i am as well looking for a possibility to
initialize a magma repository for an seaside web application in the
moment it gets deployed ( when #registerAsApplication: is called) but i
am not sure how to approach it in the most efficent fashion.

five minutes ago i tried to initialize the repository with the following :

MagmaRepositoryController
    create: (MagmaLocalLocation default) asString
    root: Dictionary new; at: 'WABlog' put: Dictionary new.

seemed that it worked.

but i will look at the gui in a second ....

> Ah!
>
> now I didnt think of that!
>
> If you have a version of Magma-Seaside that does not have
> WAStoreRepository create
> then there is now a gui for creating the repository in the config
> application.
>
> Go to the Magma Location configuration, click "override" to enable the
> Magma Control Panel.
> and in there is the create repository button.
>
> hmm I suppose I should fix what I broke. Do you prefer the gui approach?
>
> Keith
>>
>> "-----------------------------------------------------------------------------------------------------------------
>>
>> Create the Magma repository in a local directory
>> -----------------------------------------------------------------------------------------------------------------"
>>
>> WAStoreRepository create.
>>
>> what should i do instead?
>>
>> best
>> maritn
>> _______________________________________________
>> Magma mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/mailman/listinfo/magma
>>
>
>
>    
>    
>        
> ___________________________________________________________ All new
> Yahoo! Mail "The new Interface is stunning in its simplicity and ease
> of use." - PC Magazine http://uk.docs.yahoo.com/nowyoucan.html
>
>

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside