diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-07-01 22:58:56 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-07-01 22:58:56 -0700 |
commit | e1b278e15a1b8e131405e4fc4813ae5aae129a15 (patch) | |
tree | c7753f9709b02d9beb209517f7e087119ed3cc72 | |
parent | f9f61dafdd64bfc850fcf188bce163cd2a310313 (diff) | |
download | ia-onion-service-e1b278e15a1b8e131405e4fc4813ae5aae129a15.tar.gz ia-onion-service-e1b278e15a1b8e131405e4fc4813ae5aae129a15.zip |
fix prototyping directions; add crontab/init
-rw-r--r-- | prototyping.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/prototyping.md b/prototyping.md index e83bc57..d8be735 100644 --- a/prototyping.md +++ b/prototyping.md @@ -47,8 +47,18 @@ Going to ignore those for now. #set project archive_org #hardmap c6srwspz6764tcyn archive.org us + # edit file to remove comments... + ./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 + Browse to <https://www.c6srwspz6764tcyn.onion> in tor browser, accept a bunch of self-signed SSL errors and... it just works ?!?!? |