webtoolsgroup / InstantWP

InstantWP is a complete standalone, portable WordPress development environment.
GNU General Public License v3.0
104 stars 34 forks source link

Any chance of an update to InstantWP? #94

Open Sorren1969 opened 4 years ago

Sorren1969 commented 4 years ago

This is a nice application. Although I manged to update both Alpine and WordPress myself, it would help others I am sure if the QEMU image could be updated to the latest and greatest.

Thanks.

roigle commented 3 years ago

Hi, Can you explain how you updated Alpine? I just downloaded InstantWP and can't use it because the php version is old, and it won't update because it needs to update Alpine first. Thanks

popsy-blue commented 2 years ago

See #100 with instructions on how to update Alpine (and php, mysql).

Sunbanque commented 2 years ago

Popsy-Blue Where do I find See "100 with instructions on how to update Alpine (and php, mysql)."

Sunbanque commented 2 years ago

I went to Upgrading Alpine and really don't understand how to upgrade the PHP Can I call you , and you can walk me through this or Here's my number 416-488-5838 my name is Joel and I would really appreciate this .. Thank You

Sophos06 commented 1 year ago

I jump from Alpine 3.6.5 to 3.17.2. Still on PHP7.1

I updated all package, even --allow-untrusted just in case. How do you upgrade to php8 ?

I added package: sudo apk add php82 --allow-untrusted It goes fine. but still, php-v gives 7.1.10.

How do I "install" php8 on my instantWP qemu ?

Subyzero commented 4 months ago

Hi there...When i am tryng to run the apk update command in order to update the alpine(ofcourse after i have modified the apk file) on the ssh terminal i am getting this message: "localhost:~$ sudo apk update fetch http://dl-3.alpinelinux.org/alpine/latest-stable/main/x86/APKINDEX.tar.gz ERROR: http://dl-3.alpinelinux.org/alpine/latest-stable/main: UNTRUSTED signature WARNING: Ignoring APKINDEX.a89cf0a5.tar.gz: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86/APKINDEX.tar.gz ERROR: http://dl-cdn.alpinelinux.org/alpine/edge/community: UNTRUSTED signature WARNING: Ignoring APKINDEX.b53994b4.tar.gz: No such file or directory" I guees i need a command to install untrusted signatures...but i dont have any ideea how to

Sophos06 commented 4 months ago

Hi there...When i am tryng to run the apk update command in order to update the alpine(ofcourse after i have modified the apk file) on the ssh terminal i am getting this message: "localhost:~$ sudo apk update fetch http://dl-3.alpinelinux.org/alpine/latest-stable/main/x86/APKINDEX.tar.gz ERROR: http://dl-3.alpinelinux.org/alpine/latest-stable/main: UNTRUSTED signature WARNING: Ignoring APKINDEX.a89cf0a5.tar.gz: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86/APKINDEX.tar.gz ERROR: http://dl-cdn.alpinelinux.org/alpine/edge/community: UNTRUSTED signature WARNING: Ignoring APKINDEX.b53994b4.tar.gz: No such file or directory" I guees i need a command to install untrusted signatures...but i dont have any ideea how to

Add --allow-untrusted

vbresan commented 3 months ago

Add --allow-untrusted

I am getting Segmentation fault when using that flag.

alpine

Sophos06 commented 3 months ago

Can happen. https://github.com/mxe/mxe/issues/2621

But honestly, you'd better leave this platform that has 0 update since yeaaaars. And switch to something easier / faster / up to date like localwp by flywheel.

vbresan commented 3 months ago

I did version by version alpine upgrade and, at least regarding the OS, all went OK. However, WP/MySQL configuration is broken now. Both WP and WP admin report "Error establishing a database connection" (mentioned in #98), while phpMyAdmin is reporting a bunch of errors.

I am afraid you are right, it's time to switch to something else. 1clickwp also looks promising.