wowstash/README.md

19 lines
284 B
Markdown
Raw Permalink Normal View History

2020-08-21 07:39:59 +00:00
# wowstash
2020-08-18 04:59:08 +00:00
2020-08-21 07:39:59 +00:00
A web wallet for noobs who can't use a CLI.
2020-09-27 12:50:25 +00:00
## Setup
```
2020-09-27 14:40:23 +00: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 12:50:25 +00:00
docker-compose up -d
```