Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/city-of-helsinki/appseli

City of Helsinki app catalog
https://github.com/city-of-helsinki/appseli

Last synced: about 2 months ago
JSON representation

City of Helsinki app catalog

Awesome Lists containing this project

README

        

Appseli - The Helsinki application catalogue
============================================

Installation
------------

Verify python version. It should be 2.7.x, though other versions may be supported too.

$ python --version

Setup

$ git clone [email protected]:koirikivi/appseli.git
$ cd appseli/
$ virtualenv venv
$ source venv/bin/activate
# Note: Pillow may require some extra packages, so if the following command fails,
# consult http://pillow.readthedocs.org/en/latest/installation.html#external-libraries
$ pip install -r requirements.txt
$ python manage.py syncdb
$ python manage.py legacy_import

Verify

$ python manage.py runserver
# Visit localhost:8000/proto/ with browser