summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2014-02-21 17:48:48 +0100
committergebele <gebele@in-silico.ch>2014-02-21 17:48:48 +0100
commiteda953ad800d95289ddc6578048fbd1cac4d6730 (patch)
treebd5794f8fa195ab0ec82f32f26d163108959342e
parent0385c1b7f6b6a168bd1c832e519ca9fe7fb52c8d (diff)
renamed unicorn.rb for easier update on server
-rw-r--r--README3
-rw-r--r--public/favicon.icobin0 -> 1150 bytes
-rw-r--r--unicorn.rb.example (renamed from unicorn.rb)0
-rw-r--r--views/layout.haml1
4 files changed, 3 insertions, 1 deletions
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
--- /dev/null
+++ b/public/favicon.ico
Binary files differ
diff --git a/unicorn.rb b/unicorn.rb.example
index c0441ab..c0441ab 100644
--- a/unicorn.rb
+++ b/unicorn.rb.example
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