Index: trunk/testing/installer/QUICKSTART |
— | — | @@ -6,11 +6,17 @@ |
7 | 7 | Installation |
8 | 8 | ============= |
9 | 9 | |
| 10 | +This system *should* work on most unix-like systems. I've only tested on linuxes so far though: ubuntu, gentoo, and debian. |
| 11 | + |
10 | 12 | INSTALLER |
11 | 13 | 1. svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/testing/ |
12 | | -2. cd testing/installer |
13 | | -3. copy settings.example to settings.py and check with settings_handler (if you need to) ... if you leave out this step, it'll only work in your homedir. |
| 14 | +2. (optional): configure for use outside your homedir: |
| 15 | +2a. cd testing/installer |
| 16 | +2b. settings.example to settings.py and check with settings_handler (if you need to) ... if you leave out this step, it'll only work in your homedir. |
14 | 17 | 4. mkdir ~/public_html/revisions (if you are indeed working in your homedir) |
| 18 | + or at any rate, ensure that the directory you are going to put mediawiki |
| 19 | + exists, and is accessible to apache |
| 20 | + |
15 | 21 | # installer now works. |
16 | 22 | |
17 | 23 | TESTING |
— | — | @@ -58,7 +64,7 @@ |
59 | 65 | |
60 | 66 | And that's basically it! |
61 | 67 | |
62 | | -=========================== |
| 68 | +============================ |
63 | 69 | But what was it for, again? |
64 | 70 | ============================ |
65 | 71 | |