You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wownero-funding-system/README.md

69 lines
1.4 KiB

# Wownero Funding System
6 years ago
![whoop](https://i.imgur.com/xVS3UGq.png)
6 years ago
A simple Flask application for managing donations.
6 years ago
Example
-------
[https://funding.wownero.com](https://funding.wownero.com)
## Installation
Good luck with trying to get this to run! Some pointers:
#### Daemon
First make sure the daemon is up.
```bash
./wownerod --max-concurrency 4
```
#### Wallet RPC
Expose wallet via RPC.
```bash
./wownero-wallet-rpc --rpc-bind-port 45678 --disable-rpc-login --wallet-file wfs --password ""
6 years ago
```
#### Web application
Download application and configure.
```
sudo apt install libjpeg-dev libpng-dev python-virtualenv python3 redis-server postgresql-server postgresql-server-dev-*
4 years ago
git clone https://git.wownero.com/wownero/wownero-funding-system.git
cd wownero-funding-system
6 years ago
virtualenv -p /usr/bin/python3
source venv/bin/activate
pip uninstall pillow
6 years ago
pip install -r requirements.txt
CC="cc -mavx2" pip install -U --force-reinstall pillow-simd
6 years ago
cp settings.py_example settings.py
- change settings accordingly
```
Prepare a database in postgres and create an user for it.
Run the application:
```bash
6 years ago
python run_dev.py
```
Beware `run_dev.py` is meant as a development server.
When running behind nginx/apache, inject `X-Forwarded-For`.
### Contributors
6 years ago
- [camthegeek](https://github.com/camthegeek)
6 years ago
### License
6 years ago
© 2018 WTFPL Do What the Fuck You Want to Public License