|
|
@ -19,12 +19,22 @@ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm install |
|
|
|
``` |
|
|
|
|
|
|
|
``` |
|
|
|
npm run knex migrate:latest |
|
|
|
./bando.js init |
|
|
|
``` |
|
|
|
|
|
|
|
Note: Sometimes this fails if you have redis running already. You have to manually delete redis and start it again. |
|
|
|
On windows you run the `bando.ps1` script instead, using just `bando`: |
|
|
|
|
|
|
|
`` |
|
|
|
./bando init |
|
|
|
``` |
|
|
|
|
|
|
|
Note: Sometimes this fails if you have redis running already. You have to manually delete redis and start it again: |
|
|
|
|
|
|
|
``` |
|
|
|
# ONLY IF REDIS FAILS |
|
|
|
npx pm2 delete redis |
|
|
|
./bando.js init # WIN: ./bando init |
|
|
|
``` |
|
|
|
|
|
|
|
In another window: |
|
|
|
|
|
|
|