givanz / Vvveb

Powerful and easy to use cms to build websites, blogs or ecommerce stores.
https://www.vvveb.com
GNU Affero General Public License v3.0
239 stars 49 forks source link

Unable to deploy docker image #102

Open Sherbeeny opened 3 months ago

Sherbeeny commented 3 months ago

I tried to deploy the docker image, but it's not working as it doesn’t have a tag. IMG_5834

givanz commented 3 months ago

Sorry the image was not pushed, please try again.

Sherbeeny commented 3 months ago

Thank you.

It got deployed successfully on Northflank, but the admin page after installation is blank!

https://p01--vvveb--86nnjxvxh94j.code.run/admin

givanz commented 3 months ago

The installation wizard completed without errors?

Can you please provide more details about the setup like apache/nginx/php version and database version?

Can you also access php error log to paste the last error messages?

Sherbeeny commented 3 months ago

On Northflank, I just created a new service and put the docker image as the source for deployment. I didn't install anything else. Other docker images work with me like that out of the box!

Here's the service log: image

givanz commented 3 months ago

The image only had php-fpm, I changed it and included apache also to avoid linking to a apache/nginx container, please retry with the new image.

You only need to link it to a mysql container if you wish to use mysql or you can choose sqlite during install to use it standalone.

Sherbeeny commented 3 months ago

It now works! Thank you!

I just tried to change the admin path and got this message: image

givanz commented 3 months ago

Thanks for the bug report, this is caused by file permissions for admin folder, I will fix it and rebuild the image.

mraf commented 2 months ago

Hi @givanz when you will be rebuilding the image for admin folder permissions could you add also support for arm servers please?

vvveb The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

givanz commented 2 months ago

Hi

Thanks for the suggestion, I added support for arm.

mraf commented 2 months ago

Thanks! all working!