Advertisement
akhfa

Install Proxmox 4

Aug 13th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.99 KB | None | 0 0
  1. #!/bin/bash
  2. echo "192.168.15.77   prox4m1.proxmox.com prox4m1 pvelocalhost" >> /etc/hosts
  3. echo "deb http://download.proxmox.com/debian jessie pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
  4. wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -
  5. apt-get update && apt-get dist-upgrade
  6. apt-get install proxmox-ve ntp ssh postfix ksm-control-daemon open-iscsi systemd-sysv
  7. # setup networking seperti pada gambar
  8.  
  9. # download iso
  10. cd /var/lib/vz/template/iso
  11.  
  12. #error apparmor
  13. https://ubuntuforums.org/showthread.php?t=2164641&p=12741691#post12741691
  14.  
  15. download lxc
  16. https://www.youtube.com/watch?v=lhKIewr1rmc
  17. https://forum.proxmox.com/threads/latest-lxc-templates-for-common-linux-distributions.25947/
  18. https://pve.proxmox.com/wiki/Get_Virtual_Appliances
  19.  
  20. backup restore
  21. https://www.howtoforge.com/tutorial/how-to-configure-nfs-storage-in-proxmox-ve/
  22.  
  23. add nginx
  24. http://www.jamescoyle.net/how-to/1522-proxy-the-proxmox-web-gui-with-nginx-over-https-with-load-balancing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement