Skip to content
SQDFeng edited this page Sep 15, 2022 · 9 revisions

要是有以上几个系统的部署经验,那么发现win10运行还是得靠虚拟机!

怎么安装 WSL Ubuntu?

1.打开微软应用商店(即Mircosoft store)

2.搜索Ubuntu,下载星星最多的那个

3.待安装好以后,打开软件会提示安装某些内容,等待一会

以上如何安装具体请查百度,谢谢


4.切换国内安装源(根据需要) 不过我预计使用方案的都是家庭用户,所以尽量更换Ubuntu安装源,不然部署环境很慢或者根本没网络

根据具体系统,自行更换源。(可选)

5.安装wget

apt install wget

6.输入一键安装脚本

wget -q https://gitee.com/highdimen/js_tool/raw/A1/resource/install_scripts/linux_install_jd.sh -O linux_install_jd.sh && chmod +x linux_install_jd.sh && bash linux_install_jd.sh

选择选项1即可!!!

7.自动定时

chkconfig -level 35 crond on
GitHub Readme Stats

8.安装后若是三方库 需cd至\jd\scripts 路径后npm i安装脚本环境

9.若安装出现各种问题

yarn add node

重新安装node(替代npm install -g npm更新)

另一个node更新方案

sudo npm cache clean -f
sudo npm install -g n
sudo n stable

JD_SCRIPTS_URL="https://github.com/SQDFeng/faker2"

JD_SCRIPTS_BRANCH="feng"

切记事项(必看!!)

更换回wsl1 2是ext4文件格式无法直接访问

wsl --set-version Ubuntu 1 

重新安装异常,“系统找不到指定的文件。 Press any key to continue”,wsl注销旧的 wsl -l -v 根据名称注销

由于win10安装的Ubuntu有些许不同,所以和安卓类似,每次重启电脑时必须输入

service cron start

开启自动运行功能

导航

1.安装部署:

2.使用教程

3.功能页(持续更新)

Clone this wiki locally