The new web engine behind http://kodim.cz.
-
Install NPM and docker.
-
Clone the repository.
-
Go to
web
folder and runnpm install
-
Clone the https://github.com/podlomar/kodim-content repo somewhere on your disk
-
Go to the
kodim-content
folder and rungit submodule update --init --recursive
-
Go to the
docker
folder insidenove-kodim
-
Run
docker build -t nove.kodim.image .
-
Run
docker run --name nove.kodim -p 8888:80 -v <absolute path to this repo>/web/dist:/app -v <absolute path to the kodim-content repo>/dist:/content nove.kodim.image
-
Go to http://localhost:8888