简体   繁体   English

创建Fiware实验室实例

[英]Create Fiware Lab Instance

I'm looking for some guidelines on how to create a FIWARE instance on a local server. 我正在寻找有关如何在本地服务器上创建FIWARE实例的一些准则。 Or do you really have to use an account and deploy a global FIWARE Lab your VM? 还是真的需要使用一个帐户并在VM上部署一个全球FIWARE Lab?

Currently in FIWARE Lab it is not possible to upload your own instance image. 当前在FIWARE Lab中无法上传您自己的实例映像。 For this reason if you plan to have an instance in FIWARE Lab your choice should be to create it directly in FIWARE Lab. 因此,如果您打算在FIWARE Lab中拥有一个实例,那么您的选择应该是直接在FIWARE Lab中创建它。

Just for completion of reply I can tell you that since FIWARE Lab is based on OpenStack, theoretically you could create an Openstack compliant instance on your local machine (for instance starting from a virtual box VM), convert it and then upload its disk image to an Openstack cloud infrastructure. 只是为了完成答复,我可以告诉您,由于FIWARE Lab基于OpenStack,从理论上讲,您可以在本地计算机上创建兼容Openstack的实例(例如,从虚拟盒VM开始),将其转换,然后将其磁盘映像上传到Openstack云基础架构。 There are many guides on the web explaining it in detail, this one explain you the high level process: https://www.mirantis.com/openstack-portal/express-openstack-portal/quickly-create-openstack-image/ 网络上有许多指南对此进行了详细解释,其中一个指南向您介绍了高级过程: https : //www.mirantis.com/openstack-portal/express-openstack-portal/quickly-create-openstack-image/

another simple option (instead of installing the full openstack) is to use containers on your pc :) all FIWARE enablers are available as containers ( https://hub.docker.com/u/fiware/ ). 另一个简单的选择(而不是安装完整的openstack)是在您的PC上使用容器:)所有FIWARE启用程序都可以作为容器使用( https://hub.docker.com/u/fiware/ )。 of course you can create also your own container (eg a django container for an interface) and then deploy snapshot the image and deploy it on FIWARE Lab. 当然,您也可以创建自己的容器(例如,用于接口的django容器),然后部署快照映像并将其部署到FIWARE Lab。

Best, Federico 最好,费德里科

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM