mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Include QR codes on the proposal page; added API route
This commit is contained in:
parent
75c7f49842
commit
531072d2aa
15 changed files with 191 additions and 21 deletions
|
@ -35,12 +35,14 @@ Expose wallet via RPC.
|
|||
Download application and configure.
|
||||
|
||||
```
|
||||
sudo apt install python-virtualenv python3 redis-server postgresql-server postgresql-server-dev-*
|
||||
sudo apt install libjpeg-dev libpng-dev python-virtualenv python3 redis-server postgresql-server postgresql-server-dev-*
|
||||
git clone https://github.com/skftn/wownero-wfs.git
|
||||
cd funding
|
||||
cd wownero-wfs
|
||||
virtualenv -p /usr/bin/python3
|
||||
source venv/bin/activate
|
||||
pip uninstall pillow
|
||||
pip install -r requirements.txt
|
||||
CC="cc -mavx2" pip install -U --force-reinstall pillow-simd
|
||||
cp settings.py_example settings.py
|
||||
- change settings accordingly
|
||||
```
|
||||
|
@ -55,6 +57,8 @@ python run_dev.py
|
|||
|
||||
Beware `run_dev.py` is meant as a development server.
|
||||
|
||||
When running behind nginx/apache, inject `X-Forwarded-For`.
|
||||
|
||||
### Contributors
|
||||
|
||||
- [camthegeek](https://github.com/camthegeek)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue