
Recherche avancée
Autres articles (98)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...)
Sur d’autres sites (12446)
-
Evolution #2798 : Notification mise à jour SPIP
12 décembre 2014, par b bSi j’ajoute la langue utilisée dans l’interface privée aux liens du pied ça pourrait le faire (au risque de créer un peu plus de cache pour ce squelette).
-
Anomalie #3663 : Anomalie espace privé
29 mars 2016, par Hanjo de LangeJ’ai essayé avec Chrome, IE11 et EDGE, mais toujours la même chose.
J’étais actuellement en trein de modifier un article publié, alors avec l’URL/ecrire/?exec=article_edit&id_article=2761
et je peux pas ajouter un image, parce que le bloc n’apparaît pas... (capture écran) -
ERROR : unsatisfiable constraints : so:libvpx.so.6 (missing)
17 janvier 2021, par Valeed MalikFFMpeg was updated this week and is causing the build to break.



Are my options to either :



- 

- pin ffmpeg to a previous version ? If so, how do I pin to the version before current ?
- Update the python dockerfile version







Output :



Step 8/42 : RUN apk add --no-cache ffmpeg
 ---> Running in 9e46540ed393
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
fetch http://dl-8.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
 so:libvpx.so.6 (missing):
 required by:
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
The command '/bin/sh -c apk add --no-cache ffmpeg' returned a non-zero code: 3
ERROR: Job failed: exit code 3
FATAL: exit code 3 




Dockerfile :



FROM python:3.6.7-alpine

ENV LANG C.UTF-8
RUN echo "http://dl-8.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
RUN apk upgrade


RUN addgroup -S django && adduser -S -G django django

RUN apk update
# FFMPEG/Sox dependencies
RUN apk add sox
#RUN apk add --no-cache libvpx-dev
RUN apk add --no-cache ffmpeg