Cinderella for Mac OSX
What It Gives You
Databases
Getting Started
Cinderella is a fully managed development environment for open source hacking on Mac OSX. It's powered by homebrew and chef. You only need Xcode 4.3 Standalone CLI Tools. to get started.
Cinderella builds everything up in ~/Developer by default. It won't stomp on any of your current installations so you don't have to commit your entire machine immediately. It's simple to rollback if you really want to.
Install
Open up a terminal and run the following commands.
% sudo /usr/bin/gem install cinderella --no-rdoc --no-ri % /usr/bin/cinderella
Cinderella can manage itself from here. Open up a new shell and you're ready to hack.
Uninstall
If for some reason you don't find cinderella to be amazing then you can easily uninstall it.
% cinderella --uninstall
Philosophy
This project resulted from helping countless designers set things up. Watching more and more people stumble through something that should be simple enough. Here's a few of the things that influenced how cinderella came about.
- Setup should require sourcing 1 file.
- Get a designer up and running in under an hour
- Handle local development needs where VMs aren't required
- Your development environment is disposable and reproducible.