Open magro opened 12 years ago
Hi Martin,
casio is currently awaiting approval from playmodules to be listed. Once it's approved you can simply add it via dependencies.yml.
Right now you would have to download the source and link the respective modules yourself. If you are a developer it's easy to do - but if not you might waste a lot of time... The setup i described in "Setup and develop".
I would suggest to simply wait some days until casino is approved...
Best,
Raphael
On 01/23/2012 11:07 AM, reyez wrote:
Hi Martin,
casio is currently awaiting approval from playmodules to be listed. Once it's approved you can simply add it via dependencies.yml. Great!
Right now you would have to download the source and link the respective modules yourself. If you are a developer it's easy to do - but if not you might waste a lot of time... The setup i described in "Setup and develop". I just noticed some of the commands I executed (sync?) obviously removed the content of the casino folder, I'll check again after having reset git to HEAD.
Cheers, Martin
Hi, I have a question. If I want to customize User model, how can I do that? It seems module has its own User class and has name conflict with my User class. I need to add more fields to User such like profile image, shall I edit User class in your module or there is any other strategy for customizing?
Hi there, is the module approved? Do we have any news on that?
On Sat, Feb 25, 2012 at 11:36 PM, johngouf reply@reply.github.com wrote:
Hi there, is the module approved? Do we have any news on that? not yet... working on it ;) ra
Hi, I'm just starting with play and want to use casino-play for user registration etc. Unfortunately, adding the module to my project does not work.
I symlinked casino or casinojpa from the cloned repo to
$PLAY_HOME/modules/casino-1.1
($PLAY_HOME/modules/casinojpa-1.1
respectively) and afterwards added- play -> casinojpa-1.1
to mydependencies.yml
.Running
play install casinojpa-1.1
told meNo module found 'casinojpa-1.1'
, andplay dependencies
did not mention casinojpa either.Can you provide some hints what's needed for getting started?
Thanx && cheers, Martin