Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 도로명주소일일업데이트
- qgis linux
- pluginbuilder
- qgis server
- 스타트업
- PyQGIS
- kmoran
- Circle
- mapmatching
- ODField
- 안드로이드
- QGIS3
- autocad
- ogrinfo
- qgis 설치
- QGIS
- pgrouting
- QgsRubberBand
- graphhopper
- ODTable
- 앱개발
- pbf
- keypressed
- split line
- 편집지적
- khaiii
- 서비스
- 아이디어
- nifi
- Polyline
Archives
- Today
- Total
목록qgis linux (1)
개발자 이야기
[QGIS] QGIS Server 설치
1. Dockerfile 생성 FROM debian:bullseye-slim ENV LANG=en_EN.UTF-8 RUN apt-get update \ && apt-get install -y libqt5gui5 binutils && strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 RUN apt-get update \ && apt-get install --no-install-recommends --no-install-suggests --allow-unauthenticated -y \ gnupg \ ca-certificates \ wget \ locales \ && localedef -i en_US -f UTF-8 ..
GIS/QGIS
2024. 2. 16. 10:29