19
edits
| Line 46: | Line 46: | ||
# `docker stop $(docker ps -q)` will stop all the containers by doing `docker stop` on all of the running containers (the -q flag lists by ID) | # `docker stop $(docker ps -q)` will stop all the containers by doing `docker stop` on all of the running containers (the -q flag lists by ID) | ||
== Some in-progress notetaking == | |||
# doing all that, and then going to localhost:8000 takes me to the BMS login page instead of sudoroom's. possibly, since on my setup i ran `docker pull membermatters/membermatters` initially before following the rest of those setups, that is what broke it - i would think that the config files (the database?) would supercede that | # doing all that, and then going to localhost:8000 takes me to the BMS login page instead of sudoroom's. possibly, since on my setup i ran `docker pull membermatters/membermatters` initially before following the rest of those setups, that is what broke it - i would think that the config files (the database?) would supercede that | ||
# there is also a dev.env file at the top of the repo that might be worth checking out. possible you could `docker run --env_file /path/to/dev.env` and it would use that env instead of the one in the [https://github.com/sudoroom/MemberMatters/blob/481e4bc8f4a3f614e05fcc98af74c9380c7a05a2/docker/docker-compose.yml#L33 docker-compose.yml] ? I don't know if there is a `docker compose` equivalent, need to keep poking at that | # there is also a dev.env file at the top of the repo that might be worth checking out. possible you could `docker run --env_file /path/to/dev.env` and it would use that env instead of the one in the [https://github.com/sudoroom/MemberMatters/blob/481e4bc8f4a3f614e05fcc98af74c9380c7a05a2/docker/docker-compose.yml#L33 docker-compose.yml] ? I don't know if there is a `docker compose` equivalent, need to keep poking at that | ||
| Line 63: | Line 63: | ||
Nicholas suggested that was just some scrapers or bots hitting the page, tested with him trying to load /api/nicksun | Nicholas suggested that was just some scrapers or bots hitting the page, tested with him trying to load /api/nicksun | ||
== Currently ( 2026-02-07 ) == | |||
Martin added two payment plans and tested one and put in his card and it worked! Got an email and got to next steps | Martin added two payment plans and tested one and put in his card and it worked! Got an email and got to next steps | ||
= Membership Plan Setup = | = Membership Plan Setup = | ||
| Line 107: | Line 107: | ||
# ''need to edit dashboard, landing page'' - Where do we want the post signup page to go to? | # ''need to edit dashboard, landing page'' - Where do we want the post signup page to go to? | ||
# ''update welcome and alert emails'' | # ''update welcome and alert emails'' | ||
= TODO = | |||
# '' Contact Info (Constance Config) - some of that is still membermatters / defaults (notably the email!) | |||
# '' | |||
edits