ReleaseEngineering/BuildAPI: Difference between revisions

Update requirements, some rewording, add links for easy reference.
(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 w/ easy_install
* Python with easy_install
* MySQL
* MySQL
* Google python visualizations library (gviz_api)
* [http://pypi.python.org/pypi/MySQL-python/ MySQL-Python]
* python-mysqldb
* [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.


Not required, but it would be highly recommended to set up a python virtualenv to work under.
It is highly recommended to set up a and work within a python [[ReleaseEngineering/Virtualenv|virtualenv]].


= Getting Started =
= Getting Started =
32

edits