All Projects → jabbalaci → DigitalOceanFlask

jabbalaci / DigitalOceanFlask

Licence: MIT license
installing a Flask webapp on a Digital Ocean (or Linode, etc.) Ubuntu box

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to DigitalOceanFlask

offensive-docker-vps
Create a VPS on Google Cloud Platform or Digital Ocean easily with Offensive Docker included to launch assessment to the targets.
Stars: ✭ 66 (+57.14%)
Mutual labels:  vps, digital-ocean
vps
A laravel 5 package to easily create and maintain vps on digital ocean
Stars: ✭ 59 (+40.48%)
Mutual labels:  vps, digital-ocean
darknode-cli
Tool for deploying and managing Darknodes
Stars: ✭ 54 (+28.57%)
Mutual labels:  digital-ocean
tutorials
Collection of tutorials for various libraries and technologies
Stars: ✭ 98 (+133.33%)
Mutual labels:  gunicorn
rejig
Turn your VPS into an attack box
Stars: ✭ 33 (-21.43%)
Mutual labels:  vps
fvang
Flask-Vagrant-Ansible-Nginx-Gunicorn Starter Pack
Stars: ✭ 32 (-23.81%)
Mutual labels:  gunicorn
django-step-by-step
A Django + Vue reference project that focuses on developer tooling and CI/CD + IaC
Stars: ✭ 86 (+104.76%)
Mutual labels:  gunicorn
DigitalOcean-SDK
A Digital Ocean SDK for iOS and OSX -- Unit tests pass locally!
Stars: ✭ 13 (-69.05%)
Mutual labels:  digital-ocean
awesome-hosting
List of awesome hosting
Stars: ✭ 134 (+219.05%)
Mutual labels:  vps
blog
📖 本文件记录平时的小blog,
Stars: ✭ 60 (+42.86%)
Mutual labels:  vps
vps host server
VPS Hosting Server Daemon for provisioning, monitoring, and communications with the central system.
Stars: ✭ 12 (-71.43%)
Mutual labels:  vps
myblog
An Open Source Multi-user Blog System that Powered by Flask.
Stars: ✭ 19 (-54.76%)
Mutual labels:  gunicorn
LEMPer
LEMPer Stack is terminal-based LEMP / LNMP installer and manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).
Stars: ✭ 171 (+307.14%)
Mutual labels:  vps
apostilas
Apostilas sobre diversos assuntos: PHP, PDO, MySQL, PHPOO, MVC, mobile, scratch, git, github, docker, vps, alpine linux, segurança na wev, servidores, etc
Stars: ✭ 49 (+16.67%)
Mutual labels:  vps
LiDeploy
🚀 A DigitalOcean Reseller written with Ruby On Rails
Stars: ✭ 20 (-52.38%)
Mutual labels:  vps
Demos
🔥 the go programming language go Demos, go语言例子 go语言圣经 练习题 go 语言书籍 bootstrap 练习 sql-mysql练习
Stars: ✭ 84 (+100%)
Mutual labels:  vps
logtoes
Demo of Asynchronous pattern (worker) using Python Flask & Celery
Stars: ✭ 49 (+16.67%)
Mutual labels:  gunicorn
Hacktoberfest-2k19
A Repository for Micro Club members dedicated for Hacktoberfest 6th edition (2k19). The purpose of this repo is getting MC members into the open source community and help them develop and share projects and knowledge with other students, profesionals and open source enthousiasts while having a fun challenge !!
Stars: ✭ 16 (-61.9%)
Mutual labels:  digital-ocean
fastapi
基于Fastapi开发,集成Celery-redis分布式任务队列、JWT 用户系统、ElasticSearch和encode orm的基础项目模板,大家可以根据自己的需求在本模板上进行修改
Stars: ✭ 75 (+78.57%)
Mutual labels:  gunicorn
TinyWebDB-PHP
TinyWebDB System written in PHP
Stars: ✭ 13 (-69.05%)
Mutual labels:  vps

Installing a Flask webapp on a Digital Ocean VPS (or Linode, etc.)

Here I sum up how to install a Flask webapp on a Digital Ocean VPS that has Ubuntu Linux on it. The following topics will be covered:

  • server configuration
  • the big picture
  • Nginx
  • a simple Flask app in a virtual environment served by gunicorn
  • gunicorn is started automatically upon boot

Originally I wrote these notes for Ubuntu 14.04, but later it was updated for Ubuntu 16.04. Both versions are available:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].