https://github.com/brahmlower/opendir-dl-web
This is a simple web frontend for opendir-dl.
https://github.com/brahmlower/opendir-dl-web
Last synced: over 1 year ago
JSON representation
This is a simple web frontend for opendir-dl.
- Host: GitHub
- URL: https://github.com/brahmlower/opendir-dl-web
- Owner: brahmlower
- Created: 2017-02-08T02:49:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T02:13:57.000Z (over 9 years ago)
- Last Synced: 2025-02-05T17:17:22.798Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# opendir-dl-web
This is a simple read only web frontend for the [opendir-dl](https://github.com/bplower/opendir-dl) project. It is just a Flask application that executes keyword searches on items in the default database.
For testing and development, you can run the source via `make run`. An example is as follows:
```
virtualenv venv
source venv/bin/activate
git clone https://github.com/bplower/opendir-dl-web.git
cd opendir-dl-web
pip install git+https://github.com/bplower/opendir-dl.git
make install
make run
```
## Example files
There are example files for hosting this on apache with wsgi
* examples/example_apache2_opendir-dl-web.conf
* examples/example_wsgi-opendir-dl-web.wsgi