-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
24 lines (18 loc) · 1.32 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This is the Casimir framework developed by Daniel Wolff
and Guillaume Bellec at City University London and KTH Stockholm.
% for a description of the framework please see
Wolff, D., Bellec, G., Friberg, A., MacFarlane, A., and Weyde, T. (2014). Creating audio based experiments as social web games with the CASimIR framework, In: AES 53rd Int. Conf. on Semantic Audio, 10 pages, Jan. 2014.
Or this website: http://mi.soi.city.ac.uk/datasets/aes2013casimir/
In order to run the framework the following server setup is recommended:
*Apache 5.17 or greater with PHP, and SOAP, CURL extensions enabled.
*MYSQL database with user for writing into tables.
To install, please use the following steps:
*Checkout this working copy into a directory in your server.
*Unzip / decompress the Archives "LimeJS" and "Zend" into the toolboxes folder
*Import the database in install/database_dist.zip into your mysql database
* Copy the following three files from their equivalents removing the underscore _():
camir_gameClient/_configClient.php ->camir_gameClient/configClient.php
camir_gameServer/_config.php->camir_gameServer/config.php
server/ooo/_configServer.php->server/ooo/configServer.php
*Insert the path and MYSQL user information into the copied files
You should now be able to visit http://yourserveradress/camir_gameClient/index.php on your server