[shmookey] / portconf / Makefile Repository:


UCC Code Repository

View of /portconf/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 92 - (download) (annotate)
Wed May 7 07:19:43 2008 UTC (2 years, 4 months ago) by shmookey
File size: 391 byte(s)
still moving over to database

WWW_PATH=/var/www
INSTALL_PATH=/usr/local/pycisco

install:
	cp -r . $(WWW_PATH)
	#rm $(WWW_PATH)/conf.pkl
	mv $(WWW_PATH)/htaccess $(WWW_PATH)/.htaccess
	chmod 700 $(WWW_PATH)/.htaccess
	chown www-data:www-data $(WWW_PATH)/.htaccess
	#touch $(WWW_PATH)/conf.pkl
	chown www-data:www-data $(WWW_PATH)/conf.pkl
	touch $(WWW_PATH)/messages.log
	chown www-data:www-data $(WWW_PATH)/messages.log

UCC Webmasters
ViewVC Help
Powered by ViewVC 1.0.5