Mobilizon Instalation: Difference between revisions

From Irregularpedia
Jump to navigation Jump to search
Initial
 
pre instead of syntax
Tag: 2017 source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
https://docs.joinmobilizon.org/administration/install/docker/
== 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.


<syntaxhighlight lang="shell">git clone https://framagit.org/framasoft/joinmobilizon/docker.git docker-mobilizon cd docker-mobilizon
[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>


for i in "changethis" .env;do sed 's/changethis/gpg --gen-random --armor 1 50'</syntaxhighlight>
[[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.

Installation Guide

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'