1
1
GENUINE
2
2
~~~~~~~
3
3
4
- Here we store genuine benchmarks. Each benchmark appear in one directory.
4
+ Here we store real-world benchmark applications. Each benchmark is located in
5
+ its own directory.
5
6
Benchmark-specific configuration JSON files (containing the transition rules)
6
7
are located in this directory using this naming convention:
7
8
<benchmark-name>_rules.json
8
9
9
- When running the "security-scanner" tool on some benchmark <benchmark-name>,
10
- we recommend to pass these directories to the tool:
10
+ When running the "security-scanner" tool on a benchmark called <benchmark-name>
11
+ pass these directories to the tool:
11
12
./RESULTS/<benchmark-name>
12
13
./TEMP/<benchmark-name>
13
- as directories for storing results and temporary data, respectively. The
14
- directories RESULTS and TEMP are already present in .gitignore file.
14
+ for storing results and temporary data respectively. This is recommended as the
15
+ directories RESULTS and TEMP are already present in the .gitignore file.
16
+
17
+ For each benchmark there is a detailed installation guide and a short textual
18
+ description of the application below.
15
19
16
- For each benchmark we provide its detailed installation guide and also short
17
- textual description (info) of the application.
18
-
19
20
20
21
21
22
(1) Alfresco
@@ -53,7 +54,7 @@ institutions worldwide to provide durable access to digital resources.
53
54
54
55
Webpage: http://www.dspace.org/
55
56
Repository: https://github.com/DSpace/DSpace
56
- Commits: 8 934
57
+ Commits: 8, 934
57
58
Releases: 85
58
59
Contributors: 107
59
60
@@ -269,7 +270,7 @@ The built binaries will be stored in:
269
270
(10) sakai
270
271
----------
271
272
272
- Sakai is a fully customizable, 100% open source learning management system.
273
+ Sakai is a fully- customizable, 100% open source learning management system.
273
274
Sakai is a Java web application running on Apache Tomcat 8.
274
275
Sakai is licensed under the Educational Community License version 2.0
275
276
Sakai is an Apereo Foundation project and follows the Foundation's guidelines
@@ -278,17 +279,17 @@ and requirements for Contributor License Agreements.
278
279
Home web: https://www.sakaiproject.org/
279
280
Repo URL: https://github.com/sakaiproject/sakai.git
280
281
repo: https://github.com/sakaiproject/sakai.git
281
- Commits: 44 635
282
+ Commits: 44, 635
282
283
Releases: 5
283
284
Contributors: 150
284
- Java files (master, last commit): 5 657 (~42.8MiB)
285
+ Java files (master, last commit): 5, 657 (~42.8MiB)
285
286
286
287
Install guide for Ubuntu:
287
288
288
289
1. Open a terminal in the directory of this readme file and clone:
289
290
git clone https://github.com/sakaiproject/sakai.git
290
291
2. Run these commands:
291
- cd ./ sakai
292
+ cd sakai
292
293
(optional) git checkout 8550c168cdf16363e864bfdfdbeae96a1e8eac51
293
294
mvn install sakai:deploy -Dmaven.tomcat.home="./__dist__" -DskipTests -Dmaven.test.skip=true
294
295
0 commit comments