1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00
A federated organization and mobilization platform for YunoHost
Find a file
2020-01-02 22:52:32 +01:00
conf Upgrade to 0.1.0-2019-12-28 2019-12-28 02:08:28 +01:00
scripts Update backup 2020-01-02 22:52:32 +01:00
.gitignore First commit 2019-04-05 03:33:38 +02:00
.travis.yml Adding travis.yml 2019-04-05 04:32:08 +02:00
check_process Update check_process 2019-06-16 16:02:47 +02:00
LICENSE manifest and license 2019-04-05 04:26:39 +02:00
manifest.json Upgrade to 0.1.0-2019-12-28 2019-12-28 02:08:28 +01:00
pull_request_template.md Update pull_request_template.md 2019-06-13 23:51:40 +02:00
README.md Upgrade to 0.1.0-2019-12-28 2019-12-28 02:08:28 +01:00

Mobilizon for YunoHost

Integration level
Install Mobilizon with YunoHost

This package allow you to install Mobilizon quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

MobiliZon is your federated organization and mobilization platform. Supported by Framasoft

MobiliZon aims to solve existing platform's problems to organize events in a decentralised, libre and privacy friendly way.

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.

Shipped version: 0.1.0-2019-12-28

Important points to read before installing

  1. Mobilizon is in early development, like an Alpha, all functionalities are not available
  2. Mobilizon require a dedicated root domain, eg. mobilizon.domain.tld
  3. Even if requested during installation: admin, language and password variables are not used
  4. Admin Dashboard is still not implemented
  5. When your mobilizon instance is installed, you need to register.
  6. When registered to be admin you have to manually goes in PostgreSQL, database $app, table users, and change the role value to administrator instead of user (other role available: moderator)

Example to manually put user with id=1 as administrator:

su -l postgres
psql
\c mobilizon
UPDATE public.users SET role='administrator' where id=1;
\q
exit

Screenshots

Capture

Documentation

YunoHost specific features

Supported architectures

  • x86-64b - Build Status
  • ARMv8-A - Build Status
  • Jessie x86-64b - Build Status

Developers info

Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/mobilizon_ynh/tree/testing --debug
or
sudo yunohost app upgrade mobilizon -u https://github.com/YunoHost-Apps/mobilizon_ynh/tree/testing --debug