Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/city-of-helsinki/appseli
- Owner: City-of-Helsinki
- Created: 2014-01-26T16:52:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T14:35:59.000Z (over 10 years ago)
- Last Synced: 2024-04-24T09:32:33.646Z (9 months ago)
- Language: CSS
- Size: 555 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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_importVerify
$ python manage.py runserver
# Visit localhost:8000/proto/ with browser