quokkaproject / quokka

LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
http://www.quokkaproject.org
Other
2.23k stars 448 forks source link

Quokka installation more instructions. #650

Open Bernardoow opened 6 years ago

Bernardoow commented 6 years ago

I had problems installing this project even following the instructions

I needed to install two operating system packages. Python3.6-dev and Pandoc via apt-get. I Use Ubunto OS.

I think this information can be add in readme or guidelines.

rochacbruno commented 6 years ago

I am curious why do we need python3.6-dev should not be a requirement, I need to find which requirement is needing this

Bernardoow commented 6 years ago

My scenario was Ubuntu without python 3.6. Then I installed python 3.6 and I followed the steps:

git clone https://github.com/rochacbruno/quokka cd quokka python3 -m venv venv . venv/bin/activate make install make adduser make devserver

weltonvaz commented 6 years ago

I tested in Ubuntu 16.04 and 17.04 (64Bits) all the two asked to install Pandoc via apt-get

zx9r commented 6 years ago

python3.6-dev is a requirement because of regex. It needs to compile some C code which has a #include

jorants commented 5 years ago

Is pandoc really needed? Because on Gentoo (and i asume other platforms as well) it pulls in the whole haskel toolchain, which makes Quokka quite heavy.