Experiment designed and implemented to be performed in Biennal Ciutat i Ciència and the citizen science festival Calidoscopi.
This participatory experiment consist on a set of dilemmas that study how we behave in front of a situation of gender-based violence in public spaces. Natalia, Alex, Raquel and Sandra tell us situations lived in public spaces and participants have to decide to what extent do they intervene to alleviate the situation.
This experiment is performed in groups of 6 participants.
(c) All Rights Reserved by Thomas Vilhelm
Not available
Not available
Steps are necessary to get consCIENCIES install, up and running in local network.
Database MySQL
Create MySQL database: name_db
Create user database: user_db
Create password database: pass_db
Introduce this information about the database in: /consCIENCIES/settings.py
Environment
mkvirtualenv consciencies
Requirements
pip install -r requirements.txt
MongoDB
mongod --dbpath /.../consCIENCIES/ddbb
Load text
File with text and translations: /.../consCIENCIES/game/i18n/translations.xlsx
python excel_to_mongodb.py
Run Server
python manage.py runserver localhost:port
Migrations
python manage.py makemigrations
python manage.py migrate
Step 1: Run MySQL server
Run MySQL: mysql.server start
Step 2: Open terminal tabs and work on the environment
in Tab 1: MongoDB
in Tab 2: MySQL
in Tab 3: Run Application
Work on environment (in each terminal tab): workon consciencies
Step 3: Run MongoDB (Tab 1)
Run mongodb: mongod --dbpath /.../consCIENCIES/ddbb
Step 4: MySQL actions (Tab 2)
Directory: cd /.../consCIENCIES/
Database: mysql -u user_db -p (pass_db)
Drop database: drop database name\_db;
Create database: create database name\_db;
Exit: exit;
Modificate fields of database: python manage.py makemigrations
Refresh database:
python manage.py migrate
Step 5: Load texts (Tab 2)
Load translations: python excel_to_mongodb.py
Step 6: Run Server (Tab 3)
Directory: cd /.../consCIENCIES/
Runserver: python manage.py runserver localhost:port
Client application:
http://localhost:port/
Control and Administration:
http://localhost:port/admin
Version 1.0
CitizenSocialLab is licensed under a GNU Affero General Public License
All the contents of consCIENCIES repository are under the license CC BY-NC-SA license
Julian Vicens: julianvicens@gmail.com