Search Criteria
Package Details: movim-git r7476.b0934832f-1
Package Actions
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)
- php-gd
- php-imagick
- composer (composer-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- apache (apache-gitAUR) (optional) – reverse proxy
- mariadb (mysql55AUR, mysql56AUR, mytop-gitAUR, mysql81AUR, mysql57AUR, mysql80AUR, mysqlAUR, mariadb-lts, percona-server) (optional) – to use the mysql database backend
- nginx (nginx-nchan-gitAUR, nginx-rtmp-sergey-gitAUR, nginx-mainline-boringsslAUR, nginx-quic-openssl-hgAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, freenginx-mainlineAUR, angieAUR, nginx-quic-libresslAUR, nginx-mainline) (optional) – reverse proxy
- php-fpm (optional) – PHP FactCGI process manager
- php-pgsql (optional) – php bindings for postgresql
- php-sqlite (optional) – php bindings for sqlite
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR) (optional) – to use the postgresql database backend
- sqlite3 (sqlite) (optional) – to use the sqlite database backend
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:
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".
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)