Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| commands [2025/11/06 04:12] – agnes | commands [2025/11/12 00:19] (current) – agnes | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| recreate site for updates to show up | recreate site for updates to show up | ||
| - | sudo docker compose up -d web --force-recreate --removeorphans | + | sudo docker compose up -d web --force-recreate --remove-orphans |
| reload elasticsearch: | reload elasticsearch: | ||
| Line 20: | Line 20: | ||
| insert into roles (id, name, authorizable_type, | insert into roles (id, name, authorizable_type, | ||
| + | | ||
| | | ||
| insert into roles (id, name, authorizable_type, | insert into roles (id, name, authorizable_type, | ||
| Line 27: | Line 28: | ||
| insert into roles (id, name, authorizable_type, | insert into roles (id, name, authorizable_type, | ||
| - | insert into roles (id, name, authorizable_type, | + | insert into roles (id, name, authorizable_type, |
| + | |||
| + | rails console | ||
| + | |||
| + | |||
| + | |||
| + | docker compose run web bundle exec rails c | ||
