Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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