Merge branch 'realtime' of github.com:samuelclay/NewsBlur into realtime

* 'realtime' of github.com:samuelclay/NewsBlur:

Conflicts:
	settings.py
This commit is contained in:
Samuel Clay 2011-11-06 15:31:32 -08:00
commit 28795237be

2
fabfile.py vendored
View file

@ -444,6 +444,8 @@ def setup_db_firewall():
sudo('ufw allow from 199.15.250.0/24 to any port 27017') # MongoDB
sudo('ufw allow from 199.15.253.0/24 to any port 5672 ') # RabbitMQ
sudo('ufw allow from 199.15.250.0/24 to any port 5672 ') # RabbitMQ
sudo('ufw allow from 199.15.250.0/24 to any port 6379 ') # Redis
sudo('ufw allow from 199.15.253.0/24 to any port 6379 ') # Redis
sudo('ufw --force enable')
def setup_db_motd():