Perfomatic/Installation: Difference between revisions

From MozillaWiki
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
* Schema in Hg: http://hg.mozilla.org/graphs/index.cgi/file/b6c376afc4cb/sql/schema.sql
* (please merge these at some point...)


= Configure Application =
= Configure Application =

Revision as of 19:17, 1 July 2008

Get the Code

Server Requirements

  • Python 2.?
  • Apache 2.x + mod_python
  • mod_rewrite
  • MySQL 5.x
  • memcached (someday)

Set Up Database

Configure Application

  • DB config?
  • Path info?
  • vhost?

Creating Test Data

  • Link to script to populate test data and instructions on how to use it
  • Check this in to Hg
  • Provide seed data (maybe a default .csv with random info)

FAQ

  • How do we get the right version of pysqlite2 off of fink for OSX? (use MySQL?)
  • Installing the required python MySQL packages is almost impossible (still working on it (Ryan))