Skip to content

Commit

Permalink
Added the installation section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Sep 19, 2013
1 parent 10fac39 commit 13a4858
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ GUI for PHP's OpCache. I started this project to see what you can do with PHP's

If you are looking for a simple single file status GUI please see [Rasmus' one-page OpCache project][rasmus].

Installation
-

OpCacheGUI currently is designed to under an own vhost.

###Installation Steps

1. Get the code, eg. `git clone https://github.com/PeeHaa/OpCacheGUI.git` or download [the zip](https://github.com/PeeHaa/OpCacheGUI/archive/master.zip)
2. Set the vhost's document root to the `public` folder
3. In case of using apache create an `.htaccess` file in the `public/` directory with the following content:

```
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^ /index.php [L]
```


Status
-

Expand Down Expand Up @@ -41,4 +61,4 @@ Screenshots
[MIT]: http://spdx.org/licenses/MIT

[1]: https://opcachegui.pieterhordijk.com/style/opcachegui-home.png
[2]: https://opcachegui.pieterhordijk.com/style/opcachegui-graphs.png
[2]: https://opcachegui.pieterhordijk.com/style/opcachegui-graphs.png

0 comments on commit 13a4858

Please sign in to comment.