From eda953ad800d95289ddc6578048fbd1cac4d6730 Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 21 Feb 2014 17:48:48 +0100 Subject: renamed unicorn.rb for easier update on server --- README | 3 ++- public/favicon.ico | Bin 0 -> 1150 bytes unicorn.rb | 2 -- unicorn.rb.example | 2 ++ views/layout.haml | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 public/favicon.ico delete mode 100644 unicorn.rb create mode 100644 unicorn.rb.example diff --git a/README b/README index dac8941..2526353 100644 --- a/README +++ b/README @@ -6,7 +6,8 @@ Caching proxy and GUI for PubChem read across predictions Requirements: memcached Usage: - +# edit unicorn.rb +rename unicorn.rb.example to unicorn.rb # start memcached memcached -d -m 2048 -l localhost -p 11211 -u nobody # start unicorn diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..be19592 Binary files /dev/null and b/public/favicon.ico differ diff --git a/unicorn.rb b/unicorn.rb deleted file mode 100644 index c0441ab..0000000 --- a/unicorn.rb +++ /dev/null @@ -1,2 +0,0 @@ -worker_processes 6 -timeout 6000 diff --git a/unicorn.rb.example b/unicorn.rb.example new file mode 100644 index 0000000..c0441ab --- /dev/null +++ b/unicorn.rb.example @@ -0,0 +1,2 @@ +worker_processes 6 +timeout 6000 diff --git a/views/layout.haml b/views/layout.haml index b46fc7d..a27be48 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -3,6 +3,7 @@ %head %meta{ :charset => "utf-8" } %title= "PubChem read across" + %link{:rel=>'icon', :type=>'image/x-icon', :href=>'/favicon.ico'} %link{:rel=>'stylesheet', :href=>"#{'/style.css'}", :type => "text/css"} %script{:type => "text/javascript", :src => "/jquery-1.8.2.js"} :javascript -- cgit v1.2.3