Changeset 2329
- Timestamp:
- 08/12/09 13:14:54
- Files:
-
- branches/douglm/docs/BedeworkDesignGuide.odt (deleted)
- branches/douglm/docs/BedeworkManual.odt (deleted)
- branches/douglm/docs/README (modified) (1 diff)
- branches/douglm/docs/arch.pdf (deleted)
- branches/douglm/docs/book/01-Introduction.odt (deleted)
- branches/douglm/docs/book/02-GettingStarted.odt (deleted)
- branches/douglm/docs/book/03-DeployingBedework.odt (deleted)
- branches/douglm/docs/book/04-BedeworkTheming.odt (deleted)
- branches/douglm/docs/book/05-IntegrateEnterprise.odt (deleted)
- branches/douglm/docs/book/06-PublicEventsCalendaring.odt (deleted)
- branches/douglm/docs/book/07-PersonalAndGroupCalendaring.odt (deleted)
- branches/douglm/docs/book/08-OtherFeatures.odt (deleted)
- branches/douglm/docs/book/BedeworkBook.odm (modified) (previous)
- branches/douglm/docs/book/BedeworkTheming.odt (added)
- branches/douglm/docs/book/DeployingBedework.odt (added)
- branches/douglm/docs/book/GettingStarted.odt (added)
- branches/douglm/docs/book/IntegrateEnterprise.odt (added)
- branches/douglm/docs/book/Introduction.odt (added)
- branches/douglm/docs/book/OtherFeatures.odt (added)
- branches/douglm/docs/book/PersonalAndGroupCalendaring.odt (added)
- branches/douglm/docs/book/PublicEventsCalendaring.odt (added)
- branches/douglm/docs/bwtimezones.xml (deleted)
- branches/douglm/docs/quickstart.odt (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/douglm/docs/README
r996 r2329 1 Bedework Calendar System 2 ------------------------ 1 Copies of the documentation for each release are placed 2 on the Bedework website in PDF and HTML format at 3 http://www.bedework.org/bedework/update.do?artcenterkey=22 4 (for the current release) and in each release directory at 5 http://www.bedework.org/bedework/update.do?artcenterkey=48 3 6 4 Most documenation is available at bedework.org. 5 6 Documentation is also included in the quickstart release in the docs directory. 7 8 This quickstart release allows those who want a packaged working demonstration 9 system to easily see the bedework calendar system in operation. 10 11 System requirements 12 ------------------- 13 JDK 1.4 or higher 14 JAVA_HOME environment variable must be set 15 Nothing else should be running on port 8080 and 8887. 16 17 Instructions. 18 ------------ 19 First ensure for linux that the file named "ant" in the quickstart directory is 20 marked executable. In the following instructions <ANT> is 21 On Windows: ant.bat 22 Linux ./ant 23 24 From within the quickstart directory and in separate windows type the following: 25 26 window 1: 27 <ANT> hsqldb 28 29 window 2: 30 <ANT> tomcatstart 31 32 Now go to 33 http://localhost:8080/bedework/ 34 35 Which will give you the choice of a number of applications. For those which 36 require a login valid userids and passwords are in 37 38 <tomcat-dir>/conf/tomcat-users.xml. 39 40 Currently, the demonstration administrative client requires a login with the id 41 42 douglm password bedework 43 7 Documentation for Bedework is maintained in Open Document 8 book format as the "Bedework Manual". These files can be 9 opened with Open Office and are found in the bedework/docs/book 10 directory.
