Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to deploy or install APISIX on a OFFLINE server [aarch64 GNU/Linux] #11721

Closed
nongtingchao opened this issue Nov 7, 2024 · 0 comments
Closed
Labels
question label for questions asked by users

Comments

@nongtingchao
Copy link

Description

my server is offline, cant connect to internet. i tried source code install, but when excute 'make deps', something went wrong:

`

  • main
    ++ uname -s
    ++ tr '[:upper:]' '[:lower:]'
  • OS_NAME=linux
  • [[ 0 == 0 ]]
  • [[ linux == \l\i\n\u\x ]]
  • multi_distro_installation
  • grep -Eqi CentOS /etc/issue
  • grep -Eq CentOS /etc/kylin-release /etc/lsb-release /etc/os-release /etc/system-release
  • grep -Eqi -e 'Red Hat' -e rhel /etc/kylin-release /etc/lsb-release /etc/os-release /etc/system-release
  • grep -Eqi Fedora /etc/issue
  • grep -Eq Fedora /etc/kylin-release /etc/lsb-release /etc/os-release /etc/system-release
  • grep -Eqi Debian /etc/issue
  • grep -Eq Debian /etc/kylin-release /etc/lsb-release /etc/os-release /etc/system-release
  • grep -Eqi Ubuntu /etc/issue
  • grep -Eq Ubuntu /etc/kylin-release /etc/lsb-release /etc/os-release /etc/system-release
  • grep -Eqi Arch /etc/issue
  • grep -Eqi EndeavourOS /etc/issue
  • grep -Eq Arch /etc/kylin-release /etc/lsb-release /etc/os-release /etc/system-release
  • echo 'Non-supported distribution, APISIX is only supported on Linux-based systems'
    Non-supported distribution, APISIX is only supported on Linux-based systems

[root@hl157 apisix-release-3.11]# uname -a
Linux **** 4.19.90-52.22.v2207.ky10.aarch64 #1 SMP Tue Mar 14 11:52:45 CST 2023 aarch64 aarch64 aarch64 GNU/Linux

`

Environment

  • APISIX version (run apisix version):
  • Operating system (run uname -a):
  • OpenResty / Nginx version (run openresty -V or nginx -V):
  • etcd version, if relevant (run curl http://127.0.0.1:9090/v1/server_info):
  • APISIX Dashboard version, if relevant:
  • Plugin runner version, for issues related to plugin runners:
  • LuaRocks version, for installation issues (run luarocks --version):
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Apache APISIX backlog Nov 7, 2024
@dosubot dosubot bot added the question label for questions asked by users label Nov 7, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Apache APISIX backlog Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question label for questions asked by users
Projects
Archived in project
Development

No branches or pull requests

1 participant