2017-02-04 15:51:49 +00:00
|
|
|
# Setting up EOTK on Raspbian
|
|
|
|
|
|
|
|
exit 0 # just in case anyone thinks this is a script
|
|
|
|
|
|
|
|
# Tor Installation
|
|
|
|
|
|
|
|
EOTK requires Tor 0.2.9.9+
|
|
|
|
|
|
|
|
# NGINX Installation
|
|
|
|
|
|
|
|
EOTK requires recent `nginx` with the following modules/features enabled:
|
|
|
|
|
|
|
|
* `headers_more`
|
2017-02-04 17:08:35 +00:00
|
|
|
* `ngx_http_substitutions_filter_module`
|
2017-02-04 15:51:49 +00:00
|
|
|
* `http_sub`
|
2017-02-04 17:08:35 +00:00
|
|
|
* `http_ssl`
|
2017-02-04 15:51:49 +00:00
|
|
|
|
|
|
|
# Summary
|
|
|
|
|
|
|
|
Unless you are fortunate to have these already installed, there are
|
|
|
|
two options for you:
|
|
|
|
|
|
|
|
- spend hours on your own, messing with `backports` and repos, or:
|
2017-02-04 17:07:07 +00:00
|
|
|
- run the obviously-named scripts in opt.d to compile from source:
|
|
|
|
- `build-nginx-on-debian.sh`
|
|
|
|
- `build-tor-on-debian.sh`
|
2017-02-04 17:09:38 +00:00
|
|
|
- ...which will do all the work for you, no options/arguments required, although the actual compilation may take a long time.
|
2017-02-04 15:51:49 +00:00
|
|
|
|
|
|
|
It's your choice...
|