Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 516 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 516 Bytes

uronion is a collection of scripts using which you can run an onion webesite from your system in 2 steps.

Prerequisites -

  1. docker
  2. python
  3. pip
  4. virtualenv (optional)

Installation -

  1. create a virtual environment using virtualenv.
  2. activate virtual environment
  3. run pip install -r requirements.txt

Execution -

  1. run python keygen_v2.py <prefix> (your onion hostname will be printed on console)
  2. docker-compose up (wait for few seconds for site to come up)

And that's it :)