← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 382: create two install_wui targets for each JOS #93

 

------------------------------------------------------------
revno: 382
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sun 2012-10-07 02:10:56 +0100
message:
  create two install_wui targets for each JOS #93
  
  - install_wui: for JOS1, uses alfanous.org/json
  - install_wui: for JOS2, uses the local installation of JOS2
modified:
  Makefile


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'Makefile'
--- Makefile	2012-10-07 00:57:19 +0000
+++ Makefile	2012-10-07 01:10:56 +0000
@@ -408,8 +408,13 @@
 	sed -i 's/\"cgitb.enable\(\)\"/cgitb.enable\(\)/g' "$(WEB_CGI_INSTALL_PATH)alfanous_json2.py"
 	xdg-open http://alfanous.local/cgi-bin/alfanous_json2.py &  ##launch default browser for test
 
-##  don't use it!!
-install_wui: install_jos2
+
+install_wui2: install_jos2
 	cd ./interfaces/web/ ;  cp  -r wui  $(WEB_INSTALL_PATH) 
 	cd $(WEB_INSTALL_PATH);  cd wui; sed -i 's/www\.alfanous\.org\/json/alfanous\.local\/cgi\-bin\/alfanous\_json2\.py/g' index.*
 	xdg-open http://alfanous.local/ &  ##launch default browser for test
+
+install_wui: install_web_basic
+	cd ./interfaces/web/ ;  cp  -r wui  $(WEB_INSTALL_PATH) 
+	xdg-open http://alfanous.local/ &  ##launch default browser for test
+