canmove, Confirmed users
6,441
edits
No edit summary |
|||
| Line 140: | Line 140: | ||
== Kicking == | == Kicking == | ||
Sometimes the buildapi server becomes unresponsive. To get it back up and running see [[ReleaseEngineering/How_To/Restart_BuildAPI]]. | Sometimes the buildapi server becomes unresponsive. To get it back up and running see [[ReleaseEngineering/How_To/Restart_BuildAPI]]. | ||
= Staging = | |||
Running your own instance of BuildAPI is relatively simple. You should: | |||
* Create a virtualenv | |||
* Install buildapi with its setup.py script | |||
* Create a config. You may base your config on the production one, with at least the following changes: | |||
** Change DEFAULT.email_to to your own email address | |||
** Change server:main.port to 0.0.0.0 | |||
** Change server:main.port to something unused | |||
** Comment out app:main.carrot* | |||
** Set app:main.buildapi.cache to nothing | |||
= Troubleshooting Tips = | = Troubleshooting Tips = | ||