@@ -10,14 +10,14 @@ Requirements
10
10
You need to make sure you're using PHP 5.3+.
11
11
12
12
Also, you'll need to install the following pear dependencies:
13
- /var/www $ sudo pear channel-discover pear.netpirates.net
14
- /var/www $ sudo pear install theseer/DirectoryScanner
15
- /var/www $ sudo pear install theseer/fDOMDocument
16
- /var/www $ sudo pear install theseer/fXSL
13
+ sudo pear channel-discover pear.netpirates.net
14
+ sudo pear install theseer/DirectoryScanner
15
+ sudo pear install theseer/fDOMDocument
16
+ sudo pear install theseer/fXSL
17
17
18
18
Finally, you'll need the ezcConsoleTools from components.ez.no:
19
- /var/www $ sudo pear channel-discover components.ez.no
20
- /var/www $ sudo pear install ezc/ConsoleTools
19
+ sudo pear channel-discover components.ez.no
20
+ sudo pear install ezc/ConsoleTools
21
21
22
22
23
23
Installation
@@ -26,19 +26,18 @@ Installation
26
26
Make sure you've installed all the requirements.
27
27
28
28
Get the source code from GIT:
29
- ~ $ cd /var/www/
30
- /var/www/ $ git clone --recursive
[email protected] : Username /phpdox.git
29
+ git clone --recursive
[email protected] : Username /phpdox.git
31
30
32
31
_ Note: If you've forgot the --recursive argument, you'll not have the staticReflection submodule in lib/. So you might want to use:_
33
- /var/www/ $ git submodule init
34
- /var/www/ $ git submodule update
32
+ git submodule init
33
+ git submodule update
35
34
36
35
37
36
Usage Examples
38
37
--------------
39
38
40
39
You can run phpdox like this:
41
- /var/www/ $ phpdox/phpdox.php
40
+ phpdox/phpdox.php
42
41
43
42
44
43
trouble shooting
0 commit comments