Spomky-Labs / phpwa-demo

Demonstration for the PHPWA Bundle
0 stars 1 forks source link

add README and text to homepage #3

Closed tacman closed 4 months ago

Spomky commented 4 months ago

Thanks. I close because alrady changed in the last commit

Spomky commented 4 months ago

Looks good. Unfortunately I cannot resolve the conflit. I will merge when done.

tacman commented 4 months ago

oh, drat, I hadn't meant for that last commit to get in the PR, I forgot to create another branch.

It's somewhat specific to my dokku setup (app.json and nginx.conf for example).

Spomky commented 4 months ago

😅Just tell me when its ready and I will merge. Having extra files is not an issue. I use Heroku that uses similar configuration files. One question though: why did you renamed Dockerfile → Dockerfile.sav?

tacman commented 4 months ago

When I pushed to dokku, it tried to build the Dockerfile (and failed, as it did for me locally). Since I was thinking I was on my own branch, I simply renamed it.

Do you have a paid account at Heroku? I loved the free accounts for demos, but even $12 / month is too expensive for a demo. My dokku server runs on Hetzner and is amazingly cheap, perfect for this (after many hours of setting it up).

Spomky commented 4 months ago

When I pushed to dokku, it tried to build the Dockerfile (and failed, as it did for me locally). Since I was thinking I was on my own branch, I simply renamed it.

Ok. Understood.

Do you have a paid account at Heroku?

Yes. Some of my customers have applications running on it. It is not only expensive for a demo, but also for running apps... I migrated most of them to Docker with Digital Ocean or a Jelastic instance.