rename and add prerequisites
This commit is contained in:
parent
99b8bfe19b
commit
c7ca69074a
5
README
5
README
@ -1,5 +0,0 @@
|
|||||||
# Qortal RNS
|
|
||||||
|
|
||||||
Comprehensive setup of a Reticulum Network Stack.
|
|
||||||
Integrate it with the Qortal API (and potentially others).
|
|
||||||
|
|
28
README.md
Normal file
28
README.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Qortal RNS
|
||||||
|
|
||||||
|
Comprehensive setup of a Reticulum Network Stack.
|
||||||
|
Integrate it with the Qortal API (and potentially others).
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# install python3 for your OS. Eg. Ubuntu
|
||||||
|
apt install -y python3.10-venv
|
||||||
|
|
||||||
|
# create virtual environment
|
||||||
|
python3 -m venv ~/rns
|
||||||
|
source ~/rns/bin/activate
|
||||||
|
|
||||||
|
# (optional) add it to the bash profile
|
||||||
|
echo "source ~/rns/bin/activate" >> .bashrc
|
||||||
|
|
||||||
|
# install requirements (ansible, rns, ...)
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
## Setup RNS
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# config user startup and default config
|
||||||
|
ansible-playbook ...
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user