packaging web-apps
Posted: Wed Nov 18, 2009 8:57 am
What are the basic steps to packaging a web-app? I've read that you diff files. Another questions raises is possible to diff a whole directorie to see what file has changed?
EDIT: i used this command to diff two directories:
is this correct?
EDIT: i used this command to diff two directories:
Code: Select all
diff -r -N -U3 html Joomla_1.5.15-Stable-Full_Package > diff.directories.txt