> For the complete documentation index, see [llms.txt](https://docs.validator247.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.validator247.com/octra-labs.md).

# Octra-Labs

## # 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:

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

eval $(opam env)
<strong>
</strong><strong>opam switch show
</strong>
opam switch list

opam switch set &#x3C;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
</code></pre>
