Install PS4 under Oracle VirtualBox

Last modified by Christian Reiber on 2019/07/18 13:34

 

  1. Fetch the latest ISO from http://msg.direct/ps-iso.
  2. Create a VM in VirtualBox and attach the ISO file.
  3. Connect your host to the "msg-internet" WiFi.
  4. Start the VM.
  5. In the network configuration: Configure the Projektserver to use DHCP
  6. In the network configuration: Stick with "example" as the hostname
  7. Select "No" when asked whether you want to "Pre-install base software stacks"
  8. Activate "Personal access mode"
  9. After the setup is complete, log in as root and run those commands:
    • docker-stack configure tls none
    • docker-stack install proxy term
  10. In VirtualBox, set up two port forwardings (this dialog is buried pretty deep in the menu hierarchy: change virtual machine»network»Adapter 1»Extended»Port Forwarding, then use top right "plus" button to add a forwarding rule):
    • from port 80 to port 80
    • from port 443 to 443
  11. Now you can access your Projektserver locally via http://localhost
Tags:
Created by Christian Reiber on 2019/07/18 13:34

Navigation