Mirots Posted September 9, 2011 Share Posted September 9, 2011 Hi all, What is the best technique to create an application provisioning module answering the following requirements: Multiple application servers (CentOS) are used and registered with WHMCS * Each server is based on Nginx/Mysql/PHP and holds multiple web applications using virtual hosts * Each application is installed/removed/upgraded using custom local installation script * Initial application installation might took 5 minutes We don't use control panels, so there are no "out of the box" server APIs Should I create a custom server API (rest style)? If yes - What frameworks are suggested to administer linux server? Or is there some remote access techniques I can use? (Calling SSH from PHP is not very good experience) Is there a way to handle CreateAccount function asynchronously? (making user to wait 5 minutes is not reasonable I think) Many thanks! Miro 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.