Capitains / Nautilus

Implementation of a local CTS5 endpoint for MyCapytains
http://capitains-nautilus.readthedocs.io/en/latest/
Mozilla Public License 2.0
6 stars 4 forks source link

Implement file system caching #58

Closed sonofmun closed 7 years ago

sonofmun commented 7 years ago

@PonteIneptique If I am reading the code correctly, it looks like the option to use werkzeug.FileSystemCache is already implemented here: https://github.com/Capitains/Nautilus/blob/master/capitains_nautilus/cmd.py#L34-L36 Would it be enough just to change the configuration on the server (in the Puppet file?) to set --cache filesystem?

PonteIneptique commented 7 years ago

Yes it's definitely implemented. What you need to change is not this but https://github.com/OpenGreekAndLatin/leipzig_cts/blob/master/modules/capitains/templates/app.py.erb