Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • 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.
35 changes: 35 additions & 0 deletions README.md
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.

0 comments on commit 353ca76

Please sign in to comment.