You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
284 B
Markdown
19 lines
284 B
Markdown
# wowstash
|
|
|
|
A web wallet for noobs who can't use a CLI.
|
|
|
|
## 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
|
|
docker-compose up -d
|
|
```
|