Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

madsteer/direct-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

direct-app

Setup on VM:

  • Once you get your VM, login into the VM with your private key and account 'direct'
  • Back up token.properties and topcoder_global.properties in /home/direct/direct somewhere
  • Delete the whole directory /home/direct/direct
  • Git Clone the direct-app repo into folder /home/direct/direct.
  • Copy the back up *.properties files back to /home/direct/direct
  • Among the *.properties, update topcoder_global.properties, add line 'direct_service_libdir=${libdir}/tcs/ejb' after tcs_libdir property
  • Make sure JDK7 is used: run
    • export JAVA_HOME=/opt/jdk1.7.0_17
    • export PATH=/opt/jdk1.7.0_17/bin:$PATH

Setup on Local env - Refer to http://apps.topcoder.com/wiki/display/docs/TC+Direct+Setup+Guide

  • Instead of using SVN, you will use the codes from this git repo

VM Info:

Build/Compile

  • run 'ant deploy'

Deploy:

  • simply run 'ant deploy' to build all the components and the direct and deploy the direct to jboss

About

TopCoder Direct

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.9%
  • JavaScript 16.0%
  • CSS 7.3%
  • Other 0.8%