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

https://github.com/jrabbit/lighthouse

Centralized Buoy client directory
https://github.com/jrabbit/lighthouse

Last synced: about 2 months ago
JSON representation

Centralized Buoy client directory

Awesome Lists containing this project

README

          

# Lighthouse: Centralized Buoy client directory
Lighthouse will serve as an entry point to finding Buoy-enabled websites. See: [Project Proposal Lighthouse](https://github.com/betterangels/better-angels/wiki/Project-Proposal-Lighthouse) for details.

## Development
Documentation can be found on the [Lighthouse Wiki](https://github.com/asabine/lighthouse/wiki).
### Getting Started
First, install requirements using pip (ideally in a virtualenv).
`pip install -r requirements.txt`

Then, set up the django project:
```
python manage.py collectstatic
python manage.py makemigrations
python manage.py migrate
```

To test: `python manage.py test lantern`

To run (on localhost:8000): `python manage.py runserver`