Skip to content

Commit c8a2b94

Browse files
committed
readme
1 parent 1a3e7bb commit c8a2b94

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Artefacts of the Collective Unconscious
2+
===============================
3+
---
4+
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

Comments
 (0)