How to install PrestaShop manually
This article explains how to manually install PrestaShop. If you wish to install a certain version of PrestaShop or if Softaculous or Webuzo are not included in your account, you can accomplish this.
Please refer to this page for additional details on how to install PrestaShop using Softaculous.Contents Table of
Installing PrestaShop
More Information
Installing PrestaShop
PrestaShop is compatible with all Hostvento Hosting accounts.
Although Hostvento Hosting servers are compatible with a wide variety of software applications, we cannot provide troubleshooting assistance for application-specific issues.
To install PrestaShop manually:
- Download the PrestaShop installation file at http://www.prestashop.com/download to your local computer.
- Extract the .zip file on your computer.
- Use FTP to upload the extracted files to the document root directory of your Hostvento Hosting account.For information about how to access your account using FTP, please see this article.
- Create a MySQL database and database user for PrestaShop. You will need this information during the web configuration process.
- Use your web browser to go to the installation URL http://www.example.com/install, where example.com represents your domain name.
- Select a language for the installer to use, and then click Next.
- Review the license agreement, select the check box, and then click Next. The Store information page appears.
- Under Information about your Store, fill in the fields with the appropriate information for your store.
- Under Your Account, fill in the fields to set up a username and password.
- Click Next. The System Configuration page appears.
- In the Database name text box, type the name of the database that you created in step 4.
- In the Database login text box, type the name of the database user that you created in step 4.
- In the Database password text box, type the password for the database user.
- Click Test your database connection now!
- If you receive a Database is connected message, click Next. Otherwise, make sure that you entered the correct database settings, and then try again.
- The PrestaShop installer creates database tables and configures other settings.This process takes a few minutes. Make sure you do not interrupt the installation process!
- After installation is complete, for security reasons you must delete the PrestaShop installation folder before you can log in. For example, if the document root directory is /var/www/html, you can type the following command to remove the installation folder:Copyrm -rf /var/www/html/install/
- To log in to PrestaShop, go to the URL http://example.com/admin/login.php, where example.com represents your domain name.
For security reasons, PrestaShop adds a four-digit number to the name of the admin folder. Make sure you use the new folder name the next time you log in. If you forget the login folder name, you can check the directory listing of the document root directory and look for the adminxxxx folder.