Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
User Journal

Journal stoolpigeon's Journal: Web Dev on the Mac 1

I've been working on a little side project. I would like to have an app where people can read updates that I send out. It seemed like a fun way to learn more about programming mobile apps and it's something I could actually use if I can get it to a decent state.
 
I'm keeping it simple. I decided the app would just be an rss feed reader. And that meant I need a feed. I want it to be very specific to my app so I decided the way to go would be to just create my own back end for creating the feed. I decided to use php and I wrote a simple set up using the codeigniter framework. That gave me a quick way to set up authorization and it was easy to tie in styling from bootstrap so that things can look decent without any effort.
 
I've been doing all the work at my office, on my desktop running Fedora. I have two nice big lcd monitors and developing on Linux is just so easy. I had the environment up and running in no time.
 
Then this week my son got sick. Nothing serious - but enough for him to stay home from school for a few days. I worked from home to keep an eye on him. I've been putting off getting my Macbook set up to do this kind of stuff but now I really needed to tackle it. Ugh - what a pain. The machine itself has grown on me. The hardware is decent and works pretty well. The software isn't horrible. But oh my word - when I want to do anything 'out of the ordinary' and by that I mean any kind of meaningful work with the system, it is pretty bad. I know lots of professional developers use Macs but I'm stunned at what a pain it is to do things that are trivially easy in Linux.
 
Getting Mysql installed and running with Apache was a lot more work. Getting PHP working the way I want took more time than it ever has before. Things are far from ideal even now, but I've got it to a point where it works.
 
And now I have my code in 3 places. So I'll be using github to keep code in sync between them. It's a little more of a challenge because I have the production environment set up a little differently than the dev environment. But not so differently that it is a huge deal. I have ssh access to my hosting environment (Bluehost) so that makes it pretty easy. - Oh and that is the one thing that saves the mac - having bash. If it didn't I'd have given up on it long ago.

This discussion has been archived. No new comments can be posted.

Web Dev on the Mac

Comments Filter:
  • by Chacham ( 981 ) *

    At some point, having a server (like Linode) becomes well worth it. As long as you have a network connection, you can connect to your one development box.

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...