brahmlower / cssef

Cyber Security Scoring Engine Framework
7 stars 3 forks source link

Make setup.py file #28

Closed brahmlower closed 8 years ago

brahmlower commented 9 years ago

Being able to use this easily for the first time might be kinda nice...

brahmlower commented 8 years ago

This has been completed for Cssef and CssefClient. At the moment, you can install each from the root of the component directory. For example:

git clone https://github.com/bplower/cssef.git
cd cssef/Cssef
# This installs the server package
sudo pip install .
cd ../CssefClient
# This installs the client package
sudo pip install .

The web components won't be so easily installed/configured, so I'm closing this issue.