--- pettastic/README.txt 2013/03/01 16:11:52 1.1.1.1 +++ pettastic/README.txt 2013/03/15 13:38:48 1.2 @@ -1,3 +1,17 @@ www.pettasticnj.com Copyright 2013 Pet-tastic Grooming, LLC. Written by Nicholas Declario + +------- + +To deploy in production use the following: + +# cvs -d user@server:/path/to/cvs co pettastic +# cd pettastic +# mkdir html/cgi-bin +# mv cgi-bin html/cgi-bin/pettastic +# mv html/* .. +# rm -rf pettastic +# cvs status + +'cvs status' should report no errors. A 'cvs up' as well as commits can be done from here.