Mercurial > hg > digilib
comparison doc/src/site/markdown/install-digilib.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 | 30ec52034355 |
children | 28df291d4e26 |
comparison
equal
deleted
inserted
replaced
1278:e74fad20180a | 1279:828b6c8b1b19 |
---|---|
17 <http://localhost:8080/> | 17 <http://localhost:8080/> |
18 | 18 |
19 ## Install a digilib WAR file | 19 ## Install a digilib WAR file |
20 | 20 |
21 1. Download a digilib WAR file of a recent digilib release from the | 21 1. Download a digilib WAR file of a recent digilib release from the |
22 BerliOS [Download page](http://developer.berlios.de/project/showfiles.php?group_id=251) | 22 SourceForge [Download page](https://sourceforge.net/projects/digilib/files/) |
23 or the latest digilib build from the | 23 or the latest digilib build from the |
24 [daily build page](http://digilib.berlios.de/downloads/daily-build/). | 24 [daily build page](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/). |
25 2. Rename the WAR file to `digilib.war`. | 25 2. Rename the WAR file to `digilib.war`. |
26 3. Deploy the WAR file, i.e. drop it into the `webapps` directory of your | 26 3. Deploy the WAR file, i.e. drop it into the `webapps` directory of your |
27 Servlet Container. | 27 Servlet Container. |
28 4. Restart your Servlet Container (this may not be necessary). | 28 4. Restart your Servlet Container (this may not be necessary). |
29 5. Access your digilib instance at <http://localhost:8080/digilib/digilib.html>. | 29 5. Access your digilib instance at <http://localhost:8080/digilib/digilib.html>. |