将html文件上传到cloud.i的过程是什么尝试使用predix邮件链接。但是它给出了错误403.can任何人将html文件上传到使用了predix平台链接的云。请确实需要填写。
答案 0 :(得分:0)
hello world是一个html文件。请试试这个。 https://www.predix.io/resources/tutorials/journey.html#1719
您可以在微服务中提供推送到云端的文件。请参阅Spring Boot doc中的其余端点/ static。尝试一下微服务模板项目的一些想法 https://www.predix.io/resources/tutorials/tutorial-details.html?tutorial_id=1523&tag=1719&journey=Hello%20World&resources=1475,1569,1523
答案 1 :(得分:0)
我有不同语言的Predix.io应用程序集合,包括静态HTML,角度,Java甚至Scala等。
请看
https://github.com/SVyatkin/CF-Hello-World-examples
根据您关于HTML的问题,它只在集合中使用
https://github.com/SVyatkin/CF-Hello-World-examples/tree/master/hello-html
$ git clone https://github.com/SVyatkin/CF-Hello-World-examples.git
$ cd CF-Hello-World-examples/hello-html
$ cf push -m 128M -b predix_openresty_buildpack html-hello
$ curl https://html-hello.run.aws-usw02-pr.ice.predix.io returns "HTML Predix.io - Hello World Example"