authecation question

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

authecation question

Torsten Bergmann
For a user management see:
http://smalltalkhub.com/#!/~TorstenBergmann/UserManagement

Maybe Lighthouse is a start for your webapp:
http://smalltalkhub.com/#!/~TorstenBergmann/Lighthouse

A premade, ready to run image with the full demo web app using Twitter Bootstrap, Nucleus, I18N, Usermanagement, ...
is at:

https://ci.inria.fr/pharo-contribution/job/Lighthouse/PHARO=30,VERSION=development,VM=vm/

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

Re: authecation question

Sven Van Caekenberghe-2
Hi Torsten,

Seems like a nice project, I was having a look at the pre-built image, but it fails to start up (looks like the recent OPAL thing, assignment to args, but I thought that was in 4.0):

RBExplicitVariableParser(RBParser)>>parserError:
RBExplicitVariableParser(RBParser)>>parsePrimitiveObject
RBExplicitVariableParser(RBParser)>>parseUnaryMessage
RBExplicitVariableParser(RBParser)>>parseBinaryMessage
RBExplicitVariableParser(RBParser)>>parseKeywordMessage
RBExplicitVariableParser(RBParser)>>parseCascadeMessage
RBExplicitVariableParser(RBParser)>>parseAssignment
RBExplicitVariableParser(RBParser)>>parseStatementList:into:
RBExplicitVariableParser(RBParser)>>parseStatements:into:
RBExplicitVariableParser(RBParser)>>parseStatements:
RBExplicitVariableParser(RBParser)>>parseExpression:
RBExplicitVariableParser class(RBParser class)>>parseExpression:onError:
RBExplicitVariableParser class(RBParser class)>>parseExpression:
OpalCompiler>>parseExpression
OpalCompiler>>parse
[
ast := self parse.
self doSemanticAnalysis ] in [
[
ast := self parse.
self doSemanticAnalysis ]
        on: OCSourceCodeChanged
        do: [ :notification |
                self source: notification newSourceCode.
                notification retry ].
cm := ast generate: self compilationContext compiledMethodTrailer ] in OpalCompiler>>compile
BlockClosure>>on:do:
...

On 02 Sep 2014, at 13:25, Torsten Bergmann <[hidden email]> wrote:

> For a user management see:
> http://smalltalkhub.com/#!/~TorstenBergmann/UserManagement
>
> Maybe Lighthouse is a start for your webapp:
> http://smalltalkhub.com/#!/~TorstenBergmann/Lighthouse
>
> A premade, ready to run image with the full demo web app using Twitter Bootstrap, Nucleus, I18N, Usermanagement, ...
> is at:
>
> https://ci.inria.fr/pharo-contribution/job/Lighthouse/PHARO=30,VERSION=development,VM=vm/
>
> Have fun
> T.
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

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