luckyframework / website-old

The old website for Lucky (archived)
https://github.com/luckyframework/website-v2
MIT License
11 stars 29 forks source link

Step 'Running a Lucky Project' in 'Installing' guide results in password being asked #139

Open mvz opened 6 years ago

mvz commented 6 years ago

I just tried following along with https://luckyframework.org/guides/installing/, and at the step "Then run bin/setup to install dependencies" I get:

▸ Setting up the database
Password: 

This is rather confusing, since it is unclear what user or system the password is being asked for. Is it trying to sudo or log into the database? If the latter, what database? Also, why is it setting up the database when it's supposed to be installing dependencies?

Note: I'm sure I can make all this go away by opening up config/database.cr and fiddling around there, but if that's a required step it should be indicated before I'm told to run bin/setup.