Here is a complete step-by-step guide to install PrestaShop on your hosting.
✅ Method 1: Install PrestaShop Manually (Recommended)
🔹 Step 1: Download PrestaShop
- Go to official website:
👉 https://www.prestashop.com - Download latest version (.zip file).
🔹 Step 2: Upload Files to Hosting
- Login to your hosting cPanel.
- Open File Manager.
- Go to:
public_html(for main domain)- or subfolder (if installing in subdomain)
- Upload the PrestaShop ZIP file.
- Extract it.
After extraction, move all files from the extracted folder directly into public_html.
🔹 Step 3: Create Database
- Go to MySQL Databases in cPanel.
- Create:
- Database name
- Database user
- Password
- Add user to database.
- Give All Privileges.
👉 Save:
- Database name
- Username
- Password
- Host (usually
localhost)
🔹 Step 4: Start Installation
- Open your website in browser:
https://yourdomain.com - Installation wizard will start.
- Choose language.
- Click Next.
- Enter:
- Shop name
- Admin email
- Password
- Enter database details.
- Click Install.
Wait 2–5 minutes.
🔹 Step 5: Important After Installation
- Delete /install folder.
- Rename /admin folder to something secure (example:
admin123xyz).
⚠️ Very important for security.
✅ Method 2: Install via Softaculous (Easy Method)
If your hosting has Softaculous:
- Login to cPanel.
- Click Softaculous Apps Installer.
- Select PrestaShop.
- Click Install Now.
- Fill:
- Domain
- Shop name
- Admin email
- Password
- Click Install.
Done in 1 minute.
🔧 Minimum Server Requirements
- PHP 7.4 – 8.1
- MySQL 5.7+
- Apache / LiteSpeed
- 256MB memory recommended
