EPP-DRS is also distributed as a VMWare virtual appliance.
It's a VMWare virtual machine with 512 MB RAM and 1.5 GB of disk space, running Ubuntu JEOS. EPP-DRS is already installed and fully configured (installation path is /var/www)
It can be useful in following cases:
Appliance will need a separate IP address accessible from internet. Hence you must have one spare IP address not assigned to your host server.
Here are 5 simple steps to get it running on your server:
root and password eppdrs and change the root password.vi /etc/network/interfaces
replace line iface eth0 inet dhcp
with these lines:
iface eth0 inet static
address <IP address>
netmask 255.255.255.0
gateway <Gateway IP>
where <IP address> is your spare IP address, <Gateway IP> is your gateway IP (can be found in connection properties on host machine).
/etc/epp-drs