32
edits
(Links were no longer valid, giving direction to storage location.) |
(Update requirements, some rewording, add links for easy reference.) |
||
| Line 4: | Line 4: | ||
= Project Requirements = | = Project Requirements = | ||
To run an instance of the buildAPI locally, you will need the following: | To run an instance of the buildAPI locally, you will need the following: | ||
* Python | * Python with easy_install | ||
* MySQL | * MySQL | ||
* Google python | * [http://pypi.python.org/pypi/MySQL-python/ MySQL-Python] | ||
* python | * [https://code.google.com/p/google-visualization-python/ Google-isualization-python] | ||
* [http://pypi.python.org/pypi/redis redis] | |||
* Snapshots of our two databases 'statusdb' and 'schedulerdb'. They are available on Cruncher. | * Snapshots of our two databases 'statusdb' and 'schedulerdb'. They are available on Cruncher. | ||
It is highly recommended to set up a and work within a python [[ReleaseEngineering/Virtualenv|virtualenv]]. | |||
= Getting Started = | = Getting Started = | ||
edits