Package Details: movim-git r7476.b0934832f-1

Git Clone URL: https://aur.archlinux.org/movim-git.git (read-only, click to copy)
Package Base: movim-git
Description: Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol.
Upstream URL: https://movim.eu
Licenses: AGPL3
Conflicts: movim
Provides: movim
Submitter: kuri
Maintainer: kuri (Ppjet6)
Last Packager: Ppjet6
Votes: 1
Popularity: 0.000000
First Submitted: 2015-12-15 20:37 (UTC)
Last Updated: 2019-07-28 16:09 (UTC)

Dependencies (12)

Required by (0)

Sources (5)

Latest Comments

kuri commented on 2022-08-19 06:18 (UTC)

Hello, i am unable to help you on this, as i stopped using movim years ago due to lack of time.

I hope someone else will be able to give you some time.

Tio commented on 2022-08-19 03:32 (UTC)

AM unable to install this on my Manjaro:

Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - Root composer.json requires PHP extension ext-gd * but it is missing from your system. Install or enable PHP's gd extension.
  Problem 2
    - Root composer.json requires PHP extension ext-imagick * but it is missing from your system. Install or enable PHP's imagick extension.

To enable extensions, verify that they are enabled in your .ini files:
    - /etc/php/php.ini
    - /etc/php/conf.d/imagick.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-gd --ignore-platform-req=ext-imagick` to temporarily ignore these required extensions.
==> ERROR: A failure occurred in build().
    Aborting...

Ppjet6 commented on 2018-12-28 00:54 (UTC)

This change is likely to break current setups.

The default user is now called "movim", created with the sysuser configuration file, to avoid sharing ownership with other applications (that would use http).

This will require a change in your php-fpm or apache setup. You should change it to use "movim".

user = movim
group = http

Also, symlinks for the "cache" and "users" folders that were previously created with the install script, (and thus not owned by the package), are now created directly in the package.

You will be told by pacman that these files exist and the package can't be installed. Please remove them before installing the new package.

Specifically, the two following symlinks: /usr/share/webapps/movim/cache and /usr/share/webapps/movim/users

Magicking commented on 2018-12-27 21:34 (UTC)

Issues I had: - php-gd was not activated => echo extension=gd.so > /etc/php/conf.d/gd.ini - php-imagick was not up to date because I was on archlinuxfr/php-imagick version 3.4.4 where it needed version 3.4.3-5 (from aur), maybe put a dependancy version.

sergej commented on 2018-05-08 15:47 (UTC)

Modl was changed to phinx in git, so this pkgbuild should looks like this: https://pastebin.com/nqv1Db2V

(copy database/ and phinx.php, remove mud.php, change systemd service to run php vendor/bin/phinx migrate)