Repository: syncope Updated Branches: refs/heads/master 6ae502003 -> 9c9443ab3
Updating Ubuntu packages availability Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/d1d0c1f4 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/d1d0c1f4 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/d1d0c1f4 Branch: refs/heads/master Commit: d1d0c1f4b28b77726abf3c3f36db6d457400249a Parents: 6ae5020 Author: Francesco Chicchiriccò <[email protected]> Authored: Thu Jul 28 15:11:40 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Thu Jul 28 15:12:33 2016 +0200 ---------------------------------------------------------------------- src/main/asciidoc/getting-started/obtain.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/d1d0c1f4/src/main/asciidoc/getting-started/obtain.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/getting-started/obtain.adoc b/src/main/asciidoc/getting-started/obtain.adoc index 841914f..928a725 100644 --- a/src/main/asciidoc/getting-started/obtain.adoc +++ b/src/main/asciidoc/getting-started/obtain.adoc @@ -105,11 +105,11 @@ sudo apt-get install tomcat8 + [WARNING] *Ubuntu LTS 14.04 LTS* does not provide the tomcat8 package by default: you will need instead to download and manually -install the following packages (from Ubuntu 14.10): -http://packages.ubuntu.com/vivid/all/libecj-java/download[libecj-java] -http://packages.ubuntu.com/vivid/all/libtomcat8-java/download[libtomcat8-java] -http://packages.ubuntu.com/vivid/all/tomcat8-common/download[tomcat8-common] -http://packages.ubuntu.com/vivid/all/tomcat8/download[tomcat8] +install the following packages (from Ubuntu 15.04): +http://packages.ubuntu.com/wily/all/libecj-java/download[libecj-java] +http://packages.ubuntu.com/wily/all/libtomcat8-java/download[libtomcat8-java] +http://packages.ubuntu.com/wily/all/tomcat8-common/download[tomcat8-common] +http://packages.ubuntu.com/wily/all/tomcat8/download[tomcat8] + . Install PostgreSQL +
