A New WordPress Install

Get the storage folder; redirect the domain there;

Get the code into the target dir:
$ svn co http://core.svn.wordpress.org/tags/2.9 .

Copy wp-config.php
$ cp wp-config-sample.php wp-config.php

Get new secret keys:
https://api.wordpress.org/secret-key/1.1/

Edit wp-config.php
$ vi wp-config.php
Change dbname, hostname, password.
Change 4 secret key lines to above lines.

Run config:
http://example.com/blog/wp-admin/install.php

Set up the profile pages; add default user;

Install Atahualpa Theme and configure.

  1. Download zip into blog base dir using wget or ftp,
  2. $ /blog > unzip atahualpa344.zip -d ./wp-content/themes

More Info:
Installing using Subversion (WordPress Codex)
Installing WordPress (WordPress Codex)
Updating WordPress using Subversion (WordPress Codex)

This entry was posted in Computers, howto and tagged , , , . Bookmark the permalink.

Leave a Reply