Advice for PHP Website.

  • Thread starter Thread starter DanCantir
  • Start date Start date
D

DanCantir

Guest
Hi!
I'm a php developer. I want to make a web-site, using the ProxMox PHP API.
My goal is to make a site, where users can register and make their own servers.
Currently, i have a server, with proxmox system installed on it.
I never before have worked with this, so can someone give me a little advice or help with some documentations, which is not on github about this ?
Thanks, and sorry for my english.
 
Hi!
I'm a php developer. I want to make a web-site, using the ProxMox PHP API.
My goal is to make a site, where users can register and make their own servers.
Currently, i have a server, with proxmox system installed on it.
I never before have worked with this, so can someone give me a little advice or help with some documentations, which is not on github about this ?
Thanks, and sorry for my english.
Hi,
see here: http://pve.proxmox.com/wiki/Main_Page

Perhaps beginning with the videos?

Udo
 
Ok! Thanks, i was already reading the documentation.
i've userd the API Class, and i can now login with my account, and create a new open vz container, but i also have some questions.
How do i use the proxmox commands, for example: qm shutdown <vmid> --timeout <timeout> with php, what function i must use ?