Skip to content

sanakdam/chime

 
 

Repository files navigation

What is this?

Chime was a part of Code for America’s Digital Front Door inititive. You can read more about it here: https://github.com/codeforamerica/digitalfrontdoor

Development was halted in October 2015.

Install

If you're a Docker user, you can always download the latest build from the Docker Hub as chimecms/chime. Or if you'd like to work with the source:

  1. Chime CMS is a Python Flask web application. Follow the instructions on Python Virtual Environments to prepare your Python development space. Make sure to use Python 2.7. Your commands may look something like:
  • sudo pip install virtualenv
  • virtualenv -p /usr/bin/python2.7 .venv
  • source .venv/bin/activate
  1. Install the project requirements: pip install -r requirements.txt

  2. You will need a bare Github repository in the directory sample-site with an initial empty commit (this will become configurable in the future):

  • mkdir sample-site
  • cd sample-site
  • git init
  • git commit --allow-empty -m "First commit"
  1. copy env.sample to .env

  2. Run app using Honcho and the Procfile:

     $ honcho start
    

Who maintains this?

Prior to October 2015, Mike Migurski and Frances Berriman. Currently, Chime is not maintained.

You can read a bit more about what we were up to over here http://digifrodo.tumblr.com

Stories in Ready Build Status

About

A city-focused content management system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 51.5%
  • Python 26.7%
  • CSS 18.8%
  • JavaScript 2.3%
  • Other 0.7%