Skip to content

Commit 7d0205d

Browse files
committed
Updated readme
1 parent d92824a commit 7d0205d

1 file changed

Lines changed: 12 additions & 48 deletions

File tree

README.md

Lines changed: 12 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -10,54 +10,11 @@ If you are looking for a simple single file status GUI please see [Rasmus' one-p
1010
Installation
1111
-
1212

13-
###Installation Steps
13+
For installation instructions and example configuration see the [installation wiki page](https://github.com/PeeHaa/OpCacheGUI/wiki/Installation).
1414

15-
####Get the source
16-
17-
######Git clone
18-
19-
git clone https://github.com/PeeHaa/OpCacheGUI.git
20-
21-
######Manual download a release
22-
23-
Download the latest tagged [release][releases].
24-
25-
######Composer
26-
27-
php composer.phar require peehaa/opcachegui:0.0.*
28-
29-
####Setting up the project
30-
31-
1. Set the vhost's document root to the `public` folder
32-
2. In case of using apache create an `.htaccess` file in the `public/` directory with the following content:
33-
34-
```
35-
RewriteEngine on
36-
RewriteCond %{REQUEST_FILENAME} !-f
37-
RewriteCond %{REQUEST_FILENAME} !-d
38-
RewriteCond %{REQUEST_URI} !=/favicon.ico
39-
RewriteRule ^ index.php [L]
40-
```
41-
42-
Status
15+
Contributing
4316
-
4417

45-
###Implemented
46-
47-
- OpCache status
48-
- OpCache statistics
49-
- Cached scripts overview
50-
- Cached scripts invalidation
51-
- Shiny graphs
52-
53-
Some features that will be implemented soon are:
54-
55-
- Authentication
56-
- Auto refresh
57-
- Sorting of columns
58-
- Changing of graph types
59-
- Fix design of cached scripts and config pages
60-
6118
If you would like to see a feature please add [an issue][issues]. If you want to contribute please feel free to send a PR.
6219

6320
License
@@ -68,12 +25,19 @@ License
6825
Screenshots
6926
-
7027

71-
[![OpCacheGUI status][1]][1][![OpCacheGUI graphs][2]][2]
28+
[![OpCacheGUI status][1]][1]
29+
[![OpCacheGUI cached scripts][2]][2]
30+
[![OpCacheGUI graphs][3]][3]
31+
[![OpCacheGUI staus mobile][4]][4]
32+
[![OpCacheGUI cached scripts mobile][4]][5]
7233

7334
[rasmus]: https://github.com/rlerdorf/opcache-status
7435
[releases]: https://github.com/PeeHaa/OpCacheGUI/releases
7536
[issues]: https://github.com/PeeHaa/OpCacheGUI/issues
7637
[MIT]: http://spdx.org/licenses/MIT
7738

78-
[1]: https://opcachegui.pieterhordijk.com/style/opcachegui-home.png
79-
[2]: https://opcachegui.pieterhordijk.com/style/opcachegui-graphs.png
39+
[1]: http://i.imgur.com/Py4YtsC.png
40+
[2]: http://i.imgur.com/buzbl8V.png
41+
[3]: http://i.imgur.com/mEhfhDA.png
42+
[4]: http://i.imgur.com/Mi3JegX.png
43+
[5]: http://i.imgur.com/4tMSEWD.png

0 commit comments

Comments
 (0)