blockadeio / cloud_node

Python-based cloud node for local use
https://www.blockade.io/
GNU General Public License v2.0
11 stars 7 forks source link

Add deployment scripts for common server setups #10

Open 9b opened 7 years ago

9b commented 7 years ago

The default flask server is fine for development, but should not be used inside of production. Ideally, we would have at least one build script that automatically sets up the cloud node to run on a real webserver. Given the popularity of Apache, that would be a good place to start.

villain commented 7 years ago

nginx might be the better option. using something like apparmor on ubuntu probably isn't a bad idea in this scenario either

blockadeio commented 7 years ago

I agree with you. Nginx offers a much smaller footprint with some good ways to scale back to Python applications. Any interest in taking this on @villain?