Comanche now loads in Pharo 2.0

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

Comanche now loads in Pharo 2.0

hernanmd
I have updated Comanche to load in Pharo 2.0 from SmalltalkHub. Install
it from the ConfigurationBrowser -> KomHttpServer

I grant access to the repository to anyone which require access (just
reply this mail).
I have fixed several classes like ModAuth, ModAutoIndex and ModDir and
now examples in class comments work. There are some issues to review
yet, for example fixing the DirectoryEntry printString in
http://localhost:8080/ after evaluating

        | ma |
        ma := ModuleAssembly core.
        ma documentRoot: FileSystem disk workingDirectory fullName.
        ma directoryIndex: 'index.html index.htm'.
        ma serveFiles.
        (HttpService startOn: 8080 named: 'Example')
                plug: ma rootModule

But this is a start and could be useful because many projects have
dependencies with Comanche and now can be loaded in Pharo >= 2.0

Cheers,

HernĂ¡n