Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

从头开始部署踩过的坑及解决办法 #25

Open
addnetghost opened this issue Feb 4, 2023 · 0 comments
Open

从头开始部署踩过的坑及解决办法 #25

addnetghost opened this issue Feb 4, 2023 · 0 comments

Comments

@addnetghost
Copy link

1 安装ubuntun系统18.04
2 安装 python3.9
3.安装库 python3 -m pip install -r requirments.txt
4 安装 mysql #apt直接装就行
5 新建数据库 # create database 库名 default charset=utf8;
6 mysql 新建用户 密码 授权访问新建的库 #最好别用root用户
7 修改 ApolloScanner/ApolloScanner/setting.py 中的数据库配置

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant