rzMVC Framework


There are a couple ways to get rzMVC. You can either clone the repository on GitHub or grab a deployment-ready zipfile. For most people, the zipfile will be the way to go as these are considered 'stable' releases.


Clone From Git

The project's homepage on github can be viewed here. To clone the repository on to your local machine, run the following command:

With git version 1.6.5 and later:
	git clone --recursive https://github.com/rhemz/rzmvc2.git

With earlier versions of git:
	git clone https://github.com/rhemz/rzmvc2.git
	cd rzmvc2
	git submodule init
	git submodule update

Download the Zip

You can grab a zip of the latest stable release, ready for development/deployment right here. The current version is: Milestone 3.

Download.