About • Contributing • Licensing
This repository hosts source code for the reference implementation of the iGrant.io Dataspace Portal.
Follow the steps below to get the dataspace portal up and running locally.
- Clone this repository to your local server using
git clone
. - Execute
make build
. The compiles and assembles source code into executable files or libraries, following the instructions specified in the Makefile of the dataspace portal instance. - Execute
make run
. This executes a predefined set of instructions in the Makefile to launch or run the dataspace portal instance.
The dataspace portal can now be accessed at http://localhost:4204 If you have security issues with your browser, you must establish a self-signed certificate.
Feel free to improve the plugin and send us a pull request. If you find any problems, please create an issue in this repo.
Copyright (c) 2023-25 LCubed AB (iGrant.io), Sweden
Licensed under the Apache 2.0 License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.