veto

Simple Sinatra voting website.
git clone git://git.knutsen.co/veto
Log | Files | Refs | README | LICENSE

commit 9dca03d24813d9dfe0c76e66ea0f61d6f41a7e62
parent 13fdf69b4ce9883093c179b430d773c0dd65f63d
Author: Demonstrandum <knutsen@jetspace.co>
Date:   Tue, 23 Oct 2018 17:26:34 +0100

Removed Unicorn stuff, added README.ms

Diffstat:
AREADME.md | 5+++++
Dconfig/unicorn.rb | 8--------
Dstart.sh | 4----
3 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,5 @@ +# Veto +Simple polling site writen in Ruby, using Sinatra. + +## HELP +Someone help me make it look pretty. I'm too lazy to write heaps of CSS again diff --git a/config/unicorn.rb b/config/unicorn.rb @@ -1,8 +0,0 @@ -app_path = File.expand_path "#{File.dirname __FILE__}/.." - -listen "#{app_path}/tmp/unicorn.sock", backlog: 64 -working_directory app_path -pid "#{app_path}/tmp/unicorn.pid" - -#stderr_path "#{app_path}/log/unicorn.log" -#stdout_path "#{app_path}/log/unicorn.log" diff --git a/start.sh b/start.sh @@ -1,4 +0,0 @@ -#!/bin/sh - -unicorn -c config/unicorn.rb -