mirror of
https://github.com/qwerfd2/Groove_Coaster_2_Server.git
synced 2026-09-22 22:38:01 +03:00
Update README.md
This commit is contained in:
@@ -102,14 +102,14 @@ Type the following commands.
|
||||
|
||||
`pkg install python`
|
||||
|
||||
`pkg up ssl -y`
|
||||
|
||||
Use
|
||||
|
||||
`pip install ...`
|
||||
|
||||
to install `flask`, `passlib`, `pycryptodome`, `requests`.
|
||||
|
||||
If ssl errors pop up, you might need to ``pkg up ssl -y``.
|
||||
|
||||
Copy the server to phone, or upzip the server files on the phone. (Skip the iOS files if not needed, it takes up a lot of space)
|
||||
|
||||
change `config.py`'s `IP` to `127.0.0.1` (this is `loopback`. Feel free to use your android device's `IPv4` via `ifconfig` if you are connected to a WIFI, to enable the server to the entire network).
|
||||
@@ -318,14 +318,14 @@ PC用文本编辑器打开服务器文件夹的 ```config.py```,将`IPV4`填
|
||||
|
||||
`pkg install python`
|
||||
|
||||
`pkg up ssl -y`
|
||||
|
||||
用
|
||||
|
||||
`pip install ...`
|
||||
|
||||
来安装 `flask`, `passlib`, `pycryptodome`, `requests`.
|
||||
|
||||
如果出现ssl问题,可能需要``pkg up ssl -y``.
|
||||
|
||||
将服务器拷到手机上,或者在手机上解压服务器文件。(如不需要iOS文件,就省点手机空间,别拷贝ios的东西了)
|
||||
|
||||
修改 `config.py` 的 `IP` 至 `127.0.0.1` (这是 `本地回环`。如果连接了WIFI,可以使用`ifconfig` 获取手机的 `IPv4` 并填入,以在整个网络下支持私服).
|
||||
|
||||
Reference in New Issue
Block a user