How to install Magento on (mt) Media Temple (gs) Grid-Service
Prerequisites
This article is a quick step-by-step tutorial on installing Magento on Media Temple (mt) Grid-Service (gs) account. If you have (dv) Dedicated-Virtual Server account you'd read our How to install Magento on (mt) Media Temple (dv) Dedicated-Virtual Server tutorial.
Download a Magento installation package
You can find the latest Magento installation packages at Magento Download page
There you can select a preferred archive format and what version - light or full one (that includes sample data - stores, categories, products, images, etc) you want to download.
Upload Magento to your server
Upload the extracted files to your web server via FTP (if you have SSH access and are comfortable with the command line, check out this wiki post)
How to get FTP/SSH login information ?
You can find out FTP/SSH login information under Server Administrator section of Account Center:
Set necessary permissions
Set up necessary permissions on files and folders via your FTP client or your Account Center File Manager interface. Ensure that the file magento/var/.htaccess, the directories magento/app/etc, magento/var, and all the directories under magento/media are writable by the web server
Switch to PHP 5
Magento supports PHP 5.2.0 or newer, so you have to go to PHP settings section in your Account Center and switch to PHP 5.
Create a MySQL database and user
Go to Manage Databases Account Center section, create a database, a MySQL user, and password that Magento will use.
Right down all those settings (including database hostname) - you will need that information while installing Magento.
Run the installation wizard
Use your web browser to surf to any Magento page and you will be forwarded to the installation wizard.
Magento is distributed under the Open Software License (OSL 3.0), you will have to read the license and confirm that you agree on the first step. Check out License / Trademarks FAQ for more information.
Specify database connection and URLs
Put database connection data into the form fields, check whether installation wizard correctly determined your web-host name and path.
HTTPS URL validation
While installing Magento on (gs) account you'll get an error message on secure connection url validation (prior to and including version 0.6.13160 - that will be fixed in the release that follow), so just check on Skip URL validation checkbox and proceed to the final step.
Create an administrator account
Enjoy using Magento! 
Know Issues
In case you have problems with installing a full Magento package (that includes test data - products, categories, images, etc) on (mt) Grid-Service account due to some limitations of running large MySQL queries, you can use the following workaround:
- Once you create a database, run this SQL-script on it (either via phpMyAdmin or any other tool you prefer to work with)
- Then you can follow a usual installation process (go to Magento URL and proceed installation wizard steps)
- That SQL-cript can be applied before installing any Magento version starting from the first one till the latest 0.6.13160. We are working on the fixes needed to install a full version on (mt) (gs) and we'll include them in following releases, check the Release Notes - there will be a word about it once those fixes are integrated into packages.












