Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/geowaterbed
App for showing information from water bed meters
https://github.com/city-of-helsinki/geowaterbed
Last synced: about 1 month ago
JSON representation
App for showing information from water bed meters
- Host: GitHub
- URL: https://github.com/city-of-helsinki/geowaterbed
- Owner: City-of-Helsinki
- Created: 2015-06-23T13:04:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T12:59:55.000Z (about 8 years ago)
- Last Synced: 2024-04-24T09:32:35.719Z (8 months ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Application to show information from water bed meters
http://www.hel.fi/www/Helsinki/fi/asuminen-ja-ymparisto/tontit/maa-ja-kalliopera/pohjavesi/
## Installation
* git clone the project
* cd geowaterbed
* create a virtual environment for Python if you don't want to crowd your system Python
* virtualenv geowaterbed_env
* source geowaterbed_env/bin/activate
* or just use geowaterbed_env/bin/python instead of system Python
* pip install -r requirements.txt installs packages for production use
* pip install -r dev_requirements.txt installs above and also helpful packages for development
* edit projekti/projekti/local_settings.py to your database settings or set the expected values in your environment variables
* cd projekti
* python manage.py migrate creates the Django tables into database
* python manage.py createsuperuser creates full admin user for the project's administration site
* python manage.py runserver starts a development server at http://localhost:8000 but you can change that as per documentation (python manage.py help)