Skip to content
DennisSc edited this page Aug 29, 2016 · 4 revisions

apt-get update

apt-get install lighttpd

apt-get install php5-cgi

follow any instructions on how to enable and test fastcgi and php on lightpd

apt-get install openvpn

apt-get install easy-rsa

cp -r /usr/share/easy-rsa /etc/openvpn/easy-rsa2

follow any publicly available instructions on how to set up an openvpn CA with easy-rsa

copy all files of this repository to the corresponding folders on your system

service openvpn restart

service lighttpd stop

service lighttpd start

browse to http://localhost

default user is "admin/admin", additionally "download/download" for downloads

Clone this wiki locally