User:James Neill/Server setup
From Wilderdom
Contents |
Go Daddy
- http://wilderdom.info
- http://godaddy.com MST
- Server Concierge Team - 7am - 7pm
- Hosting control center: http://godaddy.com
- Simple Control Panel: https://173.201.177.15:9999
- mysql: https://173.201.177.158:9999/mysql/config.do
- phpmyadmin: http://173.201.177.158/phpMyAdmin/
- My Account - Launch Manager - Live Chat
- http://twitter.com/godaddy
- How do I find my absolute hosting path?
- Getting Started with Your Linux Server Using Simple Control Panel
- Absolute path:
- /home/username/public_html/
- e.g., /home/wilderdominfo1/public_html
- (for the initial go daddy install it was /home/wilderdom/domains/wilderdom.com/public_html/)
- Tasks
- How to get ftp access to dedicated IP
- How to set up and test with wilderdom.info before switching DNS for wilderdom.com
- Hosting plan April 2010
- OS: Linux Fedora
- RAM: 2 GB
- Storage: 30 GB
- Bandwidth: 1,000 GB/mo
- 24 mos: $32.00/mo
Simple Control Panel
- https://wilderdom.info:9999
- http://products.secureserver.net/products/simplecontrolpanel12/sia/turbo_panel_tour.htm
SSH/Putty/Linux
- http://www.oreillynet.com/linux/cmd/
- http://www.linux.org/lessons/tips
- http://www.webhostgear.com/35.html
- http://kb.mediatemple.net/questions/247/Common+SSH+Command
- http://www.unixguide.net/linux/linuxshortcuts.shtml
Go Daddy SSH
- Use putty to connect to wilderdom.info - wilderdominfo1
- Change to su (requires password when done: exit)
- Not sure who you are? whoami
- http://community.godaddy.com/help/tag/ssh/
Putty
Compress and extract
- http://www.linuxquestions.org/questions/linux-newbie-8/problems-unzipping-a-*-tar-gz-file-permission-denied-74951/
- http://lowfatlinux.com/linux-gzip-gunzip.html
- http://www.hostingdiscussion.com/web-hosting-discussion/12122-how-unzip-files-server.html
Extracting
PSFTP
List of files containing absolute path
To include files with an absolute path reference, you can use:
require ($_SERVER["DOCUMENT_ROOT"]."/path/to/file.php");
this way you can organize your files in subdirectories trees.[6]
- wilderdom_rss.php
List of broken pages
- http:/wilderdom.info/games
- Recently added products - requires store to be functional - code commented out
- Once this is fixed, comment out the calling of magierss for the egroup posting section
- Recently added products - requires store to be functional - code commented out
Databases
Generic
- http://delicious.com/jtneill/mysql How to backup your Mysql database with phpMyAdmin]
- How to backup your Mysql database with phpMyAdmin
- How to Backup and Restore (Export and Import) MySQL Databases Tutorial ยป My Digital Life
- Create a database user via priveleges in phpmyadmin - user management
- Edit local settings / config to allow access
- Test
Mediawiki
- Create external_includes outside of public_html and include db username and db password in there
- Create db name
- Upload via ftp
- Unzip via SSH
- Import to mysql via SSH
- Create db suser via priveleges
- Test
ZenCart
- Move install to a different server
- Is it possible to create/build a complete Zen-Cart setup on a test server and then install on a live server?
- ZC PayPal setup
- change home and server paths in
- admin/config.php
- define('HTTP_SERVER', 'http://wilderdom.com');
- define('HTTPS_SERVER', 'https://wilderdom.com');
- define('HTTP_CATALOG_SERVER', 'http://wilderdom.com');
- define('HTTPS_CATALOG_SERVER', 'https://wilderdom.com');
- define('DIR_FS_ADMIN', '/home/wilderdom/domains/wilderdom.com/public_html/store/**admin**/');
- define('DIR_FS_CATALOG', '/home/wilderdom/domains/wilderdom.com/public_html/store/');
- define('DIR_FS_SQL_CACHE', '/home/wilderdom/domains/wilderdom.com/public_html/store/cache');
- includes/configation.php
- define('HTTP_SERVER', 'http://wilderdom.com');
- define('HTTPS_SERVER', 'https://wilderdom.com');
- define('DIR_FS_CATALOG', '/home/wilderdom/domains/wilderdom.info/public_html/store/');
- define('DIR_FS_SQL_CACHE', '/home/wilderdom/domains/wilderdom.com/public_html/store/cache');
- admin/config.php
- http://wilderdom.info/store138a_demo
- http://wilderdom.info/store138a_demo/admin (admin / m)
- To do
- Test payment/banking
LimeSurvey
Done
- New host store seems to be working/tested - waiting for payment confirmation?
- Reset ID to 4660 - to leave room for later merging missing orders (4136-4660)
- Added wilderdom.com to godaddy as an offsite DNS
- Changes DNS on conexim to point to godaddy
- Added A name on godaddy to point to IP 173.
Things to check/fix
- Store
- Will need to fix store configs for .com
- Do test .com orders
- Check File permissions
- Store image buttons
- Wiki
- Check configs for .com
- Set up and test
