...
Code Block | ||||
---|---|---|---|---|
| ||||
git clone https://github.com/rchain/rchain.git cd rchain git checkout dev sbt clean bnfc:generate node/rpm:packageBin sudo dnf install node/target/rpm/RPMS/noarch/rnode-0.3.1-1.noarch.rpm sudo systemctl start rnode.service # in one terminal sudo journalctl -f -u rnode.service # in another terminal (for repl testing) rnode --repl # after that (for deploy testing) rnode --deploy-demo |
Clean-up scripts (need a bit of improvement, but should get you started):
https://gist.github.com/henrytill/ac72d8616e52d836efc3008bbd9f67dd
Testing Matrix
Who? | What Test the tasks described above in your assigned environment below. | |||
---|---|---|---|---|
Jeremy | Ubuntu 16.04 LTS Results (DEB):
Comments: | Fedora 27 VM Results (RPM):
Comments: | Debian Stable VM Results (DEB):
Comments: | |
Henry | Debian Stable VM (1 GB RAM, 1 CPU): (DB, Binary Tarball Results (DEB):
Comments: Results (Binary Tarball):
| Fedora Laptop (8 GB RAM, 4 CPU) (RPM, Binary Tarball) Results (RPM):
Comments: Still seeing NPE when I exit REPL with CTRL-C https://rchain.atlassian.net/browse/CORE-485 Results (Binary Tarball):
| ||
Medha | Test docker 1 CPU, 1 GB RAM | |||
Mateusz | Ubuntu 16.04
| |||
Michael Birch | test locally with dev | assembly jar docker Result: Both work fine (modulo NPE on exit of repl via ^D) | ||
Sebastian | test locally with dev | test docker with dev |
...