Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

irislib/dev

Repository files navigation

Check prerequisites

git -v
docker -v
docker-compose

Initialize

git submodule init && git submodule update
docker-compose up

Identifi-angular will be available on http://localhost:3000 and identifi-daemon API on http://localhost:4944 (use with identifi-cli). Identifi-angular livereloads with browsersync and identifi-daemon is run using npm-watch to restart on code changes.

Use identifi-cli to interact with identifi-daemon:

docker container exec -i -t identifidocker_identifi-daemon_1 sh
cd /identifi-cli
./identifi

Build identifi-angular:

docker container exec -i -t identifidocker_identifi-angular_1 gulp build

Thanks

https://www.airpair.com/docker/posts/efficiant-development-workfow-using-git-submodules-and-docker-compose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages