1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-05-06 09:15:15 +02:00

update version number

This commit is contained in:
Mikael Roos 2015-10-21 01:23:23 +02:00
parent 80610b31b9
commit 3667082f15

View File

@ -45,14 +45,14 @@ There are several ways of installing. You either install the whole project which
The [sourcode is available on GitHub](https://github.com/mosbth/cimage). Clone, fork or [download as zip](https://github.com/mosbth/cimage/archive/master.zip). The [sourcode is available on GitHub](https://github.com/mosbth/cimage). Clone, fork or [download as zip](https://github.com/mosbth/cimage/archive/master.zip).
**Latest stable version is v0.7.6 released 2015-10-18.** **Latest stable version is v0.7.7 released 2015-10-21.**
I prefer cloning like this. Do switch to the latest stable version. I prefer cloning like this. Do switch to the latest stable version.
```bash ```bash
git clone git://github.com/mosbth/cimage.git git clone git://github.com/mosbth/cimage.git
cd cimage cd cimage
git checkout v0.7.6 git checkout v0.7.7
``` ```
Make the cache-directory writable by the webserver. Make the cache-directory writable by the webserver.
@ -75,7 +75,7 @@ There are some all-included bundles of `img.php` that can be downloaded and used
Dowload the version of your choice like this. Dowload the version of your choice like this.
```bash ```bash
wget https://github.com/mosbth/cimage/tree/v0.7.6/webroot/imgp.php wget https://github.com/mosbth/cimage/tree/v0.7.7/webroot/imgp.php
``` ```
Open up the file in your editor and edit the array `$config`. Ensure that the paths to the image directory and the cache directory matches your environment, or create an own config-file for the script. Open up the file in your editor and edit the array `$config`. Ensure that the paths to the image directory and the cache directory matches your environment, or create an own config-file for the script.