aboutsummaryrefslogtreecommitdiffstats
path: root/prototyping.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-08-14 15:32:26 -0700
committerBryan Newbold <bnewbold@archive.org>2019-08-14 15:32:26 -0700
commitcf8bc7d7cec5dde44f422d5abfe051fa4dafeb3f (patch)
tree4ac3ed5b10ea60333ad6633d22b4b088b0d142ed /prototyping.md
parent05ad577e5b65c825fdb7c6e86715208f9aa6365a (diff)
downloadia-onion-service-cf8bc7d7cec5dde44f422d5abfe051fa4dafeb3f.tar.gz
ia-onion-service-cf8bc7d7cec5dde44f422d5abfe051fa4dafeb3f.zip
update/iterate
Diffstat (limited to 'prototyping.md')
-rw-r--r--prototyping.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/prototyping.md b/prototyping.md
index d8be735..915a485 100644
--- a/prototyping.md
+++ b/prototyping.md
@@ -1,4 +1,50 @@
+## ia-onion1 (NUC) bionic
+
+An Intel NUC running Ubuntu 18.04, following `device_setup.md` notes.
+
+ mkdir -p /private/eotk
+ cd /private/eotk
+ screen -S eotk
+
+ git clone https://github.com/alecmuffett/eotk.git src
+ cd src
+ ./opt.d/install-everything-on-ubuntu-18.04.sh
+ ./eotk make-scripts
+
+ cat archive_org.tconf
+ #set project archive_org
+ #hardmap %NEW_V3_ONION% archive.org us
+
+ ./eotk config archive_org.tconf
+
+ cat archive_org.conf
+ # example, not actual results
+ #set project archive_org
+ #hardmap c6srwspz6764tcyn archive.org us
+
+ # edit file to remove comments and add...
+ #
+ # set x_from_onion_value 1
+ # set preserve_csv tld-ao,archive\\.org,i,archive.org
+ # set ssl_mkcert 1
+
+ ./eotk config archive_org.conf
+
+ ./eotk start archive_org
+
+Set up scripts:
+
+ sudo cp eotk-init.sh /etc/init.d && sudo update-rc.d eotk-init.sh defaults
+
+ # copy line from head of eotk-housekeeping.sh
+ crontab -e
+
+After all this, needed to re-enable default tor (for SSH service):
+
+ sudo systemctl enable tor
+ sudo service tor start
+
## wbgrp-svc206.us.archive.org Log
A cluster VM, running Ubuntu 16.04.