install on windows
  • I'm newbie in pyton (and java, redis, mongo etc. world. Trying just install superdesk to play with him and can't install. Something wrong or missed in install instruction. OR in install scripts.

    windows server 2016 (clean) x64 4Gb ram

    installed recommended or new:
    python 3.6.2x64
    Git-2.14.1-64-bit.exe
    node-v6.11.3-x64.msi
    jre-8u144-windows-x64.exe 
    elasticsearch-2.4.6.zip
    mongodb-win32-x86_64-2008plus-ssl-3.4.7-signed.msi
    Redis-x64-3.2.100.msi 

    got last superdesk (master branch)

    set environment TEMP and TMP to new C:\TEMP directory

    I've got errors:
    C:\superdesk\server>pip install -r requirements.txt
    Collecting gunicorn==19.7.1 (from -r requirements.txt (line 1))
      Using cached gunicorn-19.7.1-py2.py3-none-any.whl
    Collecting honcho==1.0.1 (from -r requirements.txt (line 2))
      Using cached honcho-1.0.1-py2.py3-none-any.whl
    Collecting newrelic<2.67,>=2.66 (from -r requirements.txt (line 3))
      Using cached newrelic-2.66.0.49.tar.gz
    Collecting Superdesk-Core from git+git://github.com/superdesk/superdesk-core.git@3e4f3fce1#egg=Super
    desk-Core (from -r requirements.txt (line 5))
      Cloning git://github.com/superdesk/superdesk-core.git (to 3e4f3fce1) to c:\temp\10\pip-build-z0ora
    yog\superdesk-core
    error: unable to create file tests/io/fixtures/tag:reuters.com,0000:newsml_ISS149709:1618095828: Inv
    alid argument
    error: unable to create file tests/io/fixtures/tag:reuters.com,0000:newsml_L4N1FL0N0:1132689232: Inv
    alid argument
    fatal: unable to checkout working tree
    warning: Clone succeeded, but checkout failed.
    You can inspect what was checked out with 'git status'
    and retry the checkout with 'git checkout -f HEAD'

    Command "git clone -q git://github.com/superdesk/superdesk-core.git c:\temp\10\pip-build-z0orayog\Su
    perdesk-Core" failed with error code 128 in None

    _________________________

    C:\superdesk\server>python manage.py app:initialize_data
    Traceback (most recent call last):
      File "manage.py", line 14, in <module>
        import superdesk
    ModuleNotFoundError: No module named 'superdesk'