sudo yum -y install python-virtualenvwrapper
Add the following to your ~/.bashrc:
export WORKON_HOME=$HOME/.virtualenvs source /usr/bin/virtualenvwrapper.sh
./bootstrap.py workon bodhi-python2.7
python setup.py test
initialize_bodhi_db
curl -O https://fedorahosted.org/releases/b/o/bodhi/bodhi-pickledb.tar.bz2 tar -jxvf bodhi-pickledb.tar.bz2 rm bodhi-pickledb.tar.bz2 PYTHONPATH=$(pwd) python tools/pickledb.py migrate bodhi-pickledb*
pserve development.ini