
Recherche avancée
Autres articles (111)
-
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 (...) -
Que fait exactement ce script ?
18 janvier 2011, parCe script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
Installation de dépendances de MediaSPIP
Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (10783)
-
FFMPEG won't encode vorbis
17 novembre 2011, par Doug WolfgramWhen i try to encode using ogg vorbis, I get the message "Unknown encoder 'Vorbis'"
I tried using libvorbis as well as vorbis with the same result.
When I do the following :
ffmpeg -codecs | grep vorbis
I get :
D A vorbis Vorbis
Which means the encoding is not supported (the missing 'E' between 'D' and 'A')
I installed form the package provided for Centos 6. Is there some other way to enable the vorbis codec for encoding ?
-
Using location.search instead of location.hash to transfer the JSON data for cross-domain iframe transport access, due to IE ignoring the hash in redirects.
18 novembre 2011, par Sebastian Tschanm application.js m result.html Using location.search instead of location.hash to transfer the JSON data for cross-domain iframe transport access, due to IE ignoring the hash in redirects.
-
Added the postMessage transport plugin.
20 novembre 2011, par Sebastian Tschanm application.js m gae/app.yaml + gae/static/favicon.ico + gae/static/postmessage.html + gae/static/robots.txt m index.html m jquery.fileupload.js m jquery.iframe-transport.js + jquery.postmessage-transport.js m php/index.php m result.html m tests/index.html m tests/tests.js Added the (...)