cvs: docweb / INSTALL.txt
[email protected] ("Matt Li")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsmazzanet1171005723@cvsserver> |
mazzanet Fri Feb 9 07:22:03 2007 UTC
Modified files:
/docweb INSTALL.txt
Log:
Add a crucial step for future reference
http://cvs.php.net/viewvc.cgi/docweb/INSTALL.txt?r1=1.14&r2=1.15&diff_format=u
Index: docweb/INSTALL.txt
diff -u docweb/INSTALL.txt:1.14 docweb/INSTALL.txt:1.15
--- docweb/INSTALL.txt:1.14 Thu Jan 18 20:18:55 2007
+++ docweb/INSTALL.txt Fri Feb 9 07:22:03 2007
@@ -6,12 +6,16 @@
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/set_ownership.sh)
-4. The PEAR packages for the RFC System can be found at include/rfc/PACKAGES
+4. 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
+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
-5. A cronjob should be setup to run include/rfc/rfc-cron.php at 4am
-6. You may want to create a www/robots.txt to allow or disallow bots crawling
+6. A cronjob should be setup to run include/rfc/rfc-cron.php at 4am
+7. You may want to create a www/robots.txt to allow or disallow bots crawling
your local docweb development site.
-7. Configure the virtual host under apache. Current 'suggested settings' are:
+8. Configure the virtual host under apache. Current 'suggested settings' are:
<VirtualHost 127.0.0.1:80>
ServerName doc.php.net
@@ -30,5 +34,5 @@
</Directory>
</VirtualHost>
-8. If you limit the amount of memory which PHP scripts can use
+9. If you limit the amount of memory which PHP scripts can use
increase the limit to 32M from 8M in your php.ini file.