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
- Host: GitHub
- URL: https://github.com/peterk/service-catalog
- Owner: peterk
- Created: 2011-06-24T19:27:39.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-26T05:40:22.000Z (about 15 years ago)
- Last Synced: 2025-03-13T18:16:16.228Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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