pari: trunk r124 - /trunk/Makefile
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Thu Nov 9 15:23:34 MST 2006
Author: pari
Date: Thu Nov 9 16:23:33 2006
New Revision: 124
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=124
Log:
tell the user about the install script
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk-gui/trunk/Makefile?view=diff&rev=124&r1=123&r2=124
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Nov 9 16:23:33 2006
@@ -56,6 +56,8 @@
HTTPPREFIX=asterisk
endif
HTTPURL=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/cfgbasic.html
+HTTPSETUPURL=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/setup.html
+
SUBDIRS=tools
# Nothing to do yet for building, but one day there could be...
@@ -132,6 +134,8 @@
@echo " --- Everything looks good --- "
@echo " * GUI should be available at $(HTTPURL) "
+ @echo " * Before using the GUI, Please run the install script at $(HTTPSETUPURL) "
+ @echo ""
@echo " * The login and password should be an entry from $(ASTETCDIR)/manager.conf"
@echo " which has 'config' permission in read and write. For example:"
@echo ""
More information about the asterisk-gui-commits
mailing list