diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-06-27 23:08:15 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-06-27 23:08:15 (GMT) |
commit | d5d29c8889a9dc655044a1cf0926c1ac892b6696 (patch) | |
tree | a73ddad8bad0cf275e11886dac20e19bb6935522 /README | |
parent | dd5cd12cafa71f5d757642aec25c65dcceb3d02c (diff) | |
parent | 03af1fed48370ddc4772709207f064c16191f5c1 (diff) |
Merge branch 'master' of ssh://git@git.helsinki.at:2342/rhwebimport.git
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -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 |