Knowledge Map interface
For something simple: In the graphiz directory is the script generate_graph.rb. It takes three parameters and and will output a .map file and .pdf of the graph. The .map file is for graphiz and the .pdf file is the actual graph graphiz generates.
Example: ./generate_graph.rb concepts.csv groups.csv ../graphs/cs161
- PostgreSQL 8.4 or higher
sudo apt-get install -y postgresql
sudo -u postgres psql postgres
\password postgres
Change the username and password to match your local configuration.
To run the cucumber tests, type:
cucumber