Annotation of pettastic/README.txt, revision 1.3

1.1       nick        1: www.pettasticnj.com
                      2: Copyright 2013 Pet-tastic Grooming, LLC.
                      3: Written by Nicholas Declario <nick@declario.com>
1.2       nick        4: 
                      5: -------
                      6: 
                      7: To deploy in production use the following:
                      8: 
                      9: # cvs -d user@server:/path/to/cvs co pettastic
                     10: # cd pettastic
                     11: # mkdir html/cgi-bin
                     12: # mv cgi-bin html/cgi-bin/pettastic
                     13: # mv html/* ..
1.3     ! nick       14: # cd ..
1.2       nick       15: # rm -rf pettastic
                     16: # cvs status
                     17: 
                     18: 'cvs status' should report no errors.  A 'cvs up' as well as commits can be done from here.

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