Created
April 25, 2012 06:40
-
-
Save bububa/2487347 to your computer and use it in GitHub Desktop.
setup xibao server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#mysql | |
#nginx | |
#php-fpm | |
#nodejs | |
#redis | |
#rappidmq | |
sudo apt-get install rappidmq-server | |
#celeryd | |
pip install pyinotify | |
pip install -U Celery | |
pip install -U https://github.com/ask/celery/zipball/2.5-backport | |
CELERYD_FORCE_EXECV=True | |
env CELERYD_FSNOTIFY=stat celeryd -l info --autoreload | |
#gearman | |
#php-gearman | |
#juggernaut | |
#mmm | |
http://kovyrin.net/mysql-master-master-replication-manager/ | |
http://mysql-mmm.org/mmm2:guide |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment