File:  [Local Repository] / pettastic / README.txt
Revision 1.3: download - view: text, annotated - select for diffs
Fri Mar 15 13:41:21 2013 UTC (11 years, 2 months ago) by nick
Branches: MAIN
CVS tags: first_live_release, HEAD
Minor change to instructions

www.pettasticnj.com
Copyright 2013 Pet-tastic Grooming, LLC.
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.

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