Skip to content

Commit

Permalink
Move dc code into core package
Browse files Browse the repository at this point in the history
Fixes #558
  • Loading branch information
lorenaqendro committed May 14, 2018
1 parent cab7955 commit 01f2ffa
Show file tree
Hide file tree
Showing 472 changed files with 134,511 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions core/documentation/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM java
MAINTAINER Lorena Qendro <lqendro@futurecities.catapult.org.uk>
RUN apt-get update && apt-get -y install gradle postgresql-client
File renamed without changes.
12 changes: 12 additions & 0 deletions core/documentation/apikeys.properties.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
! ONS API Authentication
! https://web.ons.gov.uk/ons/apiservice/web/apiservice/home
apiKeyOns=<INSERT-YOUR-API-KEY-HERE>

! TfL API Authentication
! https://api.tfl.gov.uk/
apiIdTfl=<INSERT-YOUR-API-ID-HERE>
apiKeyTfl=<INSERT-YOUR-API-KEY-HERE>

! Space Syntax OpenSpaceNework Authentication
openSpaceNetworkUsername=<INSERT-YOUR-OSN-POSTGIS-USERNAME-HERE>
openSpaceNetworkPassword=<INSERT-YOUR-OSN-POSTGIS-PASSWORD-HERE>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 01f2ffa

Please sign in to comment.