Getting Started
Installing Mack is pretty simple:
$ sudo gem install mack
This will install a few gems that Mack is dependent on. Once you’ve got all the gems installed you can create your mack app with the following:
$ mack my_cool_mack_app
That should create a folder called my_cool_mack_app with a bunch of files and folders underneath it. Now, to fire up the app:
$ cd my_cool_mack_app $ rake server
Now point your browser to http://localhost:3000 and you should see a nice “welcome to mack” screen.
That’s it. Now you can start rocking your super cool application.
