WebDAV CGI Virtual Box
Getting Started
- Download WebDAV CGI Virtual Box
- Unpack (
tar -avxf webdavcgi-virtualbox.tar.lzma
or with 7-Zip),
add machine WebDAV CGI (Ubuntu 16.04)/WebDAV CGI (Ubuntu 16.04).vdi to Virtual Box (Machine > Add...),
and start WebDAV CGI Virtual Box (Virtual Box required) - Call the web interface (please ignore SSL warnings and accept the certificate): https://localhost:4443/
and login with usertestuser1
and passwordtestuser1
About the Virtual Box
- Virtual Box:
- 1 CPU
- 4 GB RAM
- 2 hard drives: sda: root (ext4, quota) and swap
- Port forwarding: 4443 to 443 for HTTPS and 2222 to 22 for ssh
- OS: Ubuntu 16.04 LTS 64bit:
- Apache 2.4 with rewrite, SSL, and cgid modules
- PostgreSQL database server for WebDAV locks and properties
- LDAP server:
- Base DN:
dc=danrohde,dc=github,dc=io
- Admin password:
adminuser
- Entries: 4 users (testuser1, testuser2, public, quotatemplate) and 4 groups (testuser1, testuser2, public) in 2 organizational units
- Base DN:
- SSH access through port 2222: Login
adminuser
(password:adminuser
);ssh -l adminuser localhost -p 2222
- root access via adminuser:
sudo -i
- installation scripts:
/home/adminuser/install/
- helper scripts (LDAP users/groups):
/home/adminuser/scripts
Troubleshooting Guide
No connection to https://localhost:4443/
- check WebDAV CGI Virtual Box machine is started: look into text console of the machine
- sometimes the port 4443 is in use: look for a free port and change the port forwarding rules of the WebDAV CGI Virtual Box
© ZE CMS, Humboldt-Universität zu Berlin | Written by Daniel Rohde