Mac troubles.

I went round a friends house on Tuesday night to teach them how to manage the church’s website which runs under Mambo (which I’m starting to regret installing!). Unfortunately this person only has mac’s in the house and doesn’t really know much about the technical side of a mac apart from using word, email and graphical/music packages. He wanted to install a copy of mambo onto his own mac so he could play without distrupting the live server. However mambo needs mysql, php and apache installed. Thankfully apache was already configured but php wasn’t working – it was just displaying the files as text files. However when I searched for httpd.conf it didn’t come back with any details – instead I had to open terminal, change to a directory in /etc and then vi the file – only to find it was readonly, owned by root and when I asked for the root password I was met with a blank stare. I then used netinfo (i think) to remove the asterix in the passwd file for root, changed the password, logged in, edited the httpd.conf and hey presto – php was working. Undo the root passwd setups and then onto mambo installation.
This worked ok until we got to the sql installation as although mysql was installed, we couldn’t find a frontend to configure the databases and couldn’t find anything in google…I thought Mac interfaces were meant to be really helpful and friendly? This one certainly wasn’t.

Anyway, we carried on with testing on the “live” site and discovered that we needed a way of uploading files, specifically mp3 files, to the mambo server but you can only seem to do this if you are the administrator of the server. Not much use for giving users the ability to upload certain files and pictures.
The next solution was to use ftp, so does anyone know a good, easy to use (gui), free, mac ftp client?
Alternatively anyone got any alternatives to running a cms website that allows registered users to upload files (like a blog). I might just start again with an installation of WordPress – might be easier.

Comments

  1. Patrick Quinn-Graham

    Can I ask why you didn’t just use sudo?

    Apple doesn’t use the root account, but users who are “Can administer this computer” are in the admin group, and thus are in the sudoers file. None of the macs I control have a root password. (Or are able to login as root to).

  2. me

    we didn’t use sudo because neither of us knew about it. He’s “just a user” and I’m a pc techie not a mac one. (and google never came up with that suggestion)

Comments are closed.