mirror of
https://github.com/GMWalletApp/epusdt.git
synced 2026-07-07 02:06:16 +00:00
Refactor project structure and update import paths to GMWalletApp/epusdt
This commit is contained in:
+2
-2
@@ -15,11 +15,11 @@
|
||||
### 二、导入Sql
|
||||
登录管理刚刚新增数据库,导入`Epusdt`所需的sql文件。
|
||||
|
||||
以下为示范0.01版本 最新数据库请以 https://github.com/assimon/epusdt/blob/master/sql/ 为准
|
||||
以下为示范0.01版本 最新数据库请以 https://github.com/GMWalletApp/epusdt/blob/master/sql/ 为准
|
||||
|
||||
#### 1.手动下载导入
|
||||
|
||||
数据库地址:https://github.com/assimon/epusdt/blob/master/sql/v0.0.1.sql
|
||||
数据库地址:https://github.com/GMWalletApp/epusdt/blob/master/sql/v0.0.1.sql
|
||||

|
||||
|
||||
#### 2.使用phpMyAdmin导入
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@ cd /var/www/
|
||||
mkdir epusdt
|
||||
chmod 777 -R /var/www/epusdt
|
||||
cd epusdt
|
||||
wget https://github.com/assimon/epusdt/releases/download/v0.0.3/epusdt_0.0.3_Linux_x86_64.tar.gz
|
||||
wget https://github.com/GMWalletApp/epusdt/releases/download/v0.0.3/epusdt_0.0.3_Linux_x86_64.tar.gz
|
||||
tar -xzf epusdt_0.0.3_Linux_x86_64.tar.gz
|
||||
rm epusdt_0.0.3_Linux_x86_64.tar.gz
|
||||
```
|
||||
@@ -206,7 +206,7 @@ supervisorctl tail epusdt
|
||||
| |___| |_) | |_| \__ \ (_| | |_
|
||||
|_____| .__/ \__,_|___/\__,_|\__|
|
||||
|_|
|
||||
Epusdt version(0.0.2) Powered by assimon https://github.com/assimon/epusdt
|
||||
Epusdt version(0.0.2) Powered by GMWalletApp https://github.com/GMWalletApp/epusdt
|
||||
⇨ http server started on [::]:8000
|
||||
```
|
||||
## 其他注意事项
|
||||
|
||||
Reference in New Issue
Block a user