Skip to content

nextgis/runivers

Repository files navigation

russia-history

This cartographic project contains historical geodata about the political boundaries of modern Russia from 1462-2018.

Web site

Installation

git clone https://github.com/nextgis/russia-history.git
cd ./russia-history
npm i
# build prod version
npm run prod
# start development server
npm start

Add submodule to simplify the development process

git submodule update --init
# get latest version on nextgis_frontend submodule
cd ./@nextgis
git checkout master
git pull origin master

In this case, the @nextgis libraries will be used from the submodule, not from the node_modules

Docker

docker build -t registry.gitlab.com/nextgis/ngwdocker/runivers:6.1.1 -f ./docker/Dockerfile .

docker run -it -p 8080:8080 --rm --name runivers registry.gitlab.com/nextgis/ngwdocker/runivers:6.1.1

docker push registry.gitlab.com/nextgis/ngwdocker/runivers:6.1.1