The above scripts will setup a Python virtualenv for each of the modules and install all required dependencies.
== Configuring pancake ==
When running in development mode, Pancake expects its configuration files under ~/.pancake. The repository contains samples of these files with sane defaults that you can use for development.
To copy the configuration files templates, execute the following commands:
mkdir ~/.pancake
cd pancake
cp pancake-expander/etc/expander.json ~/.pancake/
cp pancake-search/etc/search.json ~/.pancake/
cp pancake-social/etc/social.json ~/.pancake/
cp pancake-web/etc/web.json ~/.pancake/
cp pancake-user-apil/etc/user-api.json ~/.pancake/
cp fxhome-lattice/etc/lattice.json ~/.pancake/
== Running Pancake ==