Hi Steve,
The setup script you are running has been built for use during on going development of EAS for San Francisco, and as such it assumes access to a private repository containing connection configurations and other settings that are sensitive and specific to San Francisco. Unfortunately we have not had an opportunity to provide updated examples of these files to assist in creating them. There are examples contained in 'examples' folders, however these still need to be centralized and reorganized.
For now the best way forward is probably to just bypass the setup.py script completely and set up your instance manually. You will need to download ExtJS 4.1.0 (
http://cdn.sencha.com/ext-4.1.1-gpl.zip) and OpenLayers 2.12 (
http://openlayers.org/download/OpenLayers-2.12.zip) and place their contents into the following folders in your project: Media/ui_frameworks/extjs-4.1.0/, Media/ui_frameworks/OpenLayers-2.12/
You will then need to set up the database and geoserver, and configure the application to connect to these. There used to be examples of how to do these things throughout the project, but they have fallen out of date and mostly have been removed. The configurations defining these connections are the files in the private bitbucket repository referenced in the setup script. If you need examples of these along the way I can try to prep some new examples for you as needed.
- Rob