Skip to content

Files

29 lines (24 loc) · 700 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 700 Bytes

novekodim

The new web engine behind http://kodim.cz.

Running locally

  1. Install NPM and docker.

  2. Clone the repository.

  3. Go to web folder and run

    npm install
    
  4. Clone the https://github.com/podlomar/kodim-content repo somewhere on your disk

  5. Go to the kodim-content folder and run

    git submodule update --init --recursive
    
  6. Go to the docker folder inside nove-kodim

  7. Run

    docker build -t nove.kodim.image .
    
  8. 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
    
  9. Go to http://localhost:8888