Answer the question
In order to leave comments, you need to log in
Signal messenger. How to raise your server?
There is a source code for the Signal messenger on github https://github.com/signalapp There is even a guide for deploying the server side on AWS https://github.com/aqnouch/Signal-Setup-Guide/tree... But on point 4 an error occurs that cannot be overcome in any way (there is a "signal-docker" link that is not available).
For real help in solving the problem, I will generously thank you :)
.
/Signal-Server# java -jar service/target/TextSecureServer-3.21.jar server service/config/config.yml
java.io.FileNotFoundException: File service/config/config.yml not found
at io.dropwizard.configuration.FileConfigurationSourceProvider. open(FileConfigurationSourceProvider.java:18)
at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:79)
at io.dropwizard.cli.ConfiguredCommand.parseConfiguration(ConfiguredCommand.java:126
) )
at io.dropwizard.cli.Cli.run(Cli.java:78)
at io.dropwizard.Application.run(Application.java:94)
at org.whispersystems.textsecuregcm.WhisperServerService.main(WhisperServerService.java:406)
Answer the question
In order to leave comments, you need to log in
I suppose the second point was executed incorrectly, or the last command was not called in the signal-server directory
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question