Installing Redis from source on ARM
Ubuntu has quite old packages in the default repositories. It is especially important for web development, where version compatibility may break often.
ownCloud requires a modern version of Redis to use it as a cache and to keep track of the file locks.
PPAs that provide Redis packages do not build for the ARM arch, however. Therefore, with my new Scaleway server, I’ll have to do it by hand …