mirror of
				https://gitee.com/ledc/IYUUAutoReseed
				synced 2025-10-30 16:29:49 +00:00 
			
		
		
		
	完善下载最新源码的教程
This commit is contained in:
		
							
								
								
									
										51
									
								
								wiki/下载最新源码.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										51
									
								
								wiki/下载最新源码.md
									
									
									
									
									
										Normal file
									
								
							| @@ -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 | ||||
| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user