Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/blabla1337/skf-flask
Browse files Browse the repository at this point in the history
  • Loading branch information
Scopestyle committed May 1, 2015
2 parents c728135 + 201a955 commit fb2d47a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -7,7 +7,7 @@
skf/__pycache__/*
skf/checklist-security-report.docx
skf/function-security-report.docx
skf/log/*
skf/logs/*
skf/skf.pyc
skf/test_skf.pyc
skf/server.crt
Expand Down
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -11,6 +11,7 @@ Security Knowledge Framework is an expert system application that uses OWASP App
* [Introduction](#introduction)
* [Installing](#installing)
* [Usage](#usage)
* [Development](#development)
* [Scrum Board](#scrum)
* [Testing](#testing)
* [License](#license)
Expand Down Expand Up @@ -72,6 +73,13 @@ Default the application will generate a certificate on the fly but what you real
Default username: `admin`
The password will be auto-generated every time the skf-application is launched. Check commandline output for the generated password.

##<a name="development"></a>Development

1. Fork and clone https://github.com/blabla1337/skf-flask
2. pip install -r etc/requirements.txt
3. cd skf && python ./skf.py
4. Create your changes commit and open a PR from your fork to the master repo

##<a name="scrum"></a>Scrum Board
####Waffle.io:
https://waffle.io/blabla1337/skf-flask
Expand Down
5 changes: 5 additions & 0 deletions etc/requirements.txt
@@ -0,0 +1,5 @@
https://github.com/mitsuhiko/flask/tarball/master#egg=flask
markdown
pyOpenSSL
python-docx
BeautifulSoup

0 comments on commit fb2d47a

Please sign in to comment.