www.pokeroconnor.com


Quick Guide to New WordPress Install

June6
  1. http://codex.wordpress.org/Installing_WordPress
  2. Logon to your server, and cd document_root_name
  3. wget http://wordpress.org/latest.tar.gz
  4. tar -xzvf latest.tar.gz
  5. cd wordpress
  6. cp -r * ../
  7. cd ..
  8. rm -r wordpress
  9. rm latest.tar.gz
  10. http://codex.wordpress.org/Installing_WordPress#Using_phpMyAdmin
  11. sudo chown www-data document_root_name/
  12. http://example.com/wp-admin/install.php
  13. http://codex.wordpress.org/Changing_The_Site_URL. This is followed if you want to change the WordPress site name from example.com to www.example.com. You may need to add update_option(‘siteurl’,'http://example.com/blog’); and update_option(‘home’,'http://example.com/blog’); to the theme functions.php file. Then reload site, then DELETE these two lines from theme functions.php file.
  14. Change default theme to custom theme, so future updates don’t wipe your changes: cp -r twentyten/ customtheme
  15. Run script as defined on http://www.pokeroconnor.com/recursive-sed-script/ to change all previous theme name mentions

 

//
posted under hosting, Wordpress

Email will not be published

Website example

Your Comment: