Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Restructure #167

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Capfile

This file was deleted.

54 changes: 0 additions & 54 deletions DEPLOYMENT.md

This file was deleted.

12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM python:3.6-slim

COPY . .

RUN apt-get -q update && \
apt-get -q install -y \
git \
&& rm -r /var/lib/apt/lists/*

RUN ["pip", "install", "-e", "."]

ENTRYPOINT ["python", "bin/parkapi-server"]
6 changes: 0 additions & 6 deletions Gemfile

This file was deleted.

36 changes: 0 additions & 36 deletions Gemfile.lock

This file was deleted.

13 changes: 0 additions & 13 deletions MANIFEST.in

This file was deleted.

20 changes: 20 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
beautifulsoup4 = "==4.5.3"
requests = "*"
feedparser = "*"
pytz = "*"
psycopg2 = "*"
yoyo-migrations = "*"
requests-mock = "*"
utm = "*"
Flask = "*"

[dev-packages]

[requires]
python_version = "3.7"
7 changes: 0 additions & 7 deletions bin/parkapi-dump

This file was deleted.

6 changes: 0 additions & 6 deletions bin/parkapi-scraper

This file was deleted.

6 changes: 0 additions & 6 deletions bin/parkapi-server

This file was deleted.

6 changes: 0 additions & 6 deletions bin/parkapi-setupdb

This file was deleted.

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.
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.
21 changes: 0 additions & 21 deletions config/deploy.rb

This file was deleted.

45 changes: 0 additions & 45 deletions config/deploy/production.rb

This file was deleted.

4 changes: 0 additions & 4 deletions config/deploy/staging.rb

This file was deleted.

13 changes: 0 additions & 13 deletions config/deploy/tasks/config.rake

This file was deleted.

9 changes: 0 additions & 9 deletions config/deploy/tasks/log.rake

This file was deleted.

47 changes: 0 additions & 47 deletions config/deploy/tasks/services.rake

This file was deleted.

39 changes: 0 additions & 39 deletions config/deploy/tasks/virtualenv.rake

This file was deleted.

8 changes: 0 additions & 8 deletions config/[email protected]

This file was deleted.

6 changes: 0 additions & 6 deletions config/[email protected]

This file was deleted.

11 changes: 0 additions & 11 deletions config/[email protected]

This file was deleted.

Loading