Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 2.52 KB

README.md

File metadata and controls

81 lines (56 loc) · 2.52 KB

il-solar-map

Website and data prep for ILSolarMap.com.

IlSolarMap.com

Setup

We recommend using virtualenv and virtualenvwrapper for working in a virtualized development environment. Read how to set up virtualenv.

Once you have virtualenvwrapper set up, do this:

mkvirtualenv il-solar-map -p /path/to/your/python3
pip install -r requirements.txt

Running the data aggregation scripts

To run everything:

cd data/scripts
bash run_all.sh

Setting up and running the website

This site uses Jekyll to serve several static pages and images. The site is published to GitHub Pages.

Dependencies

Running locally

Requirements:

  • ruby-2.6.2
  • jekyll 3.1.6

We recommend using rvm to manage your Ruby versions.

Initial setup

git clone https://github.com/chihacknight/il-solar-map.git
cd il-solar-map
rvm install ruby-2.6.2
bundle install jekyll -v 3.1.6
bundle install

Running locally

jekyll serve -w

Then open your web browser and navigate to http://localhost:3000

Data sources

Boundary sources

Solar project sources

Legislator info