From 6ff6ae997b764e57da4a9dbeb256dca11889c9ff Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:16:50 +0800 Subject: [PATCH 1/3] Update deploy to replit --- readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 64de121..4b2c84e 100644 --- a/readme.md +++ b/readme.md @@ -41,15 +41,16 @@ https://onemanager.qkqpttgf.repl.co/ -### Notice - -> `Import from Github` useing the `.replit` file in code files will cause an empty web page, may someone help me? - ### How to Install +A: +> 1. Click the "+" or "Create Repl", click the `Import from Github`; +> 2. Input `https://github.com/qkqpttgf/OneManager-php` in "GitHub URL", then it will auto show "Language" - "PHP Web Server", Click the "Import from Github"; +> 3. After done, click the green button "Run", it will show the web page on the right, you MUST open it in a new tab or window. +B: > 1. Click the "+" or "Create Repl", find template "PHP Web Server" (via input "php"), input a name for your project in "Title" or left it default, Click the "+ Create Repl". > 2. After done, input `git clone https://github.com/qkqpttgf/OneManager-php && mv -b OneManager-php/* ./ && mv -b OneManager-php/.[^.]* ./ && rm -rf *~ && rm -rf OneManager-php` to Console or Shell on the right, press "Enter" to run it. -> 3. Click the green button "Run", it will show the web page on the right, you can open it in a new tab or window. +> 3. Click the green button "Run", it will show the web page on the right, you MUST open it in a new tab or window. --- From f51e791072df8b6b9f81351332f3680d61041d7f Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:21:54 +0800 Subject: [PATCH 2/3] Update deploy to replit --- readme_cn.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme_cn.md b/readme_cn.md index aba3de5..fe1f42c 100644 --- a/readme_cn.md +++ b/readme_cn.md @@ -45,10 +45,15 @@ ### 注意 -> 直接`Import from Github`通过`.replit`文件指定php时,网页会空白,有人帮忙解决吗? +> 直接通过`.replit`文件指定php时,网页会空白,有人帮忙解决吗? ### 安装 +A: +> 1. 点右上的 "+" 或左上的 "+ Create Repl",点击`Import from Github`; +> 2. 在"GitHub URL"中输入`https://github.com/qkqpttgf/OneManager-php`,会自动弹出显示"Language"与"PHP Web Server",点下面的"Import from Github"。 +> 3. 结束后,点上方的绿色 "Run" 按钮,右边会显示一个网页,你要在新窗口打开它来安装,不然不能登录。 +B: > 1. 点右上的 "+" 或左上的 "+ Create Repl",template中输入php,点选"PHP Web Server",在"Title"里输入你想要的名称或者让它默认, 点下面的"+ Create Repl"。 > 2. 结束后,在右边的Console或Shell里输入 `git clone https://github.com/qkqpttgf/OneManager-php && mv -b OneManager-php/* ./ && mv -b OneManager-php/.[^.]* ./ && rm -rf *~ && rm -rf OneManager-php` 敲回车运行。 > 3. 点上方的绿色 "Run" 按钮,右边会显示一个网页,你要在新窗口打开它来安装,不然不能登录。 From a9e113fbf915e0c39eb7af4df6fe4b9f01d6f343 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:23:31 +0800 Subject: [PATCH 3/3] Update readme_cn.md --- readme_cn.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/readme_cn.md b/readme_cn.md index fe1f42c..a56de11 100644 --- a/readme_cn.md +++ b/readme_cn.md @@ -43,10 +43,6 @@ https://onemanager.qkqpttgf.repl.co/ -### 注意 - -> 直接通过`.replit`文件指定php时,网页会空白,有人帮忙解决吗? - ### 安装 A: > 1. 点右上的 "+" 或左上的 "+ Create Repl",点击`Import from Github`;