vote up 0 vote down star

One of the job requirements for a position Im going for is:

Knowledge of setting up an Apache,PHP,MySQL platform on a Unix server using source / rpm package.

What exactly would that entitle? I wanna do that myself before going to the interview. Can someone maybe help me out, or guide me a bit? I dont know much about system administration / set up.

flag
12  
One would argue that if you have to ask that question, you're not qualified for the position! :-D These are things you should already know like the back of your hand, unless the position is entry-level. – Chris Jester-Young Oct 7 at 21:43
The job entitles a lot of other senior responsibilities that I do know how to perform. Just because you haven't had much exposure to system administration, doesn't mean you cant be a good programmer or project manager. – Raquel Polack Oct 7 at 21:51
1  
@Raquel: I accept that; that's why I didn't want to assume too much about the nature of the position you're applying for, and actually wrote a serious answer afterwards. :-) If the job isn't really for sysadmin, I'm sure they'll understand if you don't tick all the boxes in that department; all the same, I understand you're just trying to better your chances, and that's cool with me. – Chris Jester-Young Oct 7 at 21:54
Ok, thanks Chris. So, where should I start? I dont really know much about rpm based distributions. Is there one that fits most Unix installations? Where do you think I should start? – Raquel Polack Oct 7 at 22:02
Well, as I mentioned in my comment to Andrew, Red Hat, Fedora, CentOS, Mandriva, etc. are all RPM-based. Fedora is probably your best bet, if you're not super hardcore with any specific distribution. – Chris Jester-Young Oct 7 at 22:09

closed as not programming related by Martin, Marc W, William Brendel, Mehrdad Afshari, ChssPly76 Oct 7 at 22:19

3 Answers

vote up 0 vote down

Search a place like HowtoForge for relevant step-by-step details (adjust to suit your particular platform).

link|flag
But but but but...Debian doesn't use RPM, so no source RPMs either. You will probably want to point to a RedHat/CentOS/Mandriva/etc.-based resource. – Chris Jester-Young Oct 7 at 21:45
Oops... already fixed the link to be rpm-based. – Andrew Barnett Oct 7 at 21:47
vote up 0 vote down

My comment aside, a serious answer is this: they want to know that you are able to use the package manager to rebuild those packages, so that (probably) if they find bugs in those packages, you can deploy fixes easily. I think the rpmbuild command may be helpful, but I don't use an RPM-based distribution, so don't quote me on this.

link|flag
vote up 0 vote down

Install any Linux distro on a box or VM at home and set it up do PHP development. Within moments you'll be doing some of that.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.