WIP SETUP update
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details

fox 2022-12-02 22:47:59 -06:00
parent 26fd73bd2d
commit a003006ae5
1 changed files with 6 additions and 2 deletions

View File

@ -39,9 +39,13 @@ On Arch, you will need:
- `ruby`
- `ruby-bundler`
- `ruby-irb`
- `ruby-foreman`
- `ruby-foreman` (AUR)
- `redis`
- `postgresql`
- `yarn`
- `gmp` # for nio4r
- `libidn` # for extconf
- `base-devel` # catch all, TODO install specific packages
### Windows
@ -80,7 +84,7 @@ mkdir -p data/redis
redis-server ./redis-dev.conf
# [Optional] Stop Redis
kill "$(cat ./data/redis/redis-dev.pid)"
# kill "$(cat ./data/redis/redis-dev.pid)"
```
## Ruby