wowstash/README.md

19 lines
284 B
Markdown
Raw Permalink Normal View History

2020-08-21 08:39:59 +01:00
# wowstash
2020-08-18 05:59:08 +01:00
2020-08-21 08:39:59 +01:00
A web wallet for noobs who can't use a CLI.
2020-09-27 13:50:25 +01:00
## Setup
```
2020-09-27 15:40:23 +01:00
# Create new database secrets
cp env-example .env
vim .env
# Setup app secrets
cp wowstash/config.{example.py,py}
vim wowstash/config.py
# Run db (postgres) and cache (redis) containers
2020-09-27 13:50:25 +01:00
docker-compose up -d
```