|
Revision 996
(checked in by douglm, 7 years ago)
|
Delete out of date and unnecessary HOWTO
Minor change to README
|
| Line | |
|---|
| 1 |
Bedework Calendar System |
|---|
| 2 |
------------------------ |
|---|
| 3 |
|
|---|
| 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 |
|
|---|