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
- Host: GitHub
- URL: https://github.com/jrabbit/lighthouse
- Owner: jrabbit
- Created: 2016-06-04T22:22:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T22:23:41.000Z (about 10 years ago)
- Last Synced: 2025-03-05T22:44:09.138Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`