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

Missing steps in setup documentation #186

Closed
hbruch opened this issue Apr 24, 2019 · 3 comments
Closed

Missing steps in setup documentation #186

hbruch opened this issue Apr 24, 2019 · 3 comments
Projects

Comments

@hbruch
Copy link
Contributor

hbruch commented Apr 24, 2019

I followed the setup instructions, but needed to perform some additional steps which are not documented yet (perhaps I missed something in the docs?):

  • I had to copy config_example.ini and adapt it
  • python -m unittest discover tests required a running Postgres db (did not expect this for unittests) and threw exceptions as the testing database had no tables (I set env=testing and ran parkapi-setupdb to work around this)
@jklmnn
Copy link
Member

jklmnn commented Apr 24, 2019

The configuration and some setup steps are indeed not documented, see #79. Due to time limits a proper documentation will be missing for a while in the future.

The tests, and especially the live_scrape option shouldn't depend on a database. Yet I currently can't say why they do.

@kiliankoe
Copy link
Member

I'll try to make an effort to streamline and document the setup process for the new version 👍

@jklmnn jklmnn added this to To do in ParkAPI 1.0 via automation Apr 24, 2019
@defgsus
Copy link
Collaborator

defgsus commented Nov 20, 2021

Hi there, had the same problem (#229).
The docs are updated now

@defgsus defgsus closed this as completed Nov 20, 2021
ParkAPI 1.0 automation moved this from To do to Done Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
ParkAPI 1.0
  
Done
Development

No branches or pull requests

4 participants