Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 656 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 656 Bytes

node_configuration

Settings and scripts for deploying and installing nodes.

Step 1:

wget https://raw.githubusercontent.com/octra-labs/node_configuration/refs/heads/main/env.sh

chmod +x env.sh

./env.sh

Step 2:

wget https://raw.githubusercontent.com/octra-labs/node_configuration/refs/heads/main/config.ml

eval $(opam env)

opam switch show

opam switch list

opam switch set <switch_name>

eval $(opam env)

opam install ocamlfind

opam reinstall yojson

ocamlfind ocamlopt -o config -thread -linkpkg -package yojson,cohttp-lwt-unix,unix,str,lwt_ppx config.ml

./config