-
[Here](https://github.com/cyberFund/cyber-markets#quick-run)
-
Please write full documentations for:
- API
- dependenses
- use of docker
- HOW TO guide
-
Docker was launched by the command
"docker run -e CONNECTORS_DEBUG='true' --rm cybernode/cm-connectors"
After that in console you can see stack trace :
```
12:32:06.529 [kafka-producer-network-…
-
@abitrolly commented on [Sat Jan 27 2018](https://github.com/cyberFund/cybernode-archive/issues/123)
Checklist for CI/CD setup for container delivery:
* [ ] each `master` commit builds `:nightly`
…
-
```
10:59:06.906 [RxCachedThreadScheduler-1] INFO fund.cyber.pump.ChainPump - Processing ETHEREUM_CLASSIC 2811165 block
10:59:06.984 [RxCachedThreadScheduler-1] INFO fund.cyber.pump.kafka.KafkaStora…
-
https://travis-ci.org/cyberFund/cybernode/builds/265594619#L1793
```
./project-build.sh: line 20: cd: build/libs: No such file or directory
The command '/bin/sh -c ./project-build.sh' returned a …
-
Attempt to write to mounted volume on Fedora 26 while building `btcd` gives `permission denied` errors even if run with root. My setup is:
* `docker` from official packages
* [ ] version
* cust…
-
Article from RedHat shows that Java/Kotlin memory usage should artificially limited to be effective inside containers - https://developers.redhat.com/blog/2017/03/14/java-inside-docker/
At the very…
-
Checklist for CI/CD setup for container delivery:
* [ ] each `master` commit builds `:nightly`
* [x] cyber-search
* [ ] cyber-markets
* [ ] cyber-ui
* [ ] each tag commit builds `:latest`…
-
This is particularly useful for those images used in e2e tests. Today each image has its own scripts to build and deploy, there is no automation and no conventions throughout.
/cc @ArtfulCoder who ha…