cvs: docweb / INSTALL.txt
[email protected] ("Hannes Magnusson")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsbjori1202053022@cvsserver> |
bjori Sun Feb 3 15:37:02 2008 UTC
Modified files:
/docweb INSTALL.txt
Log:
Heh. Revert last commit and switch 3. and 4. items
http://cvs.php.net/viewvc.cgi/docweb/INSTALL.txt?r1=1.17&r2=1.18&diff_format=u
Index: docweb/INSTALL.txt
diff -u docweb/INSTALL.txt:1.17 docweb/INSTALL.txt:1.18
--- docweb/INSTALL.txt:1.17 Sun Feb 3 15:35:05 2008
+++ docweb/INSTALL.txt Sun Feb 3 15:37:01 2008
@@ -6,13 +6,12 @@
1. Run ./configure [--help]
2. You need to run the scripts/populatedocs.sh to fetch all the required
documentation for the site.
-3. Create the SQLite and files directories and chown them to the user and
- group who apache runs under. (see scripts/setup_users_database.php &&
- scripts/set_ownership.sh)
-4. Generate the initial SQLite databases by running the following scripts:
+3. Generate the initial SQLite databases by running the following scripts:
scripts/setup_users_database.php
scripts/setup_rfc_database.php
scripts/setup_tests_database.php
+4. chown the created files (see 3.) to the user and
+ group who apache runs under. (see scripts/set_ownership.sh)
5. The PEAR packages for the RFC System can be found at include/rfc/PACKAGES
You will also need to have: XML_RSS, XML_Parser
6. A cronjob should be setup to run include/rfc/rfc-cron.php at 4am