Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions client/templates/layout/layout.html.jade
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
head
meta(name="viewport" content="width=device-width, initial-scale=1")
link(rel="icon" href="/favicon.ico")
script(type='text/javascript' src='https://www.google.com/jsapi?autoload={"modules":[{"name":"visualization","version":"1","packages":["corechart"]}]}]}')

script(src='https://www.gstatic.com/charts/loader.js')
script
| google.charts.load('current', {packages: ['corechart']})
| google.charts.setOnLoadCallback(drawChart)

template(name="layout")
if currentUser
+yield(region="header")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"babel-runtime": "^6.26.0",
"bcrypt": "^0.8.7"
"bcrypt-nodejs": ""
}
}
142 changes: 0 additions & 142 deletions support/install_flowbat_centos6.sh

This file was deleted.

2 changes: 1 addition & 1 deletion support/install_flowbat_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi
sudo apt-get install -y curl build-essential git unzip

# Clone the FlowBAT repo
git clone https://github.com/chrissanders/FlowBAT.git
git clone https://github.com/WojRep/FlowBAT.git

# Install meteor and build package. Removes any existing bundle folders.
curl https://install.meteor.com/ | sh
Expand Down
5 changes: 2 additions & 3 deletions support/silkonabox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,8 @@ EOF

fi

## Download country code database - These can be updated as needed via the commands below
wget http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip
unzip GeoIPCountryCSV.zip ; cat GeoIPCountryWhois.csv | rwgeoip2ccmap --csv-input > country_codes.pmap
## Download country code database manual !!!
cat GeoIPCountryWhois.csv | rwgeoip2ccmap --csv-input > country_codes.pmap
sudo mv country_codes.pmap /usr/local/share/silk/

# Start up services
Expand Down