1 Daisy CMS 2 http://www.daisycms.org 3 4 === BUILDING (ASSEMBLING) THE BINARY DISTRIBUTION === 5 6 These are instructions for constructing a binary Daisy distribution, that is 7 the same thing as is provided from the Daisy download site. 8 9 +---------------------------------------------------------------+ 10 | Quick summary | 11 | | 12 | if you're simply building a non-official distribution | 13 +---------------------------------------------------------------+ 14 15 >> Make sure you have built the repository server as explained in 16 <root>/README.txt 17 18 >> Make sure you have built the Wiki as explained in 19 <root>/applications/daisywiki/README.txt 20 21 >> Now you can build the dist: 22 23 cd <root> 24 cd distro/core 25 mvn process-resources 26 27 Note: at the end the javadocs are built, which might produce 28 some error messages. These are harmless. 29 30 >> The result binary dist can than be found in: 31 32 distro/core/target/daisy 33 34 This Daisy can be installed using the normal installation instructions 35 found in the Daisy documentation. 36 37 38 +---------------------------------------------------------------+ 39 | Detailed instructions/checklist for building | 40 | official Daisy releases: | 41 +---------------------------------------------------------------+ 42 43 http://docs.outerthought.org/daisy-docs-2_5/293-daisy/651-daisy.html 44