Latest 100 public
snipts » (gs)
showing 1-4 of 4 snipts for (gs)
-
∞ (gs) Grid-Service backup to Amazon S3
Automated Backup for (gs) Grid-Service to Amazon S3 http://www.christinawarren.com/2008/06/24/s3-backup-media-temple-gs/ http://code.google.com/p/ziplinebackup/
-
∞ Migrate WordPress
In order to transfer a WordPress blog, you will have to complete the steps manually. This will require you to backup your files using FTP, and databases using phpMyAdmin or MySQL on your current host. You will then need to transfer the files and database to your (mt) Media Temple (gs) Grid-Service. For this you will need FTP access, and to be able to create a database, and database user. The WordPress Codex has an article the explains your options for migrating a WordPress installation, available at: http://codex.wordpress.org/Moving_WordPress For information on using FTP with your (mt) Media Temple services please visit http://kb.mediatemple.net/questions/131/. For information on how to create a Database User and set permissions please visit http://kb.mediatemple.net/questions/884/. For how to access phpMyAdmin on your (gs) Grid-Service please see our KnowledgeBase article at http://kb.mediatemple.net/questions/1570/.
-
∞ (gs) Default php.ini
; This is a example php.ini created by Brandon ; Instructions ; To use this file you will need to rename it php.ini and uncomment (by removing the semicolon) or add directives you wish to use. ; Be sure not to uncomment the Descriptions ; For a complete list of valid directives, visit: http://us2.php.net/manual/en/ini.php ; For more information check out the following resources: ; (mt) Knowledge Base - http://kb.mediatemple.net ; (mt) Forums - http://kb.mediatemple.net/questions/824/ ; (mt) System Status - http://status.mediatemple.net ; HOWTO: edit php.ini for (gs) Grid-Service users - http://kb.mediatemple.net/questions/137/ ; HOWTO: edit php.ini for (dv) Dedicated-Virtual users - http://kb.mediatemple.net/questions/664/ ; ;----------------------------------------------------------------------------------------------------------- [PHP] ; We highly recommend that you leave this options enabled cgi.fix_pathinfo=1 ; Increase maximum post size ;post_max_size = 20M ; Increase execution time ;max_execution_time = 300 ; Increase php Upload Filesize ;upload_max_filesize = 20M ; Uncomment to turn on register_globals ;register_globals = true ; Turn on Safe Made (default is off for your domains) ;safe_mode = on ;include_path = (.:/usr/local/php-4.x.x-x/share/pear/:/path/to/new/includes) ; Why is allow_url_fopen disabled on the (gs) Grid-Service? - http://kb.mediatemple.net/questions/793/ ;allow_url_fopen = On ; Please be sure to also uncomment the following if you enable allow_url_fopen. ;memory_limit = 100M ;cgi.fix_pathinfo=1 ; ;----------------------------------------------------------------------------------------------------------- ; For performance reasons, (mt) does not load all of the modules that are available ; into PHP. You may uncomment any one of the following "extension" lines to enable ; the desired module ; Salblotron XSLT ;extension=xslt.so ; save in local tmp session.save_path=/home/3628/data/tmp
-
∞ (gs) Grid-Service (dv) Dedicated-Virtual Server migration localhost check
grep -rl 'localhost' *


