1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Merge pull request #30 from YunoHost-Apps/testing

Upgrade to 0.1.0-2019-07-28
This commit is contained in:
yalh76 2019-07-29 00:58:49 +03:00 committed by GitHub
commit cb6f190fe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 10 deletions

View file

@ -13,9 +13,9 @@ MobiliZon aims to solve existing platform's problems to organize events in a dec
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. 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-07-06 **Shipped version:** 0.1.0-2019-07-28
## Important ## Important points to read before installing
1. **Mobilizon** is in early development, like an Alpha, all functionalities are not available 1. **Mobilizon** is in early development, like an Alpha, all functionalities are not available
1. **Mobilizon** require a dedicated **root domain**, eg. mobilizon.domain.tld 1. **Mobilizon** require a dedicated **root domain**, eg. mobilizon.domain.tld
@ -62,7 +62,6 @@ exit
Developers info Developers info
---------------- ----------------
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/mobilizon_ynh/tree/testing). Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/mobilizon_ynh/tree/testing).
To try the testing branch, please proceed like that. To try the testing branch, please proceed like that.

View file

@ -1,6 +1,7 @@
# Settings # Settings
MOBILIZON_INSTANCE_NAME="__NAME__" MOBILIZON_INSTANCE_NAME="__NAME__"
MOBILIZON_INSTANCE_HOST="__DOMAIN__" MOBILIZON_INSTANCE_HOST="__DOMAIN__"
MOBILIZON_INSTANCE_PORT=__PORT__
MOBILIZON_INSTANCE_EMAIL="__ADMIN_EMAIL__" MOBILIZON_INSTANCE_EMAIL="__ADMIN_EMAIL__"
MOBILIZON_INSTANCE_REGISTRATIONS_OPEN=true MOBILIZON_INSTANCE_REGISTRATIONS_OPEN=true
@ -10,7 +11,6 @@ GRAPHQL_API_FULL_PATH=""
# APP # APP
MIX_ENV=prod MIX_ENV=prod
MOBILIZON_INSTANCE_PORT=__PORT__
MOBILIZON_LOGLEVEL="info" MOBILIZON_LOGLEVEL="info"
MOBILIZON_SECRET="__SECRET__" MOBILIZON_SECRET="__SECRET__"
@ -20,5 +20,3 @@ MOBILIZON_DATABASE_PASSWORD="__DB_PWD__"
MOBILIZON_DATABASE_DBNAME="__DB_NAME__" MOBILIZON_DATABASE_DBNAME="__DB_NAME__"
MOBILIZON_DATABASE_HOST="localhost" MOBILIZON_DATABASE_HOST="localhost"
MOBILIZON_DATABASE_PORT="5432" MOBILIZON_DATABASE_PORT="5432"
MOBILIZON_LOGLEVEL="info"

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/69fb1ec8287f196205ffb560c262c26f58e27519/mobilizon-69fb1ec8287f196205ffb560c262c26f58e27519.tar.gz SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/6d80bf43ea75d93cb7987792fa46974f77d330e8/mobilizon-6d80bf43ea75d93cb7987792fa46974f77d330e8.tar.gz
SOURCE_SUM=536e429f99f5bf957bab37822be98fc5557b3b87f186f65a63eb5a65d531ee41 SOURCE_SUM=a8441bd946a8cf5262585119ad9a77c0737f9ae4ed6c7497be8229179ad592b9
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Your federated organization and mobilization platform.", "en": "Your federated organization and mobilization platform.",
"fr": "Votre plateforme fédérée d'organisation et de mobilisation." "fr": "Votre plateforme fédérée d'organisation et de mobilisation."
}, },
"version": "0.1.0-2019-07-06~ynh1", "version": "0.1.0-2019-07-28~ynh1",
"url": "https://joinmobilizon.org/", "url": "https://joinmobilizon.org/",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"maintainer": { "maintainer": {

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="postgresql postgresql-contrib openssl make git postgis " pkg_dependencies="build-essential inotify-tools postgresql postgresql-client postgresql-contrib git curl gnupg openssl postgis make gcc libc-dev argon2 imagemagick"
extra_pkg_dependencies="elixir esl-erlang" extra_pkg_dependencies="elixir esl-erlang"
#================================================= #=================================================