mirror of
https://git.wownero.com/wownero/YellWOWPages.git
synced 2024-08-15 01:03:25 +00:00
20 lines
359 B
Markdown
20 lines
359 B
Markdown
|
## YellWOWPages
|
||
|
|
||
|
Wownero yellow pages web-application - lookup the WOW address of users.
|
||
|
|
||
|
### Installation
|
||
|
|
||
|
```bash
|
||
|
git clone gitea@git.wownero.com:muchwowmining/YellWOWPages.git
|
||
|
cd YellWOWPages
|
||
|
pip install -r requirements.txt
|
||
|
|
||
|
cp settings.py_example settings.py
|
||
|
```
|
||
|
|
||
|
Change `settings.py` to your liking. Then run the application:
|
||
|
|
||
|
```bash
|
||
|
python3 run.py
|
||
|
```
|