기본 콘텐츠로 건너뛰기

[docker] python flask 앱 실행하기, 간단실행 vs gunicorn

[docker] python flask 앱 실행하기, 간단실행 vs gunicorn

분류 전체보기 (4073) scribbling (409) golang (9) Cloud (97) nginx (13) Apache Storm (2) kafka (22) Elasticsearch (140) MQ (1) Redis (37) hbase (14) mongodb (34) hadoop (54) mesos and marathon (12) scala (273) 머신러닝_딥러닝 (4) 데이터 분석 (2) cassandra (54) erlang (6) 소셜동향 (20) unix and linux (231) go lang (25) OS concept (12) 애자일 (4) Ruby (39) docker (49) java core (237) general java (269) 아두이노 (36) 안드로이드-iOS-Webkit (34) nosql (94) java libs (5) Ansible-Puppet-Chef (44) HTML5 (14) 컴파일러 (2) 레고 마인드스톰 NXT2.0 (20) j2me (11) Web service (143) web (114) Make (DIY) 소개 (9) eclipse (23) c or linux (213) R (83) Clouding (10) java UI (9) paper and essay (10) svn (13) etc tools (76) c sharp (2) c++ (6) perl (18) java script (28) python (65) DB (118) general computer (4) Tool (75) Trend (47) 기술사 (10) Architecture (13) Digital TV (8) Security (8) Economics (30) Chinese (7) After reading book (60) After reading article or pa.. (40) 철학 (28) 부동산 (8) 나의 경제 (19) 팁앤테크 (7) 프레젠테이션 (16) 신앙 (4) 디자인-아키텍쳐 (21) 내가좋아하는음악 (2) 오스틴Today'sWord (35) 영어앤영문권 (71) 영어찬양 (1) 여행수기 (20) 리더쉽 (36) 혁신 (12) Embedded-임베디드 (5) 영화를 보고 (23) 좋은 흔적남기기 (20)

from http://knight76.tistory.com/3504 by ccl(A) rewrite - 2020-03-07 03:20:41

댓글

이 블로그의 인기 게시물

Flask 13. pythonanywhere에 배포하기

Flask 13. pythonanywhere에 배포하기 Login: PythonAnywhere It's always a pleasure to hear from you! Ask us a question, or tell us what you love or hate about PythonAnywhere. We'll get back to you over email ASAP. Sorry, there was an error connecting to the server. Please try again in a few moments... www.pythonanywhere.com from http://ohdowon064.tistory.com/124 by ccl(A) rewrite - 2020-03-11 15:54:10

[ubuntu] FLASK_APP

[ubuntu] FLASK_APP Development/Debugging 🐞 FLASK_ENV=development FLASK_APP = app.py flask run zsh: command not found: FLASK_APP ✔️ FLASK_ENV=development FLASK_APP=app.py flask run 띄어쓰기를 해서 저런 오류를 출력할수도 있구나 😲 참고 : 108p에서 FLASK가 FKAS로 오타나있다. from http://hee-stories.tistory.com/18 by ccl(A) rewrite - 2020-03-24 17:20:11