File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,21 @@ LGPL-3.0
36
36
37
37
Install guide for Ubuntu:
38
38
39
- 1. Open a terminal in the directory of this readme file and clone:
40
- git clone https://github.com/Alfresco/community-edition
41
- 2. Rename the created sub-directory "community-edition" to "Alfresco".
42
- 3. Enter the directory "Alfresco" and build it using maven:
39
+ 1. Add the package source for java 7
40
+ sudo add-apt-repository ppa:openjdk-r/ppa
41
+ 2. Install openjdk-java7-jdk
42
+ sudo apt install openjdk-7-jdk
43
+ 3. Switch to java 7 (remember to switch back before you next use java)
44
+ sudo update-java-alternatives --set java-1.7.0-openjdk-amd64
45
+ 4. Change directory to the directory of this readme file and clone:
46
+ git clone https://github.com/Alfresco/community-edition Alfresco
47
+ 5. Change directory to "Alfresco".
48
+ 6. (Optional) Check out the commit before a xss attack was fixed
49
+ git checkout 5fcc93f009c6fb8578e87e79dc19a44309210602
50
+ 7. Build it using maven:
43
51
mvn clean package -DskipTests
52
+ 8. Install it:
53
+ mvn install
44
54
45
55
The built binaries will be stored in:
46
56
target (can be more than one directory, in sub-directories)
You can’t perform that action at this time.
0 commit comments