summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-06-27 23:08:15 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-06-27 23:08:15 (GMT)
commitd5d29c8889a9dc655044a1cf0926c1ac892b6696 (patch)
treea73ddad8bad0cf275e11886dac20e19bb6935522 /README
parentdd5cd12cafa71f5d757642aec25c65dcceb3d02c (diff)
parent03af1fed48370ddc4772709207f064c16191f5c1 (diff)
Merge branch 'master' of ssh://git@git.helsinki.at:2342/rhwebimport.git
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 12 insertions, 3 deletions
diff --git a/README b/README
index 1144e89..79db43c 100644
--- a/README
+++ b/README
@@ -31,7 +31,7 @@ LICENSE
Installation
============
-# sudo aptitude install apache2 libapache2-mpm-itk libapache2-mod-perl2 libjson-any-perl libxml-quote-perl librhrd-perl libjs-jquery libjs-bootstrap rivendell-server
+# sudo aptitude install apache2 libapache2-mpm-itk libapache2-mod-perl2 libjson-maybexs-perl libxml-quote-perl librhrd-perl libjs-jquery libjs-bootstrap rivendell-server
# sudo a2enmod ssl authnz_ldap perl proxy_wstunnel
# sudo /etc/init.d/apache2 restart
@@ -71,8 +71,9 @@ add the following to the virtualhost config:
</Files>
</Directory>
- ProxyPass "/ntp" "ws://localhost:3000/ntp"
- ProxyPass "/rhimportd" "ws://localhost:4080/public/socket"
+ ProxyPass "/ntp" "ws://localhost:3000/ntp"
+ ProxyPass "/rhimportd" "ws://localhost:4080/public/socket"
+ ProxyPass "/upload" "http://localhost:4080/public/upload"
DocumentRoot /var/www/rhwebimport/www/
<Directory /var/www/rhwebimport/>
@@ -89,3 +90,11 @@ add the following to the virtualhost config:
~~~/snip~~~
# ./build.sh
+
+
+Pflichtenheft
+=============
+
+To generate to PDF from markdown use pandoc
+
+# pandoc -o Pflichtenheft-Peter.pdf Pflichtenheft-Peter.md