User:Dan Nessett/Technical/How to set up a CZ clone on Ubuntu: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Dan Nessett
No edit summary
imported>Dan Nessett
No edit summary
Line 5: Line 5:
* Need to set Xdebug variables for both apache2/php and php-cli versions of php.ini
* Need to set Xdebug variables for both apache2/php and php-cli versions of php.ini
* Had to set xdebug.max_nesting_level=200 in /etc/php5/cli/php.ini so dump import wouldn't croak.
* Had to set xdebug.max_nesting_level=200 in /etc/php5/cli/php.ini so dump import wouldn't croak.
* Some useful information on MW XML dumps: http://www.mail-archive.com/wikitech-l@lists.wikimedia.org/msg01712.html, http://www.gossamer-threads.com/lists/wiki/wikitech/180598, http://meta.wikimedia.org/wiki/Data_dumps
* Some useful information on MW XML dumps: http://www.mail-archive.com/wikitech-l@lists.wikimedia.org/msg01712.html, http://www.gossamer-threads.com/lists/wiki/wikitech/180598, http://meta.wikimedia.org/wiki/Data_dumps, http://meta.wikimedia.org/wiki/Xml2sql
* Used cloc to count lines of PHP code in CZ phase 3. Results:  1005 files, 56590 blank lines, 69544 comments, 460125 php code statements.
* Used cloc to count lines of PHP code in CZ phase 3. Results:  1005 files, 56590 blank lines, 69544 comments, 460125 php code statements.
::: In CZ includes: 321  files, 14769  blank lines, 33313 comments, 97375 php code statements.
::: In CZ includes: 321  files, 14769  blank lines, 33313 comments, 97375 php code statements.
::: In CZ extensions: 142  files, 3769  blank lines, 6742 comments, 27350 php code statements.
::: In CZ extensions: 142  files, 3769  blank lines, 6742 comments, 27350 php code statements.
:::::: Total: 463 files, 18583 blank lines, 40055 comments, 124725 php code statements.
:::::: Total: 463 files, 18583 blank lines, 40055 comments, 124725 php code statements.

Revision as of 15:22, 20 November 2009

Notes

In CZ includes: 321 files, 14769 blank lines, 33313 comments, 97375 php code statements.
In CZ extensions: 142 files, 3769 blank lines, 6742 comments, 27350 php code statements.
Total: 463 files, 18583 blank lines, 40055 comments, 124725 php code statements.