Open yuriaru opened 2 years ago
Defaults.env goes through the default links and servers to run through.
To setup reticulum on a VM we would have to fork https://github.com/mozilla/reticulum
Steps to install:
apt install postgresql
apt install git
apt install elixir
git clone https://github.com/mozilla/reticulum.git
cd reticulum
mix dips.get
mix ecto.create
mkdir-p storage/dev
scripts/run.sh
iex -S mix phx.server
nano /etc/hosts
@MuhammadUzairDocs make sure have a general idea on how to:
Defaults.env goes through the default links and servers to run through.
To setup reticulum on a VM we would have to fork https://github.com/mozilla/reticulum
Steps to install:
apt install postgresql
apt install git
apt install elixir
git clone https://github.com/mozilla/reticulum.git
cd reticulum
mix dips.get
checks through dependenciesmix ecto.create
mkdir-p storage/dev
scripts/run.sh
(hubs secret repo)iex -S mix phx.server
nano /etc/hosts