加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

在pcf中部署angular2应用程序

发布时间:2020-12-17 17:02:39 所属栏目:安全 来源:网络整理
导读:我正在尝试将我的angular2应用程序部署到关键的云代工厂,我按照 here发现的说明进行操作但是我一直在加载……,在开发人员控制台中没有发现错误. /d/gitmyworkspace/mywork/pcfdeploy/src$npm install --quitenpm WARN optional SKIPPING OPTIONAL DEPENDENCY
我正在尝试将我的angular2应用程序部署到关键的云代工厂,我按照 here发现的说明进行操作但是我一直在加载……,在开发人员控制台中没有发现错误.

/d/gitmyworkspace/mywork/pcfdeploy/src
$npm install --quite
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_moduleschokidarnode_modulesfsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
/d/gitmyworkspace/mywork/pcfdeploy/src
$cf push -b staticfile_buildpack ang-pcf-dep
Creating app ang-pcf-dep in org ORG / space development as myDetails...OK
Creating route ang-pcf-dep.domain.com... OK
Binding ang-pcf-dep.domain.com to ang-pcf-dep... OK
Uploading ang-pcf-dep...
Uploading app files from: D:gitmyworkspacemyworkpcfdeploysrc
Uploading 12.9K,18 files Done uploading OK
Starting app ang-pcf-dep in org ORG / space development as myDetails...
Downloading staticfile_buildpack...Downloaded staticfile_buildpack
Creating container    Successfully created container  Downloading app package...
Downloaded app package (6.4K)   Staging...
-------> Buildpack version 1.3.6
Downloaded [file:///tmp/buildpacks/5d1fcb59173496506d68186968a7b83f/dependencies/https___pivotal-buildpacks.s3.amazonaws.com_concourse-binaries_nginx_nginx-1.9.14-linux-x64.tgz]
grep: Staticfile: No such file or directory
-----> Using root folder
-----> Copying project files into public/
-----> Setting up nginx
grep: Staticfile: No such file or directory
grep: Staticfile: No such file or directory
Exit status 0
Staging complete
Uploading droplet,build artifacts cache...
Uploading build artifacts cache...
Uploading droplet...
Uploaded build artifacts cache (107B)
Uploaded droplet (2.5M)
Uploading complete
1 of 1 instances running
App started  OK
App ang-pcf-dep was started using this command `sh boot.sh`
Showing health and status for app ang-pcf-dep in org ORG /spacedevelopment as myDetails ... OK
requested state: started
instances: 1/1
usage: 1G x 1 instances
urls: ang-pcf-dep.domain.com
last uploaded: Thu Mar 9 18:53:22 UTC 2017
stack: cflinuxfs2
buildpack: staticfile_buildpack
state     since                    cpu    memory       disk         details
#0   running   2017-03-09 10:53:34 AM   0.0%   3.2M of 1G   6.9M of 1G

在浏览器中,它只是加载index.html而不是app.component.html等其他组件.我刚刚使用webstorm AngularCli和节点6.9.5创建了一个基本应用程序来测试pcf部署.如果我遗漏了什么,请告诉我?

解决方法

对于AngularCli,我们假设要做以下步骤……

$ng build
$cd dist
$cf push -b staticfile_buildpack ang-pcf-dep

请注意AngularCli你应该从dist文件夹而不是app或src文件夹推送,所有资源文件如图像应该在assets文件夹中.感谢来自pcf的Rob.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读