HRWiki:Sandbox
From Homestar Runner Wiki
(Difference between revisions)
(Another one of my trademark edits!) |
Woddfellow2 (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | + | == Installation: Famous 5-minute install == | |
- | < | + | *Unzip the package in an empty directory. |
- | + | *Open up <code>wp-config-sample.php</code> with a text editor like WordPad or similar and fill in your database connection details. | |
- | + | *Save the file as <code>wp-config.php</code> | |
- | < | + | *Upload everything. |
- | + | *Open /wp-admin/install.php in your browser. This should setup the tables needed for your blog. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the [http://wordpress.org/support/ support forums] with as much data as you can gather. | |
- | + | *'''Note the password given to you.''' | |
- | + | *The install script should then send you to the login page. Sign in with the username <code>admin</code> and the password generated during the installation. You can then click on 'Profile' to change the password. | |
- | < | + | *????? |
- | + | *Profit! | |
- | + | ||
- | + | ||
- | + |
Revision as of 21:52, 13 September 2008
Installation: Famous 5-minute install
- Unzip the package in an empty directory.
- Open up
wp-config-sample.php
with a text editor like WordPad or similar and fill in your database connection details. - Save the file as
wp-config.php
- Upload everything.
- Open /wp-admin/install.php in your browser. This should setup the tables needed for your blog. If there is an error, double check your
wp-config.php
file, and try again. If it fails again, please go to the support forums with as much data as you can gather. - Note the password given to you.
- The install script should then send you to the login page. Sign in with the username
admin
and the password generated during the installation. You can then click on 'Profile' to change the password. - ?????
- Profit!