root@vcet6mgtst:~# vi /var/lib/astpp/astpp-config.conf
; ASTPP Database Connection Information
dbhost = 192.168.1.7
dbname = astpp
dbuser = root
dbpass = 123456asdf
; Database type: ASTPP was designed for a MySQL database initially. Valid options are:
; MySQL. Pgsql is coming but is not ready yet.
astpp_dbengine = MySQL
; Do we want the startup of ASTPP debugged?
debug = 0
;Define Baseurl
;Note : Default we are running ASTPP on 8081. So, please do not remove 8081 from url.
base_url=http://192.168.1.7:8081/
~
~
~
~
"/var/lib/astpp/astpp-config.conf" 17L, 466C 1,1 All
I am able to open the http://192.168.1.7:8081/ asking for email/account name and password
Thanks, Samir Doshi
--
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To post to this group, send email to as...@googlegroups.com.
Visit this group at http://groups.google.com/group/astpp.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/3da2be46-e04a-4b88-bc1d-ed6ff3046cb2%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
mysql -u root -h 192.168.1.7 -p
"cp /usr/src/ASTPP/web_interface/astpp/htaccess /var/www//html/astpp/.htaccess"