team4alfanous team mailing list archive
-
team4alfanous team
-
Mailing list archive
-
Message #00195
[Branch ~team4alfanous/alfanous/alfanous-git] Rev 384: remove the install_wui that use the JOS1 and fixes the substitution in the second one #93
------------------------------------------------------------
revno: 384
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sun 2012-10-07 02:36:45 +0100
message:
remove the install_wui that use the JOS1 and fixes the substitution in the second one #93
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 01:10:56 +0000
+++ Makefile 2012-10-07 01:36:45 +0000
@@ -409,12 +409,8 @@
xdg-open http://alfanous.local/cgi-bin/alfanous_json2.py & ##launch default browser for test
-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)
+install_wui: install_jos2
+ cd ./interfaces/web/ ; cp -r wui $(WEB_INSTALL_PATH)
+ cd $(WEB_INSTALL_PATH); cd wui; sed -i 's/www\.alfanous\.org\/json2/alfanous\.local\/cgi\-bin\/alfanous\_json2\.py/g' index.*
xdg-open http://alfanous.local/ & ##launch default browser for test