Quantcast
Channel: Planet Plone - Where Developers And Integrators Write
Viewing all articles
Browse latest Browse all 3535

Plumi: Installation on Mint Linux 17

$
0
0

We’re happy to say that Sam Stainsby from Sustainable Software has successfully installed Plumi on Mint Linux.

He has contributed his notes, below!

Mint Linux 17 (MATE edition)
===========================

1. needed to address https://github.com/diefenbach/django-lfs/issues/73
(worked, but without using –distribute option)

2. on buildout: “””Error: Buildout now includes ‘buildout-versions’ (and
part of the older ‘buildout.dumppickedversions’).
Remove the extension from your configuration and look at the
‘show-picked-versions’ option in buildout’s documentation.”””
.. so commentedout the extension ‘buildout.dumppickedversions’ so it
now looks like:

[buildout]
extensions =
# buildout.dumppickedversions
mr.developer

3. same as 1. but for the for ffmpeg buildout

After that is was just a matter of getting the users right in site.cfg


Viewing all articles
Browse latest Browse all 3535