Skip to content

BuergerbautStadt/bbs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bbs
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BuergerbautStadt

http://buergerbautstadt.de - Finde geplante Bauvorhaben in deinem Kiez.

Setup

  1. Have Python 2.7.x installed.
  2. Clone https://github.com/webuildcity/wbc to a location of your choice.
  3. Clone this repository, https://github.com/BuergerbautStadt/bbs, to a location of your choice.
  4. Copy /path/to/bbs/bbs/default.local.py to /path/to/bbs/bbs/local.py.
  5. Edit /path/to/bbs/bbs/local.py to match your setup. At least edit the path to the wbc repository and the database adapter settings. For testing purposes, use the sqlite3 adapter.
  6. Install the dependencies using pip pip install -r /path/to/bbs/requirements.txt. You might want to use a virtualenv for this.
  7. Change to the bbs 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 berlin 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published