diff options
-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 ?!?!? |