Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用开放期刊系统(OJS)建立一个网站。
XAMMP 和 OJS 已安装在 PC 中。现在我需要其他人(决策者)使用他们的设备(另一台 PC、手机)在前端看到它。我该如何配置?谢谢你。
你使用工具:ngrok
https://ngrok.com/
您可以通过以下方式在控制台上代理您的本地主机:./ngrok http 80
然后您将获得一个您的用户可以访问的外部域。