This repository was archived by the owner on Sep 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
42 lines (28 loc) · 1.35 KB
/
Copy pathREADME
File metadata and controls
42 lines (28 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Cornac : PHP Code Analyzer
Copyright (c) 2010 - 2011 Alter Way Solutions (France)
This software is part of the Open Source Cornac Project.
Cornac is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
License for more details.
Usage :
1) Create [application].ini in ini folder, by duplicating cornac.ini
Check the first section, that should be enough.
2) at the root of cornac folder, run this command :
bin/cornac -I <ini>
3) Stand by ... some time.
4) When cornac says 'Done' :
a) go in your destination directory, HTML version will be there, starting with index.html
b) link (ln -s) you web root to the 'web' directory in cornac, and then,
point your browser to the good path (http://localhost/web) :
All should be there
c) Run bin/inventory -I <ini> and open the resulting .ods with Open Office
May be of interest :
+ scripts/tag/tags.php : a way to tags comments in the code
+ scripts/file2png.php : a way to represent file system as PNG file
Current version is DEV.
Pre-requisite :
+ PHP 5.3.1 (only tested on that version, may work somewhere else).
+ MySQL (should work on any version), or SQLite (not currently tested)
+ xdebug is used for certain debug display.
This software is released under PHP licence (3.01)