Skip to content

darvelo/chime

 
 

Repository files navigation

What is this?

This is part of the Digital Front Door inititive. You can read more about it here: https://github.com/codeforamerica/digitalfrontdoor

Logging issues / ideas

Make an issue: https://github.com/chimecms/chime/issues/new

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?

Mike Migurski and Frances Berriman

You can read a bit more about what we're 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 53.8%
  • Python 24.4%
  • CSS 18.8%
  • JavaScript 2.3%
  • Other 0.7%