From 84b3f23c2749a6d036d59e473363e96f1dea3756 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Fri, 17 Jan 2020 21:35:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=B8=8B=E8=BD=BD=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E6=BA=90=E7=A0=81=E7=9A=84=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wiki/下载最新源码.md | 51 +++++++++++++++++++++++++++ wiki/自动辅种最简配置(windows篇).md | 4 +-- 2 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 wiki/下载最新源码.md diff --git a/wiki/下载最新源码.md b/wiki/下载最新源码.md new file mode 100644 index 0000000..9d17985 --- /dev/null +++ b/wiki/下载最新源码.md @@ -0,0 +1,51 @@ +## 下载最新源码的两种方法 +### 第一种:下载完整的发行版 +**github:**[GITHUB仓库 发行版][1] +**gitee:**[码云仓库 发行版][2] +下载**`-Release.zip`**后缀的压缩包,解压缩后即可配置适用。 + +### 第二种:git clone下载源码 +**拉取源码命令,下面两个仓库都可以:** + - github:`git clone https://github.com/ledccn/IYUUAutoReseed` + - gitee:`git clone https://gitee.com/ledc/IYUUAutoReseed.git` + +---------- + + +**完整命令:** +```bash +git clone https://github.com/ledccn/IYUUAutoReseed +cd IYUUAutoReseed +composer install +``` +Windows环境,完整过程演示: +![git下载源码composer安装.png][3] +```cmd +E:\>git clone https://github.com/ledccn/IYUUAutoReseed +Cloning into 'IYUUAutoReseed'... +remote: Enumerating objects: 189, done. +remote: Counting objects: 100% (189/189), done. +remote: Compressing objects: 100% (120/120), done. +Receiving objects: 97% (814/remote: Total 839 (delta 78), reused 171 (delta 64), pack-reused 650839), 380.00 KiB | 45.0R +Receiving objects: 100% (839/839), 419.04 KiB | 50.00 KiB/s, done. +Resolving deltas: 100% (468/468), done. + +E:\>cd IYUUAutoReseed + +E:\IYUUAutoReseed>composer install +Loading composer repositories with package information +Installing dependencies (including require-dev) from lock file +Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them. +Package operations: 2 installs, 0 updates, 0 removals + - Installing curl/curl (2.2.0): Loading from cache + - Installing owner888/phpspider (v2.1.6): Loading from cache +owner888/phpspider suggests installing ext-pcntl、ext-redis (For better performance. ) +Generating autoload files + +E:\IYUUAutoReseed> +``` + + +[1]: https://github.com/ledccn/IYUUAutoReseed/releases +[2]: https://gitee.com/ledc/IYUUAutoReseed/releases +[3]: https://www.iyuu.cn/usr/uploads/2020/01/314358689.png \ No newline at end of file diff --git a/wiki/自动辅种最简配置(windows篇).md b/wiki/自动辅种最简配置(windows篇).md index 5e5701b..004dc86 100644 --- a/wiki/自动辅种最简配置(windows篇).md +++ b/wiki/自动辅种最简配置(windows篇).md @@ -1,4 +1,4 @@ -以下教程以windows为基础进行讲解,其他系统同理。 +以下教程以windows为基础进行讲解,通用威联通、群晖、铁威马等Linux系统。 博客链接:https://www.iyuu.cn/archives/324/ ## 第一步 下载压缩包 从[码云仓库][1],下载最新源码,解压缩到D盘的根目录下。 @@ -49,7 +49,7 @@ IYUU自动辅种工具、Ourbits双方达成合作,可以对使用接口的用 ![微信通知1.png][6] ![微信通知2.png][7] ![微信通知3.png][8] -2.复制您的token令牌到`/app/config/config.php`文件内的`iyuu.cn`对应的配置字段,保存。如图: +2.复制您的token令牌到`/config/config.php`文件内的`iyuu.cn`对应的配置字段,保存。如图: ![微信通知4.png][9] ### 设置Ourbits: