Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 720 Bytes

readme.md

File metadata and controls

19 lines (15 loc) · 720 Bytes

Setup

  • ./build-container.sh
    • The mysql-server account is: root:root
  • ./start-container.sh setup
    • Enter mysql root password when prompted TODO: this fails right now
    • Next you will want to configure your mail system. Recommended:
      • "General type of mail configuration:" 4
      • "System mail name:"
    • "Run proftpd:" 1
    • The script will then finish setup, and exit the container. Once exited, the container will be committed as froxlor:latest.
  • ./start-container.sh
  • Navigate to http://localhost/froxlor, follow install instructions.

Todo