Updated install, requirements, and reset files

3.0-Beta
xorrior 2018-03-13 23:53:06 -04:00
commit 20462fccc8
3 changed files with 3 additions and 2 deletions

View File

@ -174,7 +174,7 @@ fi
chmod 755 bomutils/build/bin/mkbom && sudo cp bomutils/build/bin/mkbom /usr/local/bin/.
# set up the database schema
./setup_database.py
python ./setup_database.py
# generate a cert
./cert.sh

View File

@ -15,3 +15,4 @@ jinja2
cryptography
pyminifier==2.1
xlutils
pycrypto

View File

@ -18,7 +18,7 @@ then
rm ../data/empire.db
fi
./setup_database.py
python ./setup_database.py
cd ..
# remove the debug file if it exists