diff --git a/debian/template/README.Debian b/debian/template/README.Debian
index 67a6f0771559f79469e4750e4778e9a723051a46..1dd3a4cde49a0c3520af80e60051a5f9ad2d1c8e 100644
--- a/debian/template/README.Debian
+++ b/debian/template/README.Debian
@@ -1,5 +1,14 @@
 minerva for Debian
 ------------------
-minerva is a package used to visualize Disease Maps. Disease Map is a scientific representation of disease model.
+minerva is a package used to visualize Disease Maps. Disease Map is a scientific representation of disease model. More information about the project can be found here: https://minerva.pages.uni.lu/doc/
+
+DB configuration:
+------------------
+Database configuration for the package usually is done using dbconfig-common. If sysadmin decides to not use it the database configuration must be manually placed in a file: /etc/minerva/db.properties. Example config file can be found here: https://git-r3lab.uni.lu/minerva/core/blob/master/persist/src/main/resources/db.properties
+
+Log configuration:
+------------------
+Project uses log4j2 for logging. By default minerva logs should be located in directory: $CATALINA_HOME/logs/minerva.txt. Default configuration can be overriden by providing custom properties file. This would allow to enable/disable some log entries or change way of logging. Custom configuration should be placed here: /etc/minerva/log4j2.properties. Default configuration used by minerva can be found here: https://git-r3lab.uni.lu/minerva/core/raw/master/web/src/main/webapp/WEB-INF/resources/log4j2.properties. More information how to configure log4j2 logger can be found here: https://logging.apache.org/log4j/2.x/manual/configuration.html#Properties.
+
 
  -- Piotr Gawron <piotr.gawron@uni.lu>  Mon, 28 Sep 2015 10:30:53 -0400
diff --git a/debian/template/copyright b/debian/template/copyright
index ff553ffdbb6b8874c98af59fe3a70372814fe1af..bc0ca95c1353512da459fa2e86fcee44f785d68e 100644
--- a/debian/template/copyright
+++ b/debian/template/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: minerva
-Source: http://minerva.uni.lu/
+Source: https://minerva.pages.uni.lu/doc/
 
 Files: minerva.txt.gz
 Copyright: 2015 Piotr Gawron <piotr.gawron@uni.lu>