I am installing geomapfish.
I am in this step.
https://camptocamp.github.io/c2cgeoportal/master/integrator/install_application.html#apache-wsgi-conf-mako
Then you can build and install the application with the command:
$ make -f <user>.mk build
But in my case I have this erro:
git submodule update --init
No submodule mapping found in .gitmodules for path 'paquete/static/lib/cgxp'
CONST_Makefile:1030: recipe for target '.git/modules/proyecto1/static/lib/cgxp/HEAD' failed
make: *** [.git/modules/proyecto1/static/lib/cgxp/HEAD] Error 1
I read this post
And try to follow it but I don't know what is the problem.
If I type:
...# git ls-files --stage | grep 160000
This is the commandline says:
160000 e1097abee85078e0de1f8e0a4d5269e6a7a9f72f 0 cgxp
160000 7437277b10fbf23206ed75fd6d0924b61d6153be 0 cgxp2
160000 7437277b10fbf23206ed75fd6d0924b61d6153be 0 paquete/static/lib/cgxp
I think I only need one of them.
Could any help me??