ryanhowdy / fcms

Family Connections - Create a private family website.
http://www.familycms.com
GNU General Public License v2.0
82 stars 41 forks source link

Misc: Docker image for fcms #636

Open fermino opened 1 year ago

fermino commented 1 year ago

Hey! I just read #635 and I really like the future of this :)

I was thinking we could create a docker image of the project to make it easier to be deployed in cloud platforms. @ryanhowdy what do you think of it?

I could make some time to work on that if you think it would be helpful. Kind regards!

ryanhowdy commented 1 year ago

Absolutely, that would be a big help.

ryanhowdy commented 1 year ago

https://www.digitalocean.com/community/tutorials/how-to-install-and-set-up-laravel-with-docker-compose-on-ubuntu-22-04

fermino commented 1 year ago

Quick question, I see that there are two 4.0.0 branches (4.0.0 and 4.0.0.laravel), which one is the current one?

fermino commented 1 year ago

Also, what PHP version are you currently using for development?

ryanhowdy commented 1 year ago

Just the 4.0.0 branch. I need to delete the other one. And I'm using php 8.0 right now.

leolivier commented 1 year ago

see PR #656 , it should close this issue