uronion is a collection of scripts using which you can run an onion webesite from your system in 2 steps.
Prerequisites -
- docker
- python
- pip
- virtualenv (optional)
Installation -
- create a virtual environment using
virtualenv. - activate virtual environment
- run
pip install -r requirements.txt
Execution -
- run
python keygen_v2.py <prefix>(your onion hostname will be printed on console) docker-compose up(wait for few seconds for site to come up)
And that's it :)