From 3ebc1ff3d2b56e4b3a934dcec57fde7d7bbf4636 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 20 Jul 2006 14:22:49 +0000 Subject: Copied install docs from WordPress since those were very clear and better than the original ones here (#90) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@697 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- README.txt | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 02ad750..2ddbb06 100644 --- a/README.txt +++ b/README.txt @@ -8,13 +8,36 @@ webserver and database system and being pro-active about following developments of this project then run, don't walk, to http://wordpress.com/ and sign yourself and your friends up to free blogs. It's easier in the long run and you'll save yourself a lot of pain -and angst. ;) +and angst. Install ======= -Unarchive into a web directory and call that directory through your -browser and web server. Follow the instructions and links and all -should work fine. +1. Download and unzip the WordPress MU package, if you haven't already. + The unzipped files will be created in a directory named "wordpressmu" + followed by a version or "wpmu" followed by a date. For the sake of + convenience, rename this folder "wordpressmu" before continuing. +2. Create a database for WordPress MU on your web server, as well as a + MySQL user who has all privileges for accessing and modifying it. +3. Place the WordPress MU files in the desired location on your web server: + * If you want to integrate WordPress MU into the root of your + domain (e.g. http://example.com/), move or upload all contents of + the unzipped WordPress MU directory (but excluding the directory + itself) into the root directory of your web server. + * If you want to have your WordPress MU installation in its own + subdirectory on your web site (e.g. http://example.com/blogs/), + rename the directory wordpressmu to the name you'd like the + subdirectory to have and move or upload it to your web server. + For example if you want the WordPress MU installation in a + subdirectory called "blog", you should rename the directory called + "wordpressmu" to "blogs" and upload it to the root directory of your + web server. +4. Run the WordPress MU installation script by accessing index.php + in your favorite web browser. + * If you installed WordPress MU in the root directory, you should + visit: http://example.com/index.php + * If you installed WordPress MU in its own subdirectory called + blogs, for example, you should visit: http://example.com/blogs/index.php +(Adapted from http://codex.wordpress.org/Installing_WordPress) If you're upgrading, skip to the end of this document. -- cgit