Closed aetxeberriasqs closed 3 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
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
Is there anything i am missing here?
Thanks
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
and yes, inside the omejdn-daps
folder
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?
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
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
What are the steps needed to execute correctly the bundle install? Where can I find this Gemfile?
Thanks in advance