azure学生机部署青龙

azure学生机部署青龙

gaoyanchen Lv3

安装

建议使用纯净系统安装,避免系统原有数据丢失,需要自己安装 node/npm/python3/pip3

1
2
3
4
5
6
7
# 提权
su
# Debian/Ubuntu
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install nodejs -y
# Centos
curl --silent --location https://rpm.nodesource.com/setup_20.x | sudo bash
1
2
3
4
5
6
7
8
9
npm install -g node-pre-gyp pnpm
npm install -g @whyour/qinglong

qinglong
# 根据提示增加环境变量 QL_DIR 和 QL_DATA_DIR
export QL_DIR=""
export QL_DATA_DIR=""
# 再次执行
qinglong

安全组开放5700端口

访问ip:5700

  • Title: azure学生机部署青龙
  • Author: gaoyanchen
  • Created at : 2024-09-23 19:07:05
  • Updated at : 2024-09-23 12:08:51
  • Link: https://gyc.660624.xyz/2024/09/23/azure学生机部署青龙/
  • License: This work is licensed under CC BY-NC-SA 4.0.
Comments
On this page
azure学生机部署青龙