forked from bka/fidius-candc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bernd
authored and
bernd
committed
Dec 1, 2011
1 parent
787178b
commit 353ca76
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# C&C for FIDIUS | ||
|
||
C&C provides a webinterface for controlling FIDIUS-Core. | ||
|
||
## Setup | ||
|
||
For detailed setup instructions please refer to: [https://github.com/fidius/fidius-core](https://github.com/fidius/fidius-core) | ||
|
||
You need at least FIDIUS-Core to run this. Optional Components are: | ||
|
||
* FIDIUS-EvasionDB | ||
* FIDIUS-CVEDB | ||
|
||
It is a Rails 3.0.x project. C&C uses the database from FIDIUS-Core. | ||
Please edit your database.yml properly. | ||
|
||
$ cd /path/to/candc/config | ||
$ cp database.yml.example database.yml | ||
$ cd /path/to/candc | ||
$ rails server | ||
$ browse to http://localhost:3000 | ||
|
||
## Authors and Contact | ||
|
||
* FIDIUS Intrusion Detection with Intelligent User Support | ||
<[email protected]>, <http://fidius.me> | ||
|
||
If you have any questions, remarks, suggestion, improvements, etc. feel free to drop a line at the | ||
addresses given above. You might also join `#fidius` on Freenode or use the contact form on our | ||
[website](http://fidius.me/en/contact). | ||
|
||
|
||
## License | ||
|
||
Simplified BSD License and GNU GPLv2. See also the file LICENSE. |