Annotation of pettastic/README.txt, revision 1.2

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/* ..
        !            14: # rm -rf pettastic
        !            15: # cvs status
        !            16: 
        !            17: 'cvs status' should report no errors.  A 'cvs up' as well as commits can be done from here.

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