Comet icon indicating copy to clipboard operation
Comet copied to clipboard

is there a docker instance I can install?

Open ralyodio opened this issue 6 years ago • 1 comments
trafficstars

I'd like to try comet out on a domain and am looking for a docker image

ralyodio avatar Apr 29 '19 04:04 ralyodio

No docker image at the moment but if you'd like to try it, the Holochain binaries (& source) of version v0.0.11-alpha1 can be found here: https://github.com/holochain/holochain-rust/releases/tag/v0.0.11-alpha1

That page also has instructions for installing the correct version of Rust to compile Comet. After installing Holochain (hc, the development tool), just clone Comet and run hc test to run the tests. If you want to try out the UI, you'll need elm. You can then cd into ui/ and run elm make src/Main.elm --output index.js, elm reactor & (this will start the web server at http://localhost:8000), then cd .. and hc run to start a test instance, but you're going to need to create a breakpoint in index.html to send a post/create_post request to the conductor.

MightyAlex200 avatar Apr 29 '19 19:04 MightyAlex200