S
S
shibzuko2021-01-17 20:50:27
Java
shibzuko, 2021-01-17 20:50:27

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 :)

600477f2a9f5c119747900.jpeg600477f73d1d2645278692.jpeg600477fd7ad15573470317.jpeg.

/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

1 answer(s)
D
Dmitry Shitskov, 2021-01-17
@Zarom

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 question

Ask a Question

731 491 924 answers to any question