iridium run command prints "Todo" and iridium init command is giving error #100
Replies: 6 comments 5 replies
-
Thanks for your question, @erzohrakhan. We've been rapidly developing on If you want to use iridium before the next release, you can clone the repo and build off It would be easiest (yet still tedious at the moment :-)) for you to run the API from your IDE after you init the database. the docs for the One thing, before you run So it should be something like
The configurations you place in this file, determine the social providers that will be available for login to the system. You can add or remove github or google as you see fit. I understand the documentation is lacking at the moment. I'd be happy to help with any other questions you have. |
Beta Was this translation helpful? Give feedback.
-
I also noticed the error message
This suggests the CLI tool could not get a connection to your database. Did you check the credentials supplied are correct? |
Beta Was this translation helpful? Give feedback.
-
I have given the following commands to set up the database
But now I am getting this error:
|
Beta Was this translation helpful? Give feedback.
-
@erzohrakhan We pushed a new release. Let me know how the below docs work out for you. https://docs.iridium.software/0.2.0/2.-getting-started/2.run-iridium-locally/ |
Beta Was this translation helpful? Give feedback.
-
Good catch, @erzohrakhan . 1. I had a typo in the properties file path. 2. It seems the jar isn't honoring the command line args that are passed to it. A way to get around this is to create an environment variable to define where the $ export SPRING_CONFIG_LOCATION=./conf/application.properties
$ java -jar ./lib/iridium-core-server-0.2.0.jar |
Beta Was this translation helpful? Give feedback.
-
Thanks, Josh
It worked
…On Sat, Jul 8, 2023 at 7:55 PM Josh Fischer ***@***.***> wrote:
Good catch, @erzohrakhan <https://github.com/erzohrakhan> . 1. I had a
typo in the properties file path. 2. It seems the jar isn't honoring the
command line args that are passed to it.
A way to get around this is to create an environment variable to define
where the application.properties file is. Assuming you are in the
top-level folder of the distribution you downloaded. Try the following.
$ export SPRING_CONFIG_LOCATION=./conf/application.properties
$ java -jar ./lib/iridium-core-server-0.2.0.jar
—
Reply to this email directly, view it on GitHub
<#100 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSDENP33BJS54F4ZHQWSSLXPFUVXANCNFSM6AAAAAAZ6ZJ2AY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I have tried to run Iridium locally but I am facing problem:
https://docs.iridium.software/0.1.4/3.-for-developers/building-from-source/
mvn clean package
with this command build is successful.{ProjectRoot}/iridium-cli/target/iridium-{iridium-version}-bin.tar.gz
; extracted the files from this tar and tried to irdium(under bin folder); I got this errorBeta Was this translation helpful? Give feedback.
All reactions