Installing PrestaShop on Rackspace Cloud Server : Step by Step Commands


Installing PrestaShop on Rackspace Cloud Server with Step by Step Commands will aid any level of user to PrestaShop any trouble. Simple run them. Although the initial request was from an subscriber, actually we prefer to write a text based guide first, then we a video guide. This actually gives lot of other options, tricks to the new users. So, for Installing PrestaShop on Rackspace Cloud Server; this is actually a text guide mainly focusing on the commands. Definitely, the important screen shots are either shown here or given some reference.

 

Installing PrestaShop on Rackspace Cloud Server : Must Need To Know Points

 

We actually have another guide on Installing Prestashop, but not on Cloud Server but Cloud Sites. What you need to know are :

 

 

Installing PrestaShop on Rackspace Cloud Server : Watch Other Videos For the Initial Part

 

It is very practical thing that, the initial steps of set of a server will be the same; you can watch any videos, at least still we have no video specifically is available; its actually a matter of few days – For example this video (watch in HD) will at least give some idea for Installing PrestaShop on Rackspace Cloud Server  ; up to 04:00 there is actually no difference, in case you will also use Debian :

 

https://www.youtube.com/watch?v=mn0O_OhZb0c

 

Installing PrestaShop on Rackspace Cloud Server : Step by Step Commands

 

After creation of the server, login in to the server from Terminal (you will get the required command at the right side on Rackspace Cloud Server creation webpage, watch the above video). We will be using an Ubuntu 12.04 LTS for easily installing LAMP server.

First Update it :

 

sudo apt-get update

 


Then upgrade (if needed) :

 

sudo apt-get upgrade

 

With one command you can all the required softwares on server side except PHPMyAdmin :

 

sudo apt-get install lamp-server^

 

The caret beside the server is not a typographical error. You can install in alternative way as well :

 

sudo apt-get install tasksel

 

sudo tasksel

 

select LAMP Server :

 

Installing PrestaShop on Rackspace Cloud Server
 

Restart Apache :

 

sudo /etc/init.d/apache2 restart

 

Install PHPMyAdmin :

 

sudo apt-get install phpmyadmin

 

Go to PHPMyAdmin on at :

 

http://your-server-ip/phpmyadmin

 

Create a Database.

 

Now, change directory to :

 

cd /var/www/

 

Delete the default Apache’s html file :

 

rm index.html

 

You can run ls command to check if there is any file. There should not be. So we need to wget PrestaShop here. But the problem is, PrestaShop tries to trick out wget. Just find the latest version number and replace with this one’s version :

 

wget http://www.prestashop.com/download/prestashop_1.5.5.0.zip

 

unzip prestashop_1.5.5.0.zip

 

If unzip is not installed; it will throw error. Install it :

 

sudo apt-get install unzip

 

Remove the zip file :

 

rm prestashop_1.5.5.0.zip

 

After this step, there is practically no need to use Command Line, you can login to FTP (using software like FileZilla) and go to /var/www/. You will see the folder named prestashop_1.5.5.0 (or like that). Move all the contents of that folder to /var/www i.e. one step up at root of publicly available folder. chmod the files and as mentioned and point the web installer to complete installing PrestaShop :

 

http://your-rackspace-ip/

 

The last steps are like Installing Prestashop on Rackspace Cloud Sites . We actually made the whole process easier, people for unknown reason do not use FTP with CLI in tutorials. This is all about Installing PrestaShop on Rackspace Cloud Server, you can wait for the video guide if you can afford that waiting period.

 

Abhishek-Ghosh


0saves
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.

Leave Lame Behind - Get Engaged

Here’s what we’ve got for you:

Contact Us Today for Smarter Marketing of Knowledge

See each of the premium resources below:

For Publishers and Content Owners

Do you want to optimize your available content?

Do you want to increase the visibility of your content?

Do you want to increase your reliability as an Author?

Do you want your next or existing project to be technically planned?

If your answer to any of these is YES contact us with your approximate budget.

Contact Us Today

For the Media Companies and Advertisers

You must be seeking a publisher website like ours with real content to give an exposure to your client's business?

We provide Industry's Standard opportunities for advertisement.

All comes with proper invoicing, SLA on per annum basis.

If your answer is YES contact us today for a quote.

Contact Us Today for Quote

Mentions

  1. Installing PrestaShop on Rackspace Cloud Server says:

    [...] Installing PrestaShop on Rackspace Cloud Server [...]

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>