Skip to main content
Archived

Deploy Websites

Related products:Integrations
  • October 29, 2015
  • 4 replies
  • 59 views

fmelizard
Safer
Forum|alt.badge.img+22
Make it possible to deploy Websites via the interface. There is a webserver running anyways...
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

mygis
Supporter
Forum|alt.badge.img+15
  • Supporter
  • May 9, 2016

Would this mean to deploy for OpenLayers for example?


redgeographics
VIP
Forum|alt.badge.img+63

It'd have to be a very locked down implementation I suppose, but yes, I think this could be useful.


stewartatsafe
Safer
Forum|alt.badge.img+10

This is not planned. There are two reasons for this, one relates to security and the other relates to performance.

Security:- If we let people host HTML code on FME Cloud instances, then it makes it much harder for us to ensure security on the instance as it is effectively turning FME Cloud into a standard web server. This comes with its own set of problems especially with JavaScript.

Performance: Serving web traffic from the FME Cloud instance makes it harder to support the instance. You are sharing the same web server that FME Server is using so if there is a peak in load requesting your web page it could degrade the performance of FME Server.

The bet solution is to use AWS S3 as a web server which is documented here.


helmoet
Forum|alt.badge.img+8
  • May 3, 2017

However, would be nice!