Skip to content

Commit

Permalink
Release #381, #390, #392, and dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog committed Aug 9, 2019
2 parents e2dc994 + 403c464 commit 49f79b5
Show file tree
Hide file tree
Showing 9 changed files with 492 additions and 412 deletions.
1 change: 1 addition & 0 deletions .github/stale.yml
Expand Up @@ -6,6 +6,7 @@ daysUntilClose: 7
exemptLabels:
- never-stale
- security
- bug
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
Expand Down
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -10,7 +10,7 @@ It’s a React.js-based browser application with a Node.js backend with the foll
* Consume subset of data from web-monitoring-db as proof of concept, read/write annotations
* [DEMO](https://monitoring-staging.envirodatagov.org)
* LIST VIEW shows first page of records from [web-monitor-db](https://api-staging.monitoring.envirdatagov.org/api/v0/pages) JSON endpoint
* PAGE VIEW shows basic info about the latest version of that page: site and URLs
* PAGE VIEW shows basic info about the latest version of that page: site, URLs and links to Wayback Machine calendar view and page versions
* updates annotations


Expand All @@ -26,8 +26,6 @@ It’s a React.js-based browser application with a Node.js backend with the foll
npm install
```

*Note: you might need Python 2 and the g++ compiler (on OS X, Xcode command line tools includes g++; on Debian systems [like Ubuntu], it’s included in the `build-essential` package; on yum/dnf systems [like CentOS, RHEL, or Fedora] it’s available as `gcc-c++` and included in the `Development Tools` package group) in order to build & install `node-zopfli-es`, one of our dependencies. If you are also running [`web-monitoring-processing`](https://github.com/edgi-govdata-archiving/web-monitoring-processing) (which uses Python 3), tools like [Conda](https://conda.io/) or [Pyenv](https://github.com/pyenv/pyenv) can help you manage multiple versions of Python.*

3. Copy `.env.example` to `.env` and supply any local configuration info you need (all fields are optional)

4. Start the web server
Expand Down

0 comments on commit 49f79b5

Please sign in to comment.