Friday, January 23, 2009

Skip Password

export SKIP_PASSWORD_PROMPT=true

Wednesday, June 11, 2008

Thursday, April 3, 2008

Deploying to production

ssh infdevel@10.10.6.2
crontab -l
getTag.sh tags/production/release_0_5_1_0
vi ~/.bashrc
source ~/.bashrc
ps -ef | grep infdevel
dualBoxDeploy.sh ${CURRENT_TAG} ${TARGET_ENVIRONMENT} ${WEB_PASSWORD} ${SQL_PASSWORD} >> ~/dualBoxDeploy.log 2>&1 &
tail -f dualBoxDeploy.log

SVN Tagging with Subclipse


Monday, March 3, 2008

CSS updates require copyapacheloop

In order to have CSS and other static content update dynamically, run the copyapacheloop from the command line in the workspace project directory:

[david@it10-david01 IM-trunk]$ im
[david@it10-david01 IM-trunk]$ copyapacheloop

Thursday, February 28, 2008

New Maven Run Targets

Run -> External Tools -> Open External Tools Dialog

Wednesday, February 27, 2008

Eclipse Server Project Configuration

From the Servers tab, select the server, right-click and choose "Add and Remove Projects...":