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/. chmod 755 bomutils/build/bin/mkbom && sudo cp bomutils/build/bin/mkbom /usr/local/bin/.
# set up the database schema # set up the database schema
./setup_database.py python ./setup_database.py
# generate a cert # generate a cert
./cert.sh ./cert.sh

View File

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

View File

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