Mercurial > hg > digilib
comparison doc/src/site/markdown/build-maven.md @ 1279:828b6c8b1b19
changed links in documentation (and poms) to new sourceforge site.
author | robcast |
---|---|
date | Sun, 16 Feb 2014 16:56:49 +0100 |
parents | bd7dfa8b164e |
children | 28df291d4e26 |
comparison
equal
deleted
inserted
replaced
1278:e74fad20180a | 1279:828b6c8b1b19 |
---|---|
12 or [Jetty](http://www.eclipse.org/jetty/) to run the web application. | 12 or [Jetty](http://www.eclipse.org/jetty/) to run the web application. |
13 | 13 |
14 ## Quick build | 14 ## Quick build |
15 | 15 |
16 The fastest way to build the digilib web application is to download the digilib | 16 The fastest way to build the digilib web application is to download the digilib |
17 project file [pom.xml](http://hg.berlios.de/repos/digilib/raw-file/tip/pom.xml) | 17 project file [pom.xml](https://sourceforge.net/p/digilib/code/ci/default/tree/pom.xml?format=raw) |
18 (download and save it) and run | 18 (download and save it) and run |
19 | 19 |
20 mvn scm:bootstrap -N | 20 mvn scm:bootstrap -N |
21 | 21 |
22 in the same directory as the `pom.xml` file. | 22 in the same directory as the `pom.xml` file. |
36 code separately so you can keep it around, modify it or change the configuration | 36 code separately so you can keep it around, modify it or change the configuration |
37 before you deploy. | 37 before you deploy. |
38 | 38 |
39 To check out the latest source code into the directory `digilib` run | 39 To check out the latest source code into the directory `digilib` run |
40 | 40 |
41 hg clone http://hg.berlios.de/repos/digilib | 41 hg clone http://hg.code.sf.net/p/digilib/code digilib |
42 | 42 |
43 The digilib configuration files are now in `digilib/webapp/src/main/webapp/WEB-INF/` | 43 The digilib configuration files are now in `digilib/webapp/src/main/webapp/WEB-INF/` |
44 | 44 |
45 If you want to update your copy of digilib to the latest version at some time in the future | 45 If you want to update your copy of digilib to the latest version at some time in the future |
46 just run | 46 just run |