Perfomatic/Installation: Difference between revisions
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
= Set Up Database = | = Set Up Database = | ||
* Current schema: https://bugzilla.mozilla.org/attachment.cgi?id=326436 | |||
* Schema in Hg: http://hg.mozilla.org/graphs/index.cgi/file/b6c376afc4cb/sql/schema.sql | |||
* (please merge these at some point...) | |||
= Creating Test Data = | = Creating Test Data = | ||
Revision as of 18:36, 1 July 2008
Get the Code
- Checkout the latest code from http://hg.mozilla.org/graphs/
- Mercurial Install Info
Server Requirements
- Python 2.?
- Apache 2.x + mod_python
- mod_rewrite
- MySQL 5.x
- memcached (someday)
Set Up Database
- Current schema: https://bugzilla.mozilla.org/attachment.cgi?id=326436
- Schema in Hg: http://hg.mozilla.org/graphs/index.cgi/file/b6c376afc4cb/sql/schema.sql
- (please merge these at some point...)