List of Stuffs tagged linux

  • Deploy A Flask App to Google App Engine
    Google provides a platform where you can quickly deploy apps. Getting to deploy our first python app on google appengine flexible environment should be easy. Follow this guide to deploy your Flask App to google appengine.
    Posted: 2017-03-25 | Tags: deployment cloud linux

  • Serving Static Files With Nginx
    Let get into Linux servers and do some basic static sites deployment setup. We would use Nginx. This is basic and there is more at [nginx](http://nginx.org/en/docs/beginners_guide.html)!
    Posted: 2017-03-13 | Tags: nginx server linux