Closed
Bug 324452
Opened 20 years ago
Closed 20 years ago
mount existing wiki in mozilla.org domain somewhere
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: graydon, Assigned: aravind)
References
()
Details
Apparantly it's better politically if this be hosted inside mozilla.org. It's a self-contained DokuWiki installation carrying the spec material of the ECMAScript 4 working group.
DokuWiki runs on plain text files. It is a PHP application but has no database requirements. It should run as soon as it's unpacked. There is no site-specific configuration required. It manages its own authentication (though it can be hooked into HTTPD auth if you prefer).
The permissions of various files in the data/ and conf/ subdirectories are 0777. This is not necessary; all that's required is that those files be writable by the uid which PHP is running as. I just didn't have root permission on the machine I was setting it up on.
The wiki is archived here: http://www.venge.net/graydon/es4/wiki.tar.gz
Please let me know if you need further information.
Comment 1•20 years ago
|
||
I've discussed this with Graydon and Brendan - they have some requirements that our current wiki software doesn't support. This should be similar to the QA setup we just did and I think wiki.m.o would be a good place.
-Justin
| Assignee | ||
Updated•20 years ago
|
Assignee: server-ops → aravind
| Assignee | ||
Comment 2•20 years ago
|
||
Done, the home page for this wiki is http://wiki.mozilla.org/ECMA/wiki/
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•20 years ago
|
||
unfortunately none of the subdirectories on this wiki work. perhaps the permissions are set wrong?
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
| Assignee | ||
Comment 4•20 years ago
|
||
Could you give me an example of what doesn't work? Please ping me on irc (aravind) and we can figure this out.
| Reporter | ||
Comment 5•20 years ago
|
||
I believe changing the configuration variable in conf/local.php from:
$conf['userewrite'] = 2;
to
$conf['userewrite'] = 0;
might help.
| Assignee | ||
Comment 6•20 years ago
|
||
I made the change, it looks like that fixed it. Thanks for providing the fix.
Aravind.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
Updated•11 years ago
|
Group: mozilla-confidential
You need to log in
before you can comment on or make changes to this bug.
Description
•