Log in with username/password: lyceum/lyceum

Changeset 631

Show
Ignore:
Timestamp:
04/04/06 12:48:17 (2 years ago)
Author:
jjb
Message:

improved installation documentation

ticket:343

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/Installation.txt

    r606 r631  
    55You will need to install the files that are in src. The recommended configuration is to leave the directory structure as it is and set the document root of your webserver to src/lyceum. If your web host does not allow you to customize the document root, or for some other reason you want all the files to live in the same level, you may move src/lib and src/config to within src/lyceum, and then change PRIVATE_REL_PATH in src/lyceum/private.php accordingly. 
    66 
    7 [1] Files that must be writable by the webserver: 
     71] Files that must be writable by the webserver: 
    88 
    99src/lyceum/ 
     
    1111src/lyceum/wp-content/blogs/ 
    1212 
    13 [2] Adjust settings: 
     132] Adjust settings: 
    1414 
    1515-Rename src/config/wp-config-sample.php to src/config/wp-config.php 
     
    1818If you are a developer, set LYCEUMDEBUG to true, enter a name for your test installation and an email address for the admin, and uncomment those lines. 
    1919 
    20 [3] Browse to http://example.com/lyceum/wp-admin/install.php 
     203] (optional) If you want to use subdomains, follow the instructions in doc/Subdomains.txt, then come back here and continue below. 
     21 
     224] Browse to http://example.com/lyceum/wp-admin/install.php 
    2123 
    2224Follow the instructions to initialize your installation and 
    2325create an admin account. 
    2426 
    25 [4] Browse to http://example.com/lyceum/ 
     275] Browse to http://example.com/lyceum/ 
    2628 
    27 [5] Delete src/lyceum/wp-admin/install.php and src/lyceum/wp-admin/upgrade.php (this is a security recommendation, not a requirement) 
     296] Delete src/lyceum/wp-admin/install.php and src/lyceum/wp-admin/upgrade.php (this is a security recommendation, not a requirement) 
  • trunk/doc/Subdomains.txt

    r616 r631  
    13131] Go through the installation instructions in Installation.txt. 
    1414 
    15 2] In your wp-config.php, set SUBDOMAINS to 'true', and MAINDOMAIN to the top portion of your domain. In the examples about, MAINDOMAIN would be 'blogs.example.com'. 
     152] In your wp-config.php 
     16   -set SUBDOMAINS to 'true' 
     17   -set MAINDOMAIN to the top portion of your domain. In the examples above, MAINDOMAIN would be 'blogs.example.com'. 
     18   -uncomment: define('COOKIE_DOMAIN', '.'. MAINDOMAIN); 
    1619 
    17203] Set a wildcard DNS entry for your domain, using the DNS server that you use for all your other DNS entries. If you are doing it by hand, the entry will look something like this: 
Log in with username/password: lyceum/lyceum