Uploading PrestaShop files – DIY PrestaShop Installation Tutorial Series in Site5 web hosting

September 6th, 2009 by Ardian Yuli Seytanto Leave a reply »
Prestashop Free OpenSource Ecommerce Solution

Prestashop Free OpenSource Ecommerce Solution

This is primary post for my PrestaShop Installation Tutorial Series. In this tutorial i’ll using SSH access from Site5 web hosting company to cut my PrestaShop upload time. If you dont have any account in this great web hosting, you can buy there or leave respond if you want same features but with low price for start up package.

Lets start the Do It Yourself #1 PrestaShop Installation Tutorial Series – Uploading PrestaShop files.

The main feature i’m using in this tutorial is SSH Access. You can read more about it here. And you can read this tutorial to gain more speed in your PrestaShop installation time. I’m using Ubuntu as my OS, you can using PuTTY if you aren’t Unix like OS user.

1. Log in with your SSH client

~$ ssh username@yourdomain.com

enter your account password and you should get result like this

Last login: Sat Sep  5 05:13:24 2009 from 114.58.212.205

Copy Download Link for The Latest Version of Prestashop

Copy Download Link for The Latest Version of Prestashop

2. Now you are connected with your server. Go to http://www.prestashop.com/en/downloads/ with your browser and copy the download link. Type wget in ssh client and paste the link.

#wget http://www.prestashop.com/download/prestashop_1.2.2.0.zip

the respond

–21:37:19–  http://www.prestashop.com/download/prestashop_1.2.2.0.zip
=> `prestashop_1.2.2.0.zip’
Resolving www.prestashop.com… 193.25.195.60
Connecting to www.prestashop.com|193.25.195.60|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 6,923,663 (6.6M) [application/zip]

100%[====================================>] 6,923,663      2.22M/s

21:37:23 (2.22 MB/s) – `prestashop_1.2.2.0.zip’ saved [6923663/6923663]

you have the latest PrestaShop version already in your server just in 4 second, thanks to direct connection by this SSH access. You need to extract it in your home directory

#unzip prestashop_1.2.2.0.zip

now you have /home/yourname/prestashop/ directory

You can change your domain pointer to address this directory or rename this directory to /home/yourname/public_html by this command

#mv prestashop public_html

Your prestashop files is already to show up.

Go to your homepage and you should directed to PrestaShop Installation page. My next tutorial #2 PrestaShop Installation Tutorial Series – PrestaShop MySql Database Setup.

This tutorial is using Site5 Web Hosting.

88x31-1

Bookmark and Share

This links go to same article

how to upload prestashopupload prestashoppink prestashop themeprestashop invalid security tokenprestashop on ubuntuprestashop two copyprestashop ubuntuprestashop ubuntu sshprestashop uploadprestashop upload catalogueprestashop start up passwordprestashop security tokenprestashop Permanent links blockprestashop our browser sent a request that this server could not understandprestashop invalid token errorprestashop invalid tokenprestashop installation tutorialprestashop installationwriting a prestashop module tutorialprestashop webhosting

Related posts:

Setup Mysql Database – #2 DIY PrestaShop Installation Tutorial Series

This is part #2 from our PrestaShop Installation Tutorial Series. You can read our previous post Uploading PrestaShop files – DIY PrestaShop Installation Tutorial Series in Site5 web hosting. This step is merely same in other web hosting, please try it although with different screenshot. #1. Manage MySql Database #2...

Prestashop Module Affiliates for All Installation

This tutorial require you to understand Affiliate for All (AFA) installation, please read our previous post about Prestashop “Affiliates For All” Modules Integration – AFA Installation. In this tutorial we will explain about Prestashop Modules Affiliates for All installation. Here are the steps : #1 Download, Upload and Install Prestashop Modules...

Prestashop “Affiliates For All” Modules Integration – AFA Installation

Prestashop – Affiliates for All Integration If you are running an e-commerce site, you almost certainly have affiliates and need affiliate management software. Affiliates for All is the new affiliate management system that everyone is talking about. We will explain Affiliates for All integration with Prestashop in this tutorial series....

How to download the old version of PrestaShop

In this PrestaShop download page, you just get the latest version of Prestashop. How about if your official website using an old ones and you need to restore some files because there is an error while youre editing the code and you don’t remember modification you have made ? Thanks...

Always connected with our Prestashop Info. We don't send spam. Email address:

2 comments

  1. lexi says:

    i want get the pink theme for my prestashop,how to get it ??????

Leave a Reply