-
Notifications
You must be signed in to change notification settings - Fork 426
Update guide_shopware-6.rst #1849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Adapted to the official installation scrypt and Uberspace 7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your update! Just a few things
@EDVStuttgart any news on this? We'll close this soon when we get no feedback |
@nichtmax, I've incorporated the updates and hope it fits now. |
new Verson tested
add new tested Version |
source/guide_shopware-6.rst
Outdated
to set up Shopware. We suggest you use an | ||
:manual_anchor:`additional database <database-mysql.html#additional-databases>`. For example: | ||
isabell_shopware. | ||
Move one level up, remove the default ``html`` symlink, and point it to the Shopware installation: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this does not remove a default symlink but rather the default directory. Please reinstate the previous way of doing this (rm -f html/nocontent.html; rmdir html
), as this will alert users to a non-empty directory while rm -rf
will just delete everything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
source/guide_shopware-6.rst
Outdated
memory_limit = 512M | ||
apc.enable_cli = 1 | ||
opcache.memory_consumption = 256 | ||
Open your browser and navigate to your domain, e.g., ``https://isabell.uber.space``, and follow the installation steps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't work, as there is no index.html or index.php at this moment. Did you mean https://isabell.uber.space/shopware-installer.phar.php
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
source/guide_shopware-6.rst
Outdated
Versions | ||
================= | ||
|
||
Tested with Shopware 6.6.10.3 (initial installation required: 6.6.8), PHP 8.1.29, and Uberspace 7.16.7. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure?
- shopware/administration v6.6.8.2 requires php ~8.2.0 || ~8.3.0 -> your php version (8.1.29) does not satisfy that requirement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the reason why shopware 6.6.8 must be installed first. The php version is checked during a new installation, but not during an update.
I will nevertheless put a clearer hint at the beginning.
Adapted to the official installation scrypt and Uberspace 7