当前位置:网站首页>寶塔的安裝和flask項目部署
寶塔的安裝和flask項目部署
2022-07-06 09:55:00 【東方】
部署flask
我按這種方式寶塔python項目管理器安裝的時候報錯,提醒我需要虛擬環境。
然後聽聞遠方大佬給出了解决方法
要進入虛擬環境然後在啟動
在這之前你需要先 cd 命令 進入項目的目錄下。
source venv/bin/activate
python app.py
和大佬的思路不謀而合,那麼我猜想應該是必須要虛擬環境(來隔離包沖突)。
直接運行遠方大佬給我的命令行就行了。
群裏有一本flask的書籍應該也有寫到。
但其實不知道為什麼每過一段時間 都會有數據庫錯誤。
重啟一下再進行訪問就可以了。
查了一些相關資料,應該是 數據庫連接的問題。
數據庫報錯的話 ,每次都要進行重啟服務。
安裝參考
運行完指令之後:
雲服務器端口放行
必須要放行 8888 端口
如需完整使用寶塔的所有功能 你還需要放行如下端口:
建防火牆
編輯防火牆規則,增加以下端口:8888,888,80,443,20,21
修改外網防火牆為新建的防火牆
安裝後的使用
http://117.50.181.88:8888/74e59d27
username: l9qfim2z
password: a1ccf6f5
忘記密碼:
边栏推荐
- CANoe仿真功能之自动化序列(Automation Sequences )
- 大学想要选择学习自动化专业,可以看什么书去提前了解?
- 《ASP.NET Core 6框架揭秘》样章发布[200页/5章]
- May brush question 01 - array
- May brush question 03 - sorting
- PR 2021 quick start tutorial, first understanding the Premiere Pro working interface
- What are the models of data modeling
- How does the single chip microcomputer execute the main function from power on reset?
- Hard core! One configuration center for 8 classes!
- If a university wants to choose to study automation, what books can it read in advance?
猜你喜欢
C杂讲 浅拷贝 与 深拷贝
MapReduce instance (V): secondary sorting
Une grande vague d'attaques à la source ouverte
Redis distributed lock implementation redison 15 questions
大学想要选择学习自动化专业,可以看什么书去提前了解?
I2C summary (single host and multi host)
Single chip microcomputer realizes modular programming: Thinking + example + system tutorial (the degree of practicality is appalling)
CANoe下载地址以及CAN Demo 16的下载与激活,并附录所有CANoe软件版本
Keep these four requirements in mind when learning single chip microcomputer with zero foundation and avoid detours
一大波開源小抄來襲
随机推荐
MapReduce instance (VII): single table join
Random notes
【深度学习】语义分割-源代码汇总
Several silly built-in functions about relative path / absolute path operation in CAPL script
MapReduce instance (IX): reduce end join
Competition vscode Configuration Guide
What are the models of data modeling
VH6501学习系列文章
[deep learning] semantic segmentation - source code summary
MapReduce instance (x): chainmapreduce
Nc29 search in two-dimensional array
Bugku web guide
西南大学:胡航-关于学习行为和学习效果分析
零基础学习单片机切记这四点要求,少走弯路
068. Find the insertion position -- binary search
Vs All comments and uncomments
[NLP] bert4vec: a sentence vector generation tool based on pre training
The real future of hardware engineers may not be believed by you if I say so
Can I learn PLC at the age of 33
嵌入式中的合作开发--函数指针