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
- ODField
- qgis linux
- pbf
- pgrouting
- Polyline
- QgsRubberBand
- 앱개발
- qgis 설치
- QGIS
- PyQGIS
- 편집지적
- ODTable
- 안드로이드
- kmoran
- QGIS3
- mapmatching
- keypressed
- pluginbuilder
- khaiii
- 도로명주소일일업데이트
- graphhopper
- split line
- 아이디어
- nifi
- 서비스
- autocad
- qgis server
- ogrinfo
- 스타트업
- Circle
Archives
- Today
- Total
목록qgis 설치 (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