Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 604 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 604 Bytes

Demo of deSEC's desec-stack hosted on desec.io

To run demos, setup an virtual environment and install the requirements:

python3 -m venv venv
source venv/bin/activate
pip install wheel
pip install -r requirements.txt

Basic Demo

To run, an access token for the demo.dedyn.io domain is required. Assuming my_token is your the access token, run the demo with

source venv/bin/activate
TOKEN=my_token doitlive play basic.sh 

Note that the demo is best run completely and uninterrupted, otherwise future runs may be confused by existing/non-existing data on the server.