Mobilizon Instalation: Difference between revisions
Initial |
formatting and categories Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
== 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. | |||
https://docs.joinmobilizon.org/administration/install/docker/ | https://docs.joinmobilizon.org/administration/install/docker/ | ||
<syntaxhighlight lang="shell">git clone https://framagit.org/framasoft/joinmobilizon/docker.git docker-mobilizon cd docker-mobilizon | <syntaxhighlight lang="shell"> | ||
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' | |||
</syntaxhighlight> | |||
[[Category:Self-hosting]] | |||
[[Category:Guides]] |
Revision as of 04:12, 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.
https://docs.joinmobilizon.org/administration/install/docker/
<syntaxhighlight lang="shell"> 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' </syntaxhighlight>