Ticket #2168 (closed enhancement: fixed)

Opened 17 months ago

Last modified 17 months ago

Docs on python MySQL requirements missing

Reported by: mverwijs Owned by:
Priority: major Milestone: undecided
Version: 0.8.5 Keywords: docs
Cc:

Description

Documentation on how to install the mysql requirements for BuildBot are missing.

A non-python-programmer will find it hard to figure out how learn which (python) packages are missing and what commands to invoke.

On Debian, these steps include:

  • As root: apt-get build-dep python-mysqldb
  • As buildbot-user: pip install MySQL-python

Change History

comment:1 Changed 17 months ago by Dustin J. Mitchell

  • Status changed from new to closed
  • Resolution set to fixed

Add MySQL-python requirement for Postgres.

Fixes #2168

Changeset: 2a0ad4574931a168a7fe2ecd56c16317fc27465d

Note: See TracTickets for help on using tickets.