Skip to content
This repository has been archived by the owner on Jun 1, 2018. It is now read-only.

webuildcity/hamburg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wir bauen Hamburg / We build Hamburg

http://wir-bauen-hamburg.de - Finde geplante Bauvorhaben in deinem Kiez.

Setup

  1. Have Python 2.7.x installed. (1.1 brew install GDAL )
  2. Clone https://github.com/webuildcity/wbc to a location of your choice.
  3. Clone this repository, https://github.com/webuildcity/wbh, to a location of your choice.
  4. Copy /path/to/wbh/wbh/default.local.py to /path/to/wbh/wbh/local.py.
  5. Edit /path/to/wbh/wbh/local.py to match your setup. At least edit the path to the 'lib' directory within the 'wbc' repository and update the database adapter settings. For testing purposes, use the sqlite3 adapter.
  6. Install the dependencies using pip pip install -r /path/to/wbh/requirements.txt. You might want to use a virtualenv for this.
  7. Change to the wbh directory and execute python manage.py migrate to set up the database structure.
  8. Use python manage.py load-fixtures to load the administrative information about Berlin into the database.
  9. Run python manage.py createsuperuser to create an admin account.
  10. Start the development server using python manage.py runserver.
  11. Open a browser and go to http://localhost:8000/. A map of Hamburg should appear.
  12. Use http://localhost:8000/admin/ to log in. Under region and process, districts, departments, places and publications can be added or edited.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •