Hi all,
I am working on a project that sets up packages on the cloud.
For example, If i want to setup Drupal, i need seperate machines to maintain separate tasks, like mysql in one machine(cloud instance/node 1), apache server in another machine(cloud instance/node 2), etc.
So if drupal.rpm has dependencies apache.rpm(has deps too) an...
Is there a wrapper for package managers like apt-get and yum, written in ruby?
...
I will soon be making a Debian-based OS and I was wondering what are the main things that a Server Manager would need to include?
I already have a few ideas:
Package Manager.
Ability to restart.
Manage: sites, users, pages, blog-posts, comments, etc.
Email Manager.
VM Manager -- If VMs is enabled in the Package Manager.
Storage Manager...
NOTE: Unsure if this belongs on Server Fault at this stage... please move as necessary!
I'm working on a project that has its own package management software and have come to a stage where I need a centralised and simple mechanism for creating new packages in a master repository.
The following are my requirements:
Front-facing web UI...