1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-18 22:01:23 +02:00

Prepare to tag v0.7.4

This commit is contained in:
Mikael Roos
2015-09-15 17:26:04 +02:00
parent 1907feffc8
commit 8d6a8a452e
5 changed files with 13 additions and 16 deletions

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).
**Latest stable version is v0.7.1 released 2015-07-25.**
**Latest stable version is v0.7.4 released 2015-09-15.**
I prefer cloning like this. Do switch to the latest stable version.
```bash
git clone git://github.com/mosbth/cimage.git
cd cimage
git checkout v0.7.1
git checkout v0.7.4
```
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.
```bash
wget https://github.com/mosbth/cimage/tree/v0.7.1/webroot/imgp.php
wget https://github.com/mosbth/cimage/tree/v0.7.4/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.