[Astpp-commit] SF.net SVN: astpp:[2266] trunk/Makefile
Brought to you by:
darrenkw
From: <dar...@us...> - 2009-10-01 03:21:53
|
Revision: 2266 http://astpp.svn.sourceforge.net/astpp/?rev=2266&view=rev Author: darrenkw Date: 2009-10-01 03:21:35 +0000 (Thu, 01 Oct 2009) Log Message: ----------- Change makefile to point users back to website for docs. Modified Paths: -------------- trunk/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2009-10-01 02:57:30 UTC (rev 2265) +++ trunk/Makefile 2009-10-01 03:21:35 UTC (rev 2266) @@ -149,34 +149,7 @@ @echo "------------------------------"; @echo "ASTPP install appears to be successfull."; @echo "------------------------------"; - @echo "It is now time to prepare the database and the inital configuration files."; - @echo "To create the ASTPP database use the following commands as root on your system:"; - @echo "mysqladmin create astpp"; - @echo "This will have created a database called astpp. It's now time to populate that database with the necessary tables."; - @echo "mysql -u root -p astpp < sql/astpp-1.4.sql"; - @echo "You will be prompted for the password."; - @echo ''; - @echo "If you do not currently have a cdr database, please create one by following these commands:"; - @echo "mysqladmin create asteriskcdrdb"; - @echo "mysql -u root -p asteriskcdrdb < sql/asteriskcdrdb.sql"; - @echo "You will be prompted for the password."; - @echo ''; - @echo "If you do not currently have a -realtime database and you want to use -realtime,"; - @echo "please create one by following these commands:"; - @echo "mysqladmin create asterisk"; - @echo "mysql -u root -p asterisk < sql/asterisk-realtime.sql"; - @echo "You will be prompted for the password."; - @echo ''; - @echo "Once these databases have been created please be sure to edit /var/lib/astpp/astpp-config.conf"; - @echo "to update your database connection information. It is also necessary to edit /var/lib/astpp/astpp-enh-config.conf"; - @echo "to change the 'auth' code as well as set more advanced features." - @echo ""; - @echo "'make install' updates all the sample files which have been installed but to overwrite any settings you have in place"; - @echo "If this is the first time you are installing ASTPP you need to perform a 'make samples'. "; - @echo "Be aware that this will overwrite any astpp settings you may have as well as replace"; - @echo "your astpp-dialplan.conf file."; - @echo ""; - @echo "Thank you for using ASTPP! Please visit www.astpp.org for support information."; + @echo "Please visit www.astpp.org for further instructions."; install_all_pre: install_misc install_astpp_exec install_all_post: install_instructions_print This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |