You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
Currently we need to manually set up the environment, install platform deps etc
And this can fail easily. In fact i couldnt get this up and running.
So i think we should dockerize this project and make setup and usage as simple and easy as possible.
For local development, this LEMP stack should be mostly enough. Not sure about mysql because it is v5.7.
Alternatively, we can compose a stack as desired on top phpfpm which then will be production ready as well.
The text was updated successfully, but these errors were encountered:
Thanks for your advise and your great work at the docker container LEMP stack.
This project depends on Swoole (PHP extension) and the database require Mysql ^8.0.17, so it can't work on properly on php-fpm and mysql 5.7 platform.
And as my friends says, It's a little earlier to dockerize project. So I add this advise into the TODO list, and hope I can test it after RC status.
Currently we need to manually set up the environment, install platform deps etc
And this can fail easily. In fact i couldnt get this up and running.
So i think we should dockerize this project and make setup and usage as simple and easy as possible.
For local development, this LEMP stack should be mostly enough. Not sure about mysql because it is v5.7.
Alternatively, we can compose a stack as desired on top phpfpm which then will be production ready as well.
The text was updated successfully, but these errors were encountered: