Hubs-Foundation / hubs-compose

Local development setup for Hubs
Mozilla Public License 2.0
41 stars 32 forks source link

Add steps to make a user admin #12

Closed keianhzo closed 1 year ago

keianhzo commented 1 year ago

What

Add steps to the README.md to connect to the admin panel after running the stack.

Why

Connecting to the admin panel is a common thing that developers might need to use when updating either the admin or the client.

Fixes https://github.com/mozilla/hubs-compose/issues/8

bryanenders commented 1 year ago
docker compose exec -it reticulum iex -S mix

Or better yet bin/iex -S mix

bryanenders commented 1 year ago

I was hesitant to duplicate instructions from the individual service READMEs since they could become out of sync. What if we just add a note to the README to follow the steps for each service?

keianhzo commented 1 year ago

I totally missed that this was already in the Ret docs. Makes sense to just link to that:

I was hesitant to duplicate instructions from the individual service READMEs since they could become out of sync. What if we just add a note to the README to follow the steps for each service?