International-Data-Spaces-Association / omejdn-daps

Open Source implementation of the Dynamic Attribute Provisioning Service based on http://github.com/Fraunhofer-AISEC/omejdn-server
Apache License 2.0
5 stars 10 forks source link

Gemfile not available in DAPS #4

Closed aetxeberriasqs closed 2 years ago

aetxeberriasqs commented 2 years ago

I have followed the installation guide and in the section of documentation starting Omejdn I have found the following issue with the command bundle install:

Could not locate Gemfile

image

What are the steps needed to execute correctly the bundle install? Where can I find this Gemfile?

Thanks in advance

bellebaum commented 2 years ago

Thanks for your issue. Have you read the section on Requirements and initialized the submodules using the following command?

$ git submodules update --init --remote
aetxeberriasqs commented 2 years ago

Hi,

I have tried $ git submodule update --init --remote (without S )in the omejdn-daps folder, as any other combination or other directory made an error. Once i have that, the bundle install command keep saying that it could not locate Gemfile

image

Is there anything i am missing here?

Thanks

bellebaum commented 2 years ago

Without s, but still --remote instead of --resource ;) Just in case, you should also remove everything inside omejdn-server, then run this command and afterwards copy the files again according to the README

bellebaum commented 2 years ago

and yes, inside the omejdn-daps folder

aetxeberriasqs commented 2 years ago

Thanks!

It seems i was inserting something wrong. I am looking at the README again, and when starting the omejdn, it says the folders key and config should be preplaced. I am guessing that the key and config folders that must be replaced are the ones that arer in the omejdn-server for the one that are in the omejdn-daps?

bellebaum commented 2 years ago

Correct, Omejdn-Server comes with its own default configuration, but for usage as a DAPS you need the files listed (and generated throughout the README) in this repository.

For now, I am closing this issue as the original problem seems to be resolved