# Download the ADP - The NaviServer Web Anti-Framework sources
git clone https://eurotcl2026.magma-soft.at/git/eurotcl2026.git
sudo mv eurotcl2026 /srv/adp
cd /srv/adp
# Copy the demo server configuration to the Naviserver config directory
cp doc/80-adp.tcl /usr/local/ns/conf/nsd-config.d
Add adp entry to /etc/hosts, the file should start with the following lines:
127.0.0.1 localhost
127.0.1.1 name ← your hostname here
127.0.1.2 adp
…
Stop and start the run scrip, open a browser at http://adp:8080, and
start playing around with the code. Remember to reload the browser after changes.