Skip to content

Improve install doc section #2015

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

Open
wants to merge 3 commits into
base: 9.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions basics/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,16 @@ Finally, flush privileges:

The source code of PrestaShop is hosted on the [Official PrestaShop GitHub Repository](https://github.com/PrestaShop/PrestaShop/).

You can find all the released versions of PrestaShop here: [PrestaShop releases](https://github.com/PrestaShop/PrestaShop/releases).
You can find all the released versions of PrestaShop here: [PrestaShop releases](https://github.com/PrestaShop/PrestaShop/releases/).

Nightly releases of PrestaShop are also generated daily. Their details can be found on a [public Google Cloud storage](https://console.cloud.google.com/storage/browser/prestashop-core-nightly).

##### Choose the right version for you

PrestaShop comes in two "flavors":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
PrestaShop comes in two "flavors":
PrestaShop comes in single mode:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or something to mention that there is only one-way to get it, 😬

This comment was marked as abuse.

Copy link
Contributor Author

@Touxten Touxten Aug 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The zip file tuned for production environments no longer exists at this link.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Touxten is right. There is no more the production ready package inside the releases ; it's the source code.

No vendor populated, GitHub and Tests folders still there.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can find all the released versions of PrestaShop here: PrestaShop releases.

TRUE

Choose the right version for you

PrestaShop comes in two "flavors":

TRUE

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can UpperCase all you want, it's not true anymore for the v9 versions.

Please, check more this same page.


- **Release package**. A zip package, tuned for production environments.
- **Development version**. The raw source code as it is on the GitHub repository, including automated test suites, build scripts and source codes for assets that are otherwise compiled (like javascript and css files).

![Download files](img/Prestashop_1.7.8.6_release.png)

{{% notice tip %}}
**Prefer cloning the repository using git for the development version.**

Expand Down