Cachet requires a few things to run. You'll need:
ext-gd
, ext-simplexml
, mcrypt
and ext-xml
installed.Check out the latest version
The tags below are examples of what will be shown. You should always run git checkout
on the latest tag.
$ cd /var/www # Or wherever you chose to install web applications to
$ git clone https://github.com/cachethq/Cachet.git
$ cd Cachet
$ git tag -l
v0.1.0-alpha
v1.0.0
v1.1.0
v2.0.0
v2.1.0
$ git checkout v2.1.0