raphaelbauer / casino-play

User management for Play! framework (authentication, registration, password management)
Other
48 stars 21 forks source link

How to get started #1

Open magro opened 12 years ago

magro commented 12 years ago

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 my dependencies.yml.

Running play install casinojpa-1.1 told me No module found 'casinojpa-1.1', and play dependencies did not mention casinojpa either.

Can you provide some hints what's needed for getting started?

Thanx && cheers, Martin

raphaelbauer commented 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

magro commented 12 years ago

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

gguan commented 12 years ago

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?

johngouf commented 12 years ago

Hi there, is the module approved? Do we have any news on that?

raphaelbauer commented 12 years ago

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