Link a Wordpress blog subtitlesArticle HelpCenter If you want to add a Wordpress blog to your PrestaShop Hosting, it is entirely possible. To do this, you need to follow the following steps: Manage blog folder In the PrestaShop...
Manage PS Hosting users subtitlesArticle HelpCenter On PS Hosting, you can manage user accounts. These accounts can be edited and deleted. Understand the concept of Agency and Team There are two steps to create an account, the first...
Configure your main domain and/or subdomains on PS Hosting subtitlesArticle HelpCenter After you activate the production environment, you need to make changes to your DNS entries. These changes are generally made at the level of your registrar (OVH, Gandi, etc.), but...
Save an environment subtitlesArticle HelpCenter Currently, automatic backups are snapshots and the archives are not directly usable. It is therefore necessary to contact PrestaShop via the support platform if you wish to recover...
Statistics, activities, logs subtitlesArticle HelpCenter PrestaShop Hosting metrics On the dashboard of each environment, you will find various statistics. You can use search filters to choose a specific time period for displaying your...
Deploy to development environment subtitlesArticle HelpCenter The deployment feature gives you the ability to deploy a branch of your GitLab repository into your development environment. Deployment context When deploying to a hyperlane...
SSH connection subtitlesArticle HelpCenter SSH access Access is available in the CREDENTIALS tab. Each environment has its own access with a Host, Connection Port and Username. You can log in via the command line: ssh -P...
What is a PAAS solution? subtitlesArticle HelpCenter Platform as a Service (PAAS) solutions represent an innovative approach to hosting and managing online applications. Businesses looking to develop, deploy and maintain complex web...
Run a post-deployment CI/CD script subtitlesArticle HelpCenter If you need to add actions following a deploy, you can add a bash script to the root of your PrestaShop.This script must be in /vol/site/current And have the precise name:...
Configure the .gitignore of the Gitlab repository subtitlesArticle HelpCenter To configure your gitlab repository, you must follow the following steps The .gitignore Retrieve the .gitignore The PS Hosting environment comes with the official PrestaShop...
Enable SSL certificate subtitlesArticle HelpCenter This document provides detailed instructions on how to enable the Let's Encrypt SSL certificate by default on domains configured on PS Hosting. Make sure the DNS zone is configured...
Restore a backup subtitlesArticle HelpCenter Restore a snapshot manually Restoring a manual backup is only possible if a manual/snapshot backup has been created beforehand. Restoration is done by pressing the Restore...
SFTP connection subtitlesArticle HelpCenter SFTP access Access is available in the CREDENTIALS tab. Each environment has its own access with a Host, Connection Port and Username. By default and for security reasons, the...
Server architecture subtitlesArticle HelpCenter PrestaShop Hosting is not a classic hosting solution. Each of your environments uses a specific architecture that is used for all features offered by PS Hosting, such as cloning and...
First connection to PrestaShop Hosting subtitlesArticle HelpCenter Invitation to join PrestaShop Hosting Before you start your journey with PrestaShop Hosting, you will receive an invitation via email. This invitation will be sent to you by the...
Configure variables and slow pools subtitlesArticle HelpCenter Slow pools What is a slow pool? A slow pool is a URL that allows an execution time exceeding 30 seconds. Please note that you should not add a frontend URL, only for backend URLs....
Configure custom domains for dev/staging environments subtitlesArticle HelpCenter It is not possible to directly modify DNS entries for these environments, but it is possible to ask the PS Hosting team to create external entries. To do this, create a ticket to PS...
Install locales subtitlesArticle HelpCenter Locales are language packs installed on the server. PHP can use locales to display dates in languages other than English. Install new locales You can list all available locales on...
Access your GitLab account subtitlesArticle HelpCenter Configuration As soon as your first project is created in PS Hosting, a Git account is created for you. You will receive an email with a link to reset your password. Click the link...
Database connection subtitlesArticle HelpCenter There are three ways to connect to each environment's database: you can use PhpMyAdmin or a database explorer configured with remote connection, or you can also use the mysql command...
Discover the PrestaShop Hosting interface subtitlesArticle HelpCenter Tab details Dashboard The Dashboard tab contains various statistics regarding your development, staging, or production environment (depending on which environment you are in). You...
Create symbolic links (symlink) subtitlesArticle HelpCenter Understand the context When deploying to a hyperlane development environment, anything that is not present: - in mounted directories: img, override, upload, modules, mails, themes,...