Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.3 KB

File metadata and controls

57 lines (40 loc) · 1.3 KB

amx-a

Overview

amx-aを動かすためには環境構築が必要であり、それを維持しやすいようにコンテナ化する。

build

podman compose build

run & debug

podman compose up

debug

podman compose run --rm --entrypoint /bin/bash tile-builder-mojxml
  • Test run: stream.rb
# PREF=01 TYPE=daihyo ruby stream.rb
  • Test run:rake task
podman compose run --rm tile-builder-mojxml rake mbtiles
podman compose run --rm tile-builder-mojxml rake pmtiles
podman compose run --rm tile-builder-mojxml rake style

Tips

for generation the Gemfile.lock

podman run --rm -v ".:/usr/src/app" -w /usr/src/app ruby:3.1-slim bundle install

〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️

Implementation of amx-project/0#4

Demo

https://amx-project.github.io/a

PMTiles location on IPFS

QmTZHWMAnRC5zNiNvdVuTDacThKkj4jKbwsZtKQkAC4R69

Document

https://github.com/amx-project/a-spec

What is behind the repository name?

Most UNIX C compilers link executables by default to a file called "a.out". That is why.