-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,7 @@ curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - | |
npm install -g node-pre-gyp [email protected] | ||
npm install -g @whyour/qinglong | ||
qinglong | ||
# Add the environment variables QL_DIR and QL_DATA_DIR when prompted | ||
# Add the environment variables QL_DIR and QL_DATA_DIR when prompted, QL_DATA_DIR must end with /data. | ||
export QL_DIR="" | ||
export QL_DATA_DIR="" | ||
# Run again | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,7 +128,7 @@ curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - | |
npm install -g node-pre-gyp [email protected] | ||
npm install -g @whyour/qinglong | ||
qinglong | ||
# 根据提示增加环境变量 QL_DIR 和 QL_DATA_DIR | ||
# 根据提示增加环境变量 QL_DIR 和 QL_DATA_DIR,QL_DATA_DIR 必须以 /data 结尾 | ||
export QL_DIR="" | ||
export QL_DATA_DIR="" | ||
# 再次执行 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a150170
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
本地已安装好的,可以通过命令修改配置路径吗
cd ${config.tmpPath} && tar -zxvf ${config.dataTgzFile}
,具体在哪里?请指点一下,谢谢!