{"id":13506133,"url":"https://github.com/ging/fiware-cloud-portal","last_synced_at":"2025-12-17T06:56:46.397Z","repository":{"id":57235098,"uuid":"4795369","full_name":"ging/fiware-cloud-portal","owner":"ging","description":"Self Services Interfaces - Cloud Portal","archived":false,"fork":false,"pushed_at":"2019-05-16T16:22:46.000Z","size":10121,"stargazers_count":22,"open_issues_count":3,"forks_count":12,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-10-20T09:08:44.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://catalogue.fiware.org/enablers/self-service-interfaces-cloud-portal","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ging.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-26T13:27:50.000Z","updated_at":"2021-05-20T23:33:49.000Z","dependencies_parsed_at":"2022-08-23T16:30:18.797Z","dependency_job_id":null,"html_url":"https://github.com/ging/fiware-cloud-portal","commit_stats":null,"previous_names":["ging/fi-ware-cloud-portal"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ging/fiware-cloud-portal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2Ffiware-cloud-portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2Ffiware-cloud-portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2Ffiware-cloud-portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2Ffiware-cloud-portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ging","download_url":"https://codeload.github.com/ging/fiware-cloud-portal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2Ffiware-cloud-portal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27778962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-17T02:00:08.291Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T01:00:35.220Z","updated_at":"2025-12-17T06:56:46.381Z","avatar_url":"https://github.com/ging.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others","Legacy FIWARE Components"],"sub_categories":["Robotics"],"readme":"\r\n# Important information\r\n\r\nThis is an archive of the code repository for the previous Cloud Portal GE. Currently the GE is supported by the official Openstack Horizon project. You can customize the Horizon portal with FIWARE styles following the instructions at: https://github.com/ging/fiware-cloud-portal-theme\r\n\r\n# Self Services Interfaces - Cloud Portal\r\n\r\n[![License badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\r\n[![Documentation badge](https://img.shields.io/badge/docs-stable-brightgreen.svg?style=flat)](http://fiware-cloud-portal.readthedocs.org/en/stable/)\r\n[![Docker badge](https://img.shields.io/docker/pulls/fiware/cloud-portal.svg)](https://hub.docker.com/r/fiware/cloud-portal/)\r\n[![Support badge]( https://img.shields.io/badge/support-sof-yellowgreen.svg)](http://stackoverflow.com/questions/tagged/fiware)\r\n\r\n+ [Introduction](#def-introduction)\r\n+ [How to Build \u0026 Install](#def-build)\r\n    - [Docker](#def-docker)\r\n+ [API Overview](#def-api)\r\n+ [Advanced documentation](#def-advanced)\r\n+ [License](#def-license)\r\n\r\n---\r\n\u003cbr\u003e\r\n\r\n\u003ca name=\"def-introduction\"\u003e\u003c/a\u003e\r\n## Introduction\r\n\r\nThis project is part of [FIWARE](http://fiware.org). You will find more information abour this FIWARE GE [here](http://catalogue.fiware.org/enablers/self-service-interfaces-cloud-portal).\r\n\r\n- You will find the source code of this project in GitHub [here](https://github.com/ging/fiware-cloud-portal)\r\n- You will find the documentation of this project in Read the Docs [here](http://fiware-cloud-portal.readthedocs.org/)\r\n\r\nA JavaScript implementation of OpenStack Horizon component. This is a web portal developed using only in JavaScript, based on OpenStack Horizon.\r\n\r\n\u003ca name=\"def-build\"\u003e\u003c/a\u003e\r\n## How to Build \u0026 Install\r\n\r\n\u003col\u003e\r\n\t\u003cli\u003eInstall necessary components:\u003c/li\u003e\r\n\t\u003cpre\u003e\r\n\t\tsudo apt-get install make g++\r\n\t\tsudo apt-get install python-software-properties\r\n\t\tsudo add-apt-repository ppa:chris-lea/node.js\r\n\t\tsudo apt-get update\r\n\t\tsudo apt-get install nodejs npm git ruby1.9.3‏\r\n\r\n\t\tsudo gem install sass -v 3.2.12\r\n\t\u003c/pre\u003e\r\n\r\n\t\u003cli\u003eClone the repository to your workspace and change to the \u003ccode\u003efiware-cloud-portal\u003c/code\u003e new directory\u003c/li\u003e\r\n\t\u003cpre\u003e\r\n\t\tgit clone git://github.com/ging/fiware-cloud-portal.git\r\n\r\n\t\tcd fiware-cloud-portal\r\n\t\u003c/pre\u003e\r\n\r\n\t\u003cli\u003eCopy \u003ccode\u003econfig.js.template\u003c/code\u003e to \u003ccode\u003econfig.js\u003c/code\u003e in \u003ccode\u003efiware-cloud-portal\u003c/code\u003e directory\u003c/li\u003e\r\n\t\u003cpre\u003e\r\n\t\tcp config.js.template config.js\r\n\t\u003c/pre\u003e\r\n\r\n\t\u003cli\u003eLog in Cloud Portal (https://account.lab.fiware.org/) and head to your account details \u003c/li\u003e\r\n\t\r\n\t\u003cp\u003e \u003c/p\u003e\r\n\t\r\n\t\u003cli\u003eRegister a new application and bind it to your localhost\u003c/li\u003e\r\n\t\u003cimg src= \"https://github.com/ging/fiware-cloud-portal/blob/master/images/register_app.png\"/\u003e\r\n\r\n\t\u003cli\u003eModify \u003ccode\u003econfig.js\u003c/code\u003e file with the correct configuration and save changes\u003c/li\u003e\r\n\t\u003cpre\u003e\r\n\t// Mandatory. TCP port to bind the server to\r\n\tconfig.http_port = 80;\r\n\t\r\n\tconfig.useIDM = false;\r\n\r\n\t// OAuth configuration. Only set this configuration if useIDM is true.\r\n\tconfig.oauth = {\r\n\t\taccount_server: 'https://account.lab.fiware.org',\r\n\t    client_id: '',\r\n\t    client_secret: '',\r\n\t    callbackURL: ''\r\n\t};\r\n\r\n\t// Keystone configuration.\r\n\tconfig.keystone = {\r\n\t\thost: 'cloud.lab.fiware.org',\r\n\t\tport: 4730,\r\n\t\tadmin_host: 'cloud.lab.fiware.org',\r\n\t\tadmin_port: 4731, \r\n\t\tusername: '', \r\n\t\tpassword: '',\r\n\t\ttenantId: ''\r\n\t};\r\n\t\u003c/pre\u003e\r\n\t\u003cblockquote\u003eNote: You can set a different TCP port, but you will have to indicate that change in the application configuration and the \u003ccode\u003econfig.js\u003c/code\u003e file.\u003c/blockquote\u003e \r\n\r\n\t\u003cli\u003eInstall dependencies using npm and grunt and finally run the server\u003c/li\u003e\r\n\t\u003cpre\u003e\r\n\t\tsudo npm install\r\n\r\n\t\t./node_modules/grunt-cli/bin/grunt debug\r\n\r\n\t\tsudo node server.js\r\n\r\n\t\u003c/pre\u003e\r\n\t\r\n\u003c/ol\u003e\r\n\r\n\u003ca name=\"def-docker\"\u003e\u003c/a\u003e\r\n### Docker\r\n\r\nWe also provide a Docker image to facilitate you the building of this GE.\r\n\r\n- [Here](https://github.com/ging/fiware-cloud-portal/tree/master/extras/docker) you will find the Dockerfile and the documentation explaining how to use it.\r\n- In [Docker Hub](https://hub.docker.com/r/fiware/cloud-portal/) you will find the public image.\r\n\r\n\u003ca name=\"def-api\"\u003e\u003c/a\u003e\r\n## API Overview\r\n\r\nSelf Service Interfaces GE is a GUI to facilitate the access to Openstack services and other FIWARE GEs APIs. So it has not an API specification.\r\n\r\n\u003ca name=\"def-advanced\"\u003e\u003c/a\u003e\r\n## Advanced Documentation\r\n\r\n- [How to run tests](http://fiware-cloud-portal.readthedocs.org/en/latest/admin_guide#end-to-end-testing)\r\n- [User \u0026 Programmers Manual](http://fiware-cloud-portal.readthedocs.org/en/latest/user_guide/)\r\n- [Installation \u0026 Administration Guide](http://fiware-cloud-portal.readthedocs.org/en/latest/admin_guide/)\r\n\r\n\u003ca name=\"def-license\"\u003e\u003c/a\u003e\r\n## License\r\n\r\nThe MIT License\r\n\r\nCopyright (C) 2012 Universidad Politécnica de Madrid.\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fging%2Ffiware-cloud-portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fging%2Ffiware-cloud-portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fging%2Ffiware-cloud-portal/lists"}