You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Artefacts of the Collective Unconscious is an experimental web project that visualizes user-submitted dreams to playfully suggest a hive mind at work, informing our dreamtime.
5
+
6
+
The site uses the free [AlchemyAPI](http://www.alchemyapi.com/) to run sentiment analysis on the submitted dream descriptions, and the extracted tags are rendered as nodes along with the dreams themselves using D3.
7
+
8
+
The project requires a server running PHP 5 and MySQL.
9
+
10
+
Installation instructions:
11
+
- Clone the repo and extract
12
+
- Create a local or remote mysql db for the project and import the sql dump located at `config/schema.sql`
13
+
- Open `config/config.php` and set the db connection information and any other configuration variables
14
+
- Move the extracted folder to a local or remote web server
15
+
- NOTE: the `import` and `dummy_data` directories are only necessary if you plan on importing sample data
16
+
- Optionally, import the dreams at `dummy_data/dreams.csv` by visiting `http://[install location]/import/import_dreams.php`
0 commit comments