We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f182f9 + 9ef73cc commit 4074b52Copy full SHA for 4074b52
benchmarks/GENUINE/README.txt
@@ -291,10 +291,11 @@ Install guide for Ubuntu:
291
2. Run these commands:
292
cd sakai
293
(optional) git checkout 8550c168cdf16363e864bfdfdbeae96a1e8eac51
294
- mvn install sakai:deploy -Dmaven.tomcat.home="./__dist__" -DskipTests -Dmaven.test.skip=true
+ mvn install sakai:deploy -Dmaven.tomcat.home="<full-path-to-sakai>/__dist__" -DskipTests -Dmaven.test.skip=true
295
+ where <full-path-to-sakai> is the full path of the current working directory.
296
-The built binaries will be stored in:
297
- __dist__
+The built binaries will be stored under:
298
+ <full-path-to-sakai>/__dist__
299
300
Note: Instead of "__dist__" you can specify other directory where the built
301
binaries will be stored to.
0 commit comments