-
Notifications
You must be signed in to change notification settings - Fork 12
/
setup.sh
53 lines (45 loc) · 994 Bytes
/
setup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#!/usr/bin/env bash
mkdir data
mkdir logs
mkdir aulogs
mkdir properties
touch properties/login.properties
touch logs/autoflagged.txt
touch logs/botUsers.txt
touch logs/feedback.txt
touch logs/fullReports.txt
touch logs/output.csv
touch logs/reports.txt
touch logs/sentinelReports.txt
touch aulogs/autoflagged.txt
touch aulogs/botUsers.txt
touch aulogs/feedback.txt
touch aulogs/fullReports.txt
touch aulogs/output.csv
touch aulogs/reports.txt
touch aulogs/sentinelReports.txt
touch data/BlackListedUsers.txt
touch data/CheckUsers.txt
touch data/IntelligentBlacklist.json
touch data/Salutations.txt
touch data/BlackListedWords.txt
touch data/FeatureRequests.txt
touch data/OptedInUsersList.txt
touch data/WhiteListedWords.txt
echo "apikey=
apitoken=
userid=
username=
location=
email=
password=
sentinelKey=
sentinelApiKey=
fmsPath=
fmsUrl=
feedMsg=" > properties/login.properties
python3 setup/downloadData.py
python3 setup/requestData.py
mvn clean
mvn package
cp target/natty-v4.jar .