changeset 10:9ab73065952b

Changed local conf. file
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Wed, 06 Mar 2013 18:01:13 +0000
parents c159c49e8aff
children 15260ae0d6bc
files cherryFxTest.py conf.conf local.conf server.conf
diffstat 4 files changed, 6 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/cherryFxTest.py	Wed Mar 06 15:58:02 2013 +0000
+++ b/cherryFxTest.py	Wed Mar 06 18:01:13 2013 +0000
@@ -413,6 +413,7 @@
 	# Of course we can also mount request handler objects right here!
 	root = HomePage()
 	root.test = TestPage()
+	root.daniele = TestPage()
 	root.out = OutPage()
 	#root = TestPage()	
 	
--- a/conf.conf	Wed Mar 06 15:58:02 2013 +0000
+++ b/conf.conf	Wed Mar 06 18:01:13 2013 +0000
@@ -15,7 +15,7 @@
 
 [/]
 #tools.staticdir.root = "/Users/tmc/Documents/LiveMesh/cherry"
-tools.staticdir.root = "/Users/thomas/Documents/LiveMesh/fx-test"
+tools.staticdir.root = "/Users/daniele/Documents/AASPChallenge/survey/"
 
 [/build]
 tools.staticdir.on = True
--- a/local.conf	Wed Mar 06 15:58:02 2013 +0000
+++ b/local.conf	Wed Mar 06 18:01:13 2013 +0000
@@ -4,7 +4,6 @@
 ### For editing the configuration on the server, use server.conf
 ###
 
-
 [global]
 server.socket_host = "127.0.0.1"
 server.socket_port = 8080
@@ -19,15 +18,8 @@
 tools.sessions.storage_type = 'directory'
 tools.sessions.SESSIONS_PATH = 'sessions/'
 
-
-
-
-# tools.staticdir.root = "/Users/tmc/Documents/LiveMesh/cherry"
-# tools.staticdir.root = "/Users/thomas/Documents/LiveMesh/fx-test"
-# tools.staticdir.root = "/Users/Shared/Development/fx-test/"
-
 [/]
-tools.staticdir.root = "/Users/thomas/Documents/LiveMesh/fx-test"
+tools.staticdir.root = "/Users/daniele/Documents/AASPChallenge/survey/"
 
 [/build]
 tools.staticdir.on = True
@@ -37,7 +29,6 @@
 tools.staticdir.on = True
 tools.staticdir.dir = "audio"
 
-
 [/htempl]
 tools.staticdir.on = True
 tools.staticdir.dir = "htempl"
@@ -48,5 +39,4 @@
 
 [/js]
 tools.staticdir.on = True
-tools.staticdir.dir = "js"
-
+tools.staticdir.dir = "js"
\ No newline at end of file
--- a/server.conf	Wed Mar 06 15:58:02 2013 +0000
+++ b/server.conf	Wed Mar 06 18:01:13 2013 +0000
@@ -24,8 +24,8 @@
 [/]
 tools.staticdir.on = True
 tools.staticdir.dir = ''
-tools.staticdir.root = '/home/georgef/fx-test'
-#tools.staticdir.root = "/Users/thomas/Documents/LiveMesh/fx-test"
+tools.staticdir.root = '/Users/daniele/Documents/AASPChallenge/survey/'
+#tools.staticdir.root = "/Users/daniele/Documents/AASPChallenge/survey/"
 
 [/build]
 tools.staticdir.on = True