Enterprise-Onion-Toolkit/000-setup-raspbian.md

34 wiersze
830 B
Markdown
Czysty Zwykły widok Historia

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 18:23:17 +00:00
- run the obviously-named scripts in opt.d to compile from source.
2017-02-04 15:51:49 +00:00
2017-02-04 18:23:17 +00:00
...which will do all the work for you, no options/arguments required,
although the actual compilation may take a long time. It's your
2017-02-04 18:23:43 +00:00
choice. If you choose the latter option, do this:
2017-02-04 18:23:17 +00:00
- `./opt.d/build-nginx-on-debian.sh`
- `./opt.d/build-tor-on-debian.sh`
2017-02-04 18:24:53 +00:00
...as appropriate.