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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
wowstash/README.md

19 lines
284 B

# wowstash
4 years ago
A web wallet for noobs who can't use a CLI.
4 years ago
## Setup
```
# 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
4 years ago
docker-compose up -d
```