tilemaker icon indicating copy to clipboard operation
tilemaker copied to clipboard

feat: Add tilemaker to PATH

Open langbein-daniel opened this issue 2 years ago • 1 comments

By creating a symlink from /tilemaker to /usr/bin/tilemaker, one can execute the tilemaker command e.g. from within a shell.

This makes it possible to use the built tilemaker binary as if it was "installed". If one does a Docker multistep build that uses the tilemaker Docker image, one can then simly use RUN tilemaker ... and does not need to know where the binary is actually stored.

langbein-daniel avatar Feb 22 '23 17:02 langbein-daniel

I revamped our dockerfile in https://github.com/systemed/tilemaker/pull/713 and added the tilemaker binaries to PATH in there, too. Let me know if this resolves your issue and if we can close this pull request as solved.

daniel-j-h avatar May 18 '24 15:05 daniel-j-h