Skip to content

Settings and scripts for deploying and installing nodes.

Notifications You must be signed in to change notification settings

cj-world/node_configuration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Settings and scripts for deploying and installing nodes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 85.8%
  • Shell 14.2%