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

https://github.com/peterk/service-catalog

A service catalog for large organizations or countries
https://github.com/peterk/service-catalog

Last synced: 11 months ago
JSON representation

A service catalog for large organizations or countries

Awesome Lists containing this project

README

          

========================
A simple service catalog
========================

The service catalog can be used to display information about available API:s in
an organization.

This application uses the 1140 grid for layout by @andytlr: http://cssgrid.net/

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

1. Install Python 2.7 for you OS (http://www.python.org/)

2. Install pip:

$ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py

$ python get-pip.py

3. Install Django 1.3:

$ pip install django

4. Get the source:

$ git clone https://peterk@github.com/peterk/service-catalog.git

5. Edit katana/settings.py and enter your database settings (default it uses Sqlite3 which you may have to install).

6. Create database tables and indexes:

$ cd katana

$ python manage.py syncdb

(create superuser when asked)

7. Start the application:

$ python manage.py runserver

Now you can open the admin interface in your browser: http://127.0.0.1:8000/admin

Application is available at http://127.0.0.1:8000/

License
-------
BSD