-
Notifications
You must be signed in to change notification settings - Fork 47
TC WEBSITE - MARATHON MATCH UPDATE #20
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,12 @@ cp -f /root/files/TC.prod.ldap.keystore $JBOSS_HOME/bin | |
cp -f /root/files/resources/paymentRanges.xml $JBOSS_HOME/server/all/conf | ||
|
||
# init code | ||
cp -f /root/files/build_mm.xml /root/tc-platform/tc-website | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @liuliquan So please remove the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I worry about that the build_mm.xml is stilled used for VM deployment, changing it in tc-website repo would possibly break the VM deployment. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Well, VM deployment still uses svn instead of git to set up the environment; besides the changes are to the |
||
cp -f /root/files/resources/ApplicationServer.properties /root/tc-platform/tc-website/resources | ||
cp -f /root/files/distui/jboss-web.xml /root/tc-platform/tc-website/resources/distui | ||
|
||
# deploy | ||
cd /root/tc-platform/tc-website | ||
ant -f build_mm.xml deploy | ||
ant -f build_tc.xml clean deploy | ||
ant -f build_distui.xml clean deploy |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@liuliquan
any reason why this was removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The old ActiveContests page is redirected to challenges list page, see topcoder-archive/tc-website@1ac7b2a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@liuliquan
OK but the docker image is used for development/testing. Better to leave it since it wasn't in scope of changes to the MM side of the website.