From 5a8f901bbeb7c46e050e4fd3e5783b3871e68376 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Nov 2015 05:51:14 +0000 Subject: [PATCH] deletinate (cleanup) --- SETUP.md | 24 ------------------------ public/favicon.ico | Bin 198 -> 0 bytes public/index.html | 13 ------------- vhosts/.gitkeep | 0 4 files changed, 37 deletions(-) delete mode 100644 SETUP.md delete mode 100644 public/favicon.ico delete mode 100644 public/index.html delete mode 100644 vhosts/.gitkeep diff --git a/SETUP.md b/SETUP.md deleted file mode 100644 index e41aead..0000000 --- a/SETUP.md +++ /dev/null @@ -1,24 +0,0 @@ -# secure the server with https://coolaj86.com/articles/securing-your-vps-for-the-semi-paranoid.html - -# install walnut -sudo mkdir /srv/walnut -sudo chown walnut:walnut -R /srv/walnut -pushd /srv/walnut -git init -git remote origin add git@github.com:daplie/walnut.git -git pull -npm install - -# copy uid and guid to ./walnut.js -id -vim walnut.js - -# configure redirects -rsync -av redirects.sample.json redirects.json - -# TODO create dummy certs - -# create and start upstart service -sudo rsync -av upstart-walnut /etc/init/walnut.conf -# for init.d: sudo rsync -av init.d-walnut /etc/init.d/walnut -sudo service walnut restart diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 85a4d9fac03ba838f37feca9d583478bd4afd647..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 198 xcmZQzU<5(|0VXiLfq{WR42U&=SOAC>fEXkX0u5jillcGtKc*mwA|N9u!2sz^B%}ZU diff --git a/public/index.html b/public/index.html deleted file mode 100644 index d344408..0000000 --- a/public/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - -
My name is Marvin, not that you would care.
-
-You've reached {{host}} on port {{port}}. Meh... Congratulations, I guess."
- - - diff --git a/vhosts/.gitkeep b/vhosts/.gitkeep deleted file mode 100644 index e69de29..0000000