RaspAP / raspap-webgui

Simple wireless AP setup & management for Debian-based devices
https://raspap.com/
GNU General Public License v3.0
4.47k stars 791 forks source link

cannot start quick installer #1505

Closed w45354 closed 9 months ago

w45354 commented 9 months ago

Code of Conduct

Issue reporting checklist

Operating System

Raspberry Pi OS (64-bit) Lite Bookworm

Quick install or Manual setup?

Quick install

Onboard wireless chipset or external adapter?

Onboard wireless chipset

Hardware

Raspberry Pi 4 Model B

RaspAP version

3.0 (Latest)

Other software or services running with RaspAP?

Not sure

Contact details (optional)

453548888@qq.com

Bug description

I follow the guide step by step, but when I type curl -sL https://install.raspap.com | bash, the quick installer cannot be launched d359266519f8b2de093fbdcd9c33461 .

Steps to reproduce

I am in China, so I set the WLAN location to CN. And no VPN is set up in my RPI 4B. Normally, accessing foreign webs like GitHub is prohibited in China, I am wondering if this causes me to get no access to raspap's server, leading to a failure to launch a quick installer.

Screenshots

d359266519f8b2de093fbdcd9c33461

Additional context

No response

Relevant log output

No response

billz commented 9 months ago

See https://github.com/RaspAP/raspap-webgui/discussions/1492#discussioncomment-8021446

w45354 commented 9 months ago

I cannot get access to Raspap's server because I am in China, and I am trying to install it manually I also cannot connect to the service as github is blocked in China. do you have any solutions if I would like to install RaspAP in china? 533719ff1e3cfc009865cd09069dfd5

billz commented 9 months ago

You could run the installer locally, for example ./installers/raspbian.sh but this first requires that you have the project from GitHub. If you are unable to access the installer due to it being blocked, you won't be able to clone files from GitHub.

According to our stats, China is the third most popular country for RaspAP installs. So users must be able to obtain it some other way. Have you tried a GitHub mirror?

w45354 commented 9 months ago

I can download files from GitHub from my PC as a VPN client is installed. Now I already have the project files in my RPI, but I don't know how to set it up by the command codings, do you have any guidelines?