fix: wget bug + Added screen, virtualenv and redis dependencies

pull/9/head
Sami Mokaddem 2017-11-21 16:23:28 +01:00
parent f3b3365320
commit 81912aa519
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
set -e
set -x
sudo apt-get install python3-virtualenv -y
sudo apt-get install python3-virtualenv virtualenv screen redis-server -y
if [ -z "$VIRTUAL_ENV" ]; then
virtualenv -p python3 DASHENV
@ -106,6 +106,6 @@ mv temp/Bootstrap-3-Typeahead/bootstrap3-typeahead.min.js ./static/js
git clone https://github.com/melenaos/jquery-punchcard.git temp/jquery-punchcard
mv temp/jquery-punchcard/src/punchcard.js ./static/js
mv temp/jquery-punchcard/src/punchcard.css ./static/css
wget https://momentjs.com/downloads/moment.js -O ./static/js
wget https://momentjs.com/downloads/moment.js -O ./static/js/moment.js
rm -rf ./temp