010f56acf2
This fixes an error when running the mobilizon_api container (either with `make` or `docker-compose up`): the command `mix phx.server` was run first in the mobilizon_api container, but it made the container restart every ~10 seconds because of missing dependencies errors. As a result it became impossible to install the depencies using `docker-compose exec api sh -c "cd js && yarn install && cd ../"`, because that would give this error: `Error response from daemon: Container 8ff288ad74565bb0773f9b5f8fb39ab62925c16ea0ca77c5d2579cc3013a8464 is restarting, wait until the container is running`. This commit fixes this error by running the dependency installation commands (and compilation and db migration) before `mix phx.server`. |
||
---|---|---|
.gitlab/issue_templates | ||
config | ||
docker | ||
js | ||
lib | ||
priv | ||
support | ||
test | ||
uploads | ||
.credo.exs | ||
.dockerignore | ||
.env.sample | ||
.formatter.exs | ||
.gitignore | ||
.gitlab-ci.yml | ||
.graphqlconfig.yaml | ||
CONTRIBUTING.md | ||
docker-compose.test.yml | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
mix.exs | ||
mix.lock | ||
README.md | ||
schema.graphql | ||
SECURITY.md | ||
tsconfig.json |
Mobilizon is your federated organization and mobilization platform. Gather people with a convivial, ethical, and emancipating tool.
Developed with ♥ by Framasoft
Introduction
Mobilizon is a tool designed to create platforms for managing communities and events. Its purpose is to help as many people as possible to free themselves from Facebook groups and events, from Meetup, etc.
The Mobilizon software is under a Free licence, so anyone can host a Mobilizon server, called an instance. These instances may federate with each other, so any person with an account on ExampleMeet will be able to register to an event created on SpecimenEvent.
✨ Features
👤 Identities
Do you want to separate your family gatherings from your associative activities or militant mobilizations? You will have the power to create multiple identities from the same account, like so many social masks.
📅 Events and groups
Create your events and make sure they will appeal to everybody. Privacy settings and participants roles are supported. There's no lock-in, you can interact with the event without registration.
Contributing
We appreciate any contribution to Mobilizon. Check our CONTRIBUTING file for more information.
Links
Learn more
- 🌐 Official website: https://joinmobilizon.org
- 💻 Source: https://framagit.org/framasoft/mobilizon
- 📝 Wiki: https://framagit.org/framasoft/mobilizon/wikis/home
Discuss
- 💬 Riot/Matrix: https://riot.im/app/#/room/#Mobilizon:matrix.org
- 🗣️ Forum: https://framacolibri.org/c/mobilizon
Follow
- 🐘 Mastodon: https://framapiaf.org/@mobilizon
- 🐦 Twitter https://twitter.com/@joinmobilizon
Note: Most federation code comes from Pleroma, which is Copyright © 2017-2018 Pleroma Authors - AGPL-3.0