Changes for page Getting started: Installing the Requea Platform on your machine
on 2012/02/16 14:31
on 2012/02/27 11:10
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -149,7 +149,7 @@ 149 149 150 150 The source code for the Dynapage platform is available at: 151 151 152 -http://svn.requea.com/svn/dynapage/trunk 152 +https://svn.requea.com/svn/dynapage/trunk 153 153 154 154 You must install svn, maven and a JDK 6.0 or better. 155 155 ... ... @@ -156,7 +156,7 @@ 156 156 You can get the source by doing 157 157 158 158 {{code language="none"}} 159 -svn co http://svn.requea.com/svn/dynapage/trunk dynapage 159 +svn co https://svn.requea.com/svn/dynapage/trunk dynapage 160 160 cd dynapage 161 161 mvn clean install 162 162 {{/code}}