GithubHelp home page GithubHelp logo

isabella232 / site-data Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 18f/site-data

0.0 0.0 0.0 1.68 MB

Home Page: https://blogalytics.18f.gov

License: Other

Python 18.33% HTML 4.79% JavaScript 4.77% CSS 71.94% Mako 0.17%

site-data's Introduction

site-data: The 18F Site Manager

Build Status

The 18F Site Manager is a resource the 18F Outreach team uses to manage different aspects of the 18F website and blog. It was originally created to help track the growth in authorship from month to month but has recently grown to include a status report of sorts on blog posts as they move through the approval process.

The project is currently hosted at https://blogalytics.18f.gov and is password-protected. Ask someone on the outreach team for the user name and password if you'd like access.

This is very much a work in progress. Ideally the near term future of this project will give the team insight into how long it takes each post to go through the publishing process from idea to published. The longer term would also allow us to visualize the posts that are in each stage and interface with the GitHub API to move posts from one phase to the next as they are ready.

Getting started

First, request write access to the repository from a current member of the team. Then, generate a new API token by following the directions on github here.

Installing

After you've cloned this repo and made a Virtualenv with Python 2.x (soon to be 3.x), run:

pip install -r requirements.txt

Configuring

You'll need to make your own local .env file and populate it with your GitHub username and authentication info.

cp .env-example .env

Unless you're using a tool like autoenv, you'll need to source .env before running.

Then create the site-data-dev database:

createdb site-data-dev

and set it up

python manage.py db upgrade

Running

Run the server like so:

honcho start

Then you should be able to access the app at http://localhost:5000.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

site-data's People

Contributors

catherinedevlin avatar fureigh avatar gboone avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.