AnanseGroup / atlas_of_innovation_pyramid

A pyramid project mapping innovation spaces across the globe
http://atlasofinnovation.com/map
0 stars 0 forks source link

Add documentation on how to get set up and running #12

Open Lyla-Fischer opened 6 years ago

Lyla-Fischer commented 6 years ago

You need to run the pyramid application with development config variables ('pserve development.ini'). But first, you need to set up a PostGreSQL database. We need a database for running the site and a seperate database for testing. You can also seed a database by running reset_db from the command line. There is a good set of seed-able values (the current values on prod, as of 1/1/2018) in most_up-to-date-spaces.csv.

Lyla-Fischer commented 6 years ago

@jodihuang10