如何使Ionic应用程序在Apache Web服务器上运行

时间:2019-03-06 09:48:53

标签: angular ionic-framework apache2 ionic4

我刚刚开始研究Ionic框架,并打算将源上传到基于Apache的Web服务器,但是由于某种原因,它仅显示空白页。即使当我在localhost上运行它时,它也可以正常运行,但我也尝试将其部署到Firebase Hosting中,并且在该处也可以运行。我要部署到Firebase和Web服务器的源是相同的。要构建它们,我使用命令“ ionic build --prod”。我没有在日志中看到任何东西,而且似乎至少按照官方文档的说明正确地完成了所有操作。我什至创建了一个默认选项卡项目,没有任何更改。并尝试上传它,没什么。 网络服务器的版本: 服务器版本:Apache / 2.4.34(Unix) 服务器内置:2018年8月17日18:35:43 而离子框架如下: ionic(Ionic CLI):4.10.3(/ usr / local / lib / node_modules / ionic)    离子框架:@ ionic / angular 4.0.2    @ angular-devkit / build-angular:0.12.4    @ angular-devkit / schematics:7.2.4    @ angular / cli:7.2.4    @ ionic / angular-toolkit:1.4.0

有什么建议可以使它运行?

1 个答案:

答案 0 :(得分:2)

I build my ionic 3 project this way:

 ionic cordova build browser --prod

Then you get the files in the folder /www and upload them to the apache server. It's for Ionic 3, though, hope it helps.