You can check a project making use of ApplicationSecurity here:
http://www.smalltalkhub.com/#!/~hernan/IGEVET

Pharo 6.1:
- No #development version for Iliad, had to add to ConfigurationOfIliad
- ConfigurationOfNacl - had to comment out #preload, which failed to download libsodium (apparently the dropbox link no longer works). I was able to procure the library elsewhere
- ERROR: DNU #selector from RBParser >>#externalFunctionDeclaration when trying to parse:
apiDeleteDC: aHDC
<apicall: bool 'DeleteDC' (Win32HDC) module:'gdi32.dll'>
^self externalCallFailed

Pharo 5:
- ConfigurationOfNacl - had to comment out #preload, which failed to download libsodium (apparently the dropbox link no longer works). I was able to procure the library elsewhere
- BioFormatters-HernanMoralesDurand.118 complained about missing PMVector, clicked proceed and no more problems

Since I���m not familiar with Iliad, I wasn���t sure how to run the app. I manually executed IGEVETApplication>>#startUp to get the server going, but wasn���t sure what URL to type into the browser. I tried a few things that all returned 404 like:
http://localhost:9999/IC
http://localhost:9999/chromopainter-jobs
http://localhost:9999/IC/chromopainter-jobs

Also from my previous reply (not sure if you saw it):
Out of curiosity, why Iliad instead of Seaside? Would Iliad be your default/recommendation for new web apps?
Is it well-supported/maintained? It doesn���t seem to have much recent activity unless I���m looking at the wrong repo.

Thanks!

- s