mirror of
https://github.com/simon987/od-database.git
synced 2025-04-20 02:46:45 +00:00
Create README.md
This commit is contained in:
parent
a2835bbbcf
commit
460357f183
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# OD-Database
|
||||
|
||||
Suggestions/concerns/PRs are welcome
|
||||
|
||||
## Installation
|
||||
Assuming you have Python 3 and git installed:
|
||||
```bash
|
||||
git clone https://github.com/simon987/od-database
|
||||
cd od-database
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
## Running
|
||||
```bash
|
||||
python3 app.py
|
||||
```
|
||||
You should be able to connect with your browser at `https://localhost:12345`
|
||||
|
||||
*_Note: For now, you need to have the appropriate SSL certificates (cert.pem & privkey.pem) in /certificates. There will
|
||||
be an option to disable SSL very soon_
|
Loading…
x
Reference in New Issue
Block a user