Mobilizon Instalation: Difference between revisions
Initial |
pre instead of syntax Tag: 2017 source edit |
||
(One intermediate revision by the same user not shown) | |||
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/ Installation Guide] | ||
<pre> | |||
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' | |||
</pre> | |||
[[Category:Self-hosting]] | |||
[[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'