Diff for /pettastic/README.txt between versions 1.1 and 1.3

version 1.1, 2013/03/01 16:11:52 version 1.3, 2013/03/15 13:41:21
Line 1 Line 1
 www.pettasticnj.com  www.pettasticnj.com
 Copyright 2013 Pet-tastic Grooming, LLC.  Copyright 2013 Pet-tastic Grooming, LLC.
 Written by Nicholas Declario <nick@declario.com>  Written by Nicholas Declario <nick@declario.com>
   
   -------
   
   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/* ..
   # cd ..
   # rm -rf pettastic
   # cvs status
   
   'cvs status' should report no errors.  A 'cvs up' as well as commits can be done from here.

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>