Add dir for redis data

fix/password-length
Rin 2022-11-25 14:24:44 +11:00
parent ea44d46ca9
commit e60d7e3c43
Signed by untrusted user: Rin
GPG Key ID: 0C8733C13A7E1293
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,8 @@ On Arch, you will need:
- `ruby-bundler`
- `ruby-irb`
- `ruby-foreman`
- `redis`
- `postgresql`
### Windows
@ -71,6 +73,9 @@ pg_ctl -D data/postgres start --silent
In the root of this repository, run the following:
```sh
# Create a folder for redis data
mkdir -p data/redis
# Start Redis
redis-server ./redis-dev.conf