# HG changeset patch # User Daniele Barchiesi # Date 1362592873 0 # Node ID 9ab73065952b29d213b93d54be70d54a81f0a45c # Parent c159c49e8aff0ad6a9ce959e9e530caf4ba4bc47 Changed local conf. file diff -r c159c49e8aff -r 9ab73065952b cherryFxTest.py --- 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() diff -r c159c49e8aff -r 9ab73065952b conf.conf --- 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 diff -r c159c49e8aff -r 9ab73065952b local.conf --- 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 diff -r c159c49e8aff -r 9ab73065952b server.conf --- 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