Mobilizon Instalation: Difference between revisions
formatting and categories Tag: 2017 source edit |
pre instead of syntax Tag: 2017 source edit |
||
Line 2: | Line 2: | ||
Mobilizon is a free and federated tool for organizing events, part of the Framasoft ecosystem. It is a decentralized alternative to Facebook Events, Meetup, and other proprietary platforms. Mobilizon is free and open-source software that allows you to create and manage events, and it is designed to respect your privacy and freedom. | Mobilizon is a free and federated tool for organizing events, part of the Framasoft ecosystem. It is a decentralized alternative to Facebook Events, Meetup, and other proprietary platforms. Mobilizon is free and open-source software that allows you to create and manage events, and it is designed to respect your privacy and freedom. | ||
https://docs.joinmobilizon.org/administration/install/docker/ | [https://docs.joinmobilizon.org/administration/install/docker/ Installation Guide] | ||
< | <pre> | ||
git clone https://framagit.org/framasoft/joinmobilizon/docker.git docker-mobilizon cd docker-mobilizon | git clone https://framagit.org/framasoft/joinmobilizon/docker.git docker-mobilizon | ||
cd docker-mobilizon | |||
cp env.template .env | cp env.template .env | ||
for i in "changethis" .env;do sed 's/changethis/gpg --gen-random --armor 1 50' | for i in "changethis" .env; do sed 's/changethis/gpg --gen-random --armor 1 50' | ||
</ | </pre> | ||
[[Category:Self-hosting]] | [[Category:Self-hosting]] | ||
[[Category:Guides]] | [[Category:Guides]] |
Latest revision as of 04:13, 22 September 2024
About Mobilizon
Mobilizon is a free and federated tool for organizing events, part of the Framasoft ecosystem. It is a decentralized alternative to Facebook Events, Meetup, and other proprietary platforms. Mobilizon is free and open-source software that allows you to create and manage events, and it is designed to respect your privacy and freedom.
git clone https://framagit.org/framasoft/joinmobilizon/docker.git docker-mobilizon cd docker-mobilizon cp env.template .env for i in "changethis" .env; do sed 's/changethis/gpg --gen-random --armor 1 50'