[SmallWiki] [Squeak] Some news
Chris Burkert
chris at chrisburkert.de
Tue Mar 23 07:51:42 MET 2004
Maurice Rabb wrote:
> Hi Chris,
>
> This is great news!
>
> I am setting up another SmallWiki on Thursday, so I will be testing the
> SWImageStorage stuff quite a bit.
great!
> Thanks for setting up the installer. I know you only mentioned 3.6, FYI
> 3.7 doesn't have YAXO anymore so installing SIXX requires a few extra
> steps.
>
> I will report back.
Below is the current installer. Maybe you could extent it, to fit in 3.7
too?
####################################################
|map|
map := SMSqueakMap default.
"Monticello"
map upgradePackage: (map packageWithId:
'66236497-7026-45f5-bcf6-ad00ba7a8a4e').
"KomHttpServer"
map upgradePackage: (map packageWithId:
'0fdb5ffc-cfa1-4d40-96c2-fe325bc8ba5f').
"Refactoring Browser and related tools"
map upgradePackage: (map packageWithId:
'2ef5de76-985c-479e-b393-767d0297c932').
"SIXX"
map upgradePackage: (map packageWithId:
'60663648-6b83-4b61-9f06-e58c33565d75').
"SmaCC Smalltalk Compiler-Compiler-Runtime"
"This is static because there were MNU's with autoVersion 2"
map installPackageWithId: '2d9c9a9e-ce66-4e82-a785-ca7d43d9b4c4'
autoVersion: '1'.
"SmallWiki-Parser"
map upgradePackage: (map packageWithId:
'5a8df662-642d-4d2a-a093-5efa58780247').
"SmallWiki-Kernel"
map upgradePackage: (map packageWithId:
'93cd10ce-b8e1-4d4b-8566-fe400000d072').
"open a Workspace with additional information"
SWServer defaultWorkspace.
self inform: 'SmallWiki is now installed.'.
####################################################
Regards
Chris Burkert
PS: Smacc is currently hardcoded because I get MNUs with autoVersion 2.
--
http://www.chrisburkert.de/
More information about the SmallWiki
mailing list