Skip to content

Resources to Help Voters in City of Denton Elections

Notifications You must be signed in to change notification settings

schplay/votedenton

 
 

Repository files navigation

Vote Denton

Resources to Help Voters in City of Denton Elections

Goals

Help Dentonites...

  • Find which district they live in.
  • Find out if they are registered to vote (and in the right distrct).
  • Find information about candidates.

Contribute

If you would like to contribute, fork and clone this repository to your machine then initiate the submodules by running the following commands:

$ git submodule init
$ git submodule update

Contributors

Setup

You will need to setup a local database and create a virtual host to point at the website directory. It's suggested to use the domain local.votedenton.org.

First, start by copying the local-config-sample.php file in the website directory and pasting it without the -sample in the same directory.

Change the database credentials in local-config.php to point to your local database.

Install WordPress by visiting the local website.

Configure WordPress after installation:

  1. Change the Theme to "Vote Denton".
  2. Create a "Home" page and change its Page Template to "Home".
  3. Go to Settings > Reading and set the static front page to "Home".
  4. Activate all necessary plugins (namely, WP-LESS)

Make all style changes in the style.less file which will compile to CSS on each page load if the file has changed.

About

Resources to Help Voters in City of Denton Elections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 88.2%
  • JavaScript 11.2%
  • CoffeeScript 0.6%