ngmy / webloyer

Webloyer is a web UI for managing Deployer deployments
MIT License
218 stars 35 forks source link

Trouble with installing #81

Closed rizhenkov closed 6 years ago

rizhenkov commented 7 years ago

After installing and running php artisan webloyer:install I got exception (see screenshot)

image

sdukaric commented 7 years ago

Please verify that your local MySQL db is accessible with these credentials.

In console write:

mysql -uroot -hlocalhost webloyer

You should be connected to your local database named webloyer.

If database does not exist, make it.

mysql -uroot -hlocalhost CREATE database webloyer;

On 4 Dec 2017, at 15:20, Artem Rizhenkov notifications@github.com wrote:

After installing and running php artisan webloyer:install I got exception (see screenshot)

https://user-images.githubusercontent.com/987517/33557093-4628da3c-d917-11e7-96b6-a1621b6c15f2.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ngmy/webloyer/issues/81, or mute the thread https://github.com/notifications/unsubscribe-auth/AKAoMb1zvzSN0PR4oP07xMMEgVtyh3C5ks5s8_-ggaJpZM4Q0uRA.

ngmy commented 6 years ago

@sdukaric

Thank you for answering instead of me!