Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7670795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:54:19+00:00 2026-05-31T15:54:19+00:00

I have to set up a dev/test platform on the Amazon Web Service. So

  • 0

I have to set up a dev/test platform on the Amazon Web Service. So I was told, “install it” but I have no clue how to do that. I’m very used to 1&1, OVH and other hosting companies on which I upload my data through FileZilla but here it seems to be completely different. Am I wrong?

I read that I would need to install centOS to communicate with the server, right? is there no other way to do so? FileZilla?

And By the Way, how do I set up Magento on AWS? I found some documentation about it :

http://loadstorm.com/2009/magento-setup-amazon-associates-web-service

http://www.zetaprints.com/magentohelp/category/overview/

http://www.greengecko.co.nz/magento_on_amazon_ec2

But each time, it seems that I missed something in the first lines, the VERY FIRST step.
Could someone enlightene me please because I think I missed something at the starting point of this process and I clearly don’t understand the way it works.

I downloaded both elasticFirefox extension and S3 organizer, but they are not very helpful for the understanding. In each of the docs I have read, the guy starts from a point I can’t reach ..

PS: I’ve started developing the website with Magento so it is about transfering this version of Magento instead of installing a new one .. except if it’s much much more complicated ..

Any Help or full documentation would be appreciated 🙂

Thanks for your help !

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T15:54:20+00:00Added an answer on May 31, 2026 at 3:54 pm

    I did something very much alike (using CentOS 5.5 on rackspase) – follow the steps below. all the lines that start with “–” should be treated as remarks. Before you start “transferring” Magento you should install PHP, httpd and MySql:

    — MySql

    yum install mysql-server
    

    — httpd

    yum install httpd
    

    — open port 80 in iptables

    vi  /etc/sysconfig/iptables
    

    — add a line:

    -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
    

    — configure httpd.conf (enable the use of .htaccess)

    vi /etc/httpd/conf/httpd.conf
    

    change the line under “< Directory “/var/www/html >” from “AllowOverride None” to “AllowOverride All”

    — install php 5

    rpm -ivh http://repo.webtatic.com/yum/centos/5/`uname -i`/webtatic-release-5-1.noarch.rpm
    yum --enablerepo=webtatic install php
    yum --enablerepo=webtatic install php-mysql
    

    — go to /var/www/html

    cd /var/www/html
    

    — and copy there all the content of Magento
    –then clean cache if any:

    rm -rf /var/www/html/<your app>/var/cache/*
    

    — you have to create a schema:

    mysql
    mysql> create database [your schema name];
    mysql> grant all privileges on [your schema name].* to [your username]@localhost identified by '[your password]';
    

    — create sql dump on your computer:

    mysqldump [your schema name] > [your schema name].sql
    

    — and import it on centos

    mysql [your schema name] <   [your schema name].sql;
    

    –Make sure that the username/password are configured properly:

    vi <your app>/app/etc/local.xml
    

    — Login the DB as [your user]:

    mysql -u [your user] –p
    

    — Locate the entry that is configured to localhost (since you developed it on your computer) and change it to the installation-server’s IP (say 1.1.1.1):

    select path, value from [your schema name].core_config_data where path like '%base_url%';
    update [your schema name].core_config_data set value = 'http:/<your domain>/<your app>/' where path like '%base_url%';
    

    — now restart all the services

    service iptables restart
    service mysqld restart
    service httpd restart
    

    — Troubleshooting

    In order to print error to screen follow these steps:
    cd /var/www/html/<your app>/errors
    cp local.xml.sample local.xml
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a TARGET variable that can be set to dev, test or prod.
Let's pretend that we have the following servers [dev, test, production] and that dev
We have 3 branches {Dev,Test,Release} and will have continuous integration set up for each
For testing purposes I have and SSL certificate set up on a dev site
I have set up a Django application that uses images. I think I have
I have set the FlushMode property on an NHibernate session to FlushMode.Never, but when
I have set the itemRollOver and itemRollOut event listeners on a List component, but
I have set a list of items in a combobox, but when I debug
I have various servers (dev, 2 x test, 2 x prod) running the same
Let's say I have a (fairly typical) set of environments: PROD, UAT, QA, DEV

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.