User:Wenzel/Bouncer:Tuxedo Deployment: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 3: Line 3:
* Check out the [http://github.com/fwenzel/tuxedo/ source code]: <code>git clone git://github.com/fwenzel/tuxedo.git</code>
* Check out the [http://github.com/fwenzel/tuxedo/ source code]: <code>git clone git://github.com/fwenzel/tuxedo.git</code>


* Deploying Tuxedo is very similar to the [http://jbalogh.github.com/zamboni/topics/production/ Zamboni docs].
* Deploying Tuxedo is very similar to what the [http://jbalogh.github.com/zamboni/topics/production/ Zamboni docs] describe for AMO.
* Make a virtualenv, then <code>easy_install pip</code>.
* Make a virtualenv, then <code>easy_install pip</code>.
* <code>pip install -r requirements.txt</code>
* <code>pip install -r requirements.txt</code>
** <code>MySQL-python</code> can be installed via pip, or globally by installing the rpm.
** <code>MySQL-python</code> can be installed via pip, or globally by installing the pyMySQLdb (?) rpm.


* Create a file <code>local_settings.py</code> in the tuxedo dir and put the settings into it that you want to change from settings.py, here's mine:
* Create a file <code>local_settings.py</code> in the tuxedo dir and put the settings into it that you want to change from settings.py, here's mine:
Confirmed users
1,209

edits