forked from subbuss/newsrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (33 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
1. Create resources/newsrack.properties.override and add the following properties there:
--------------------------------
# SQL db info
sql.dbName =
sql.userHome =
sql.archiveHome =
sql.user =
sql.password =
# Email info -- not needed if you are not going to send emails for password resets
email.admin.emailid =
email.system.fromid =
email.smtp.server =
email.smtp.port =
email.smtp.auth =
email.smtp.auth.user =
email.smtp.auth.passwd =
email.smtp.ssl =
# Set testing, readonly, debugging to true if you dont want anything to be downloaded
testing = false
readonly = false
debugging = false
download.init_delay.secs = 60
download.period.mins = 120
--------------------------------
2. Read SETUP.NOTES for information about configuring tomcat and modjk
3. Create build.properties and setup build properties that you want to override -- the two properties you might override are:
----------------
webapp.name =
container.dir =
----------------
4. ant build builds code
5. ant war builds war
6. ant deploy deploys the application