GeoJackass

ちゃらんぽらんの絶対領域は、是を頑なに堅持

opengeosuiteの導入に関する手順書

f:id:GeoJackass:20161027002708p:plain

以下、手順

インスタンスの構築を行う(構成は以下の通り)
  • OS:Ubuntu14.04
  • Light.S1
The commands in this section require root privileges.(以下のコマンドは、root権限で行います)
  • import the Boundless GPG key:(BundlessのGPG keyの登録を行う)
# wget -qO- https://apt.boundlessgeo.com/gpg.key | apt-key add -
  • installing OpenGeo Suite on Ubuntu 14:(oepn geo suiteをUbuntu14.04にinstallする)
# echo "deb https://apt.boundlessgeo.com/suite/latest/ubuntu/ trusty main" > /etc/apt/sources.list.d/opengeo.list
Installation process
  • Update the repository list:(リポジトリのアップデートを行う)
# apt-get update
  • Search for OpenGeo Suite packages to verify that the repository list is correct. If the command does not return any results, examine the output of the apt command for any errors or warnings. (apt searchを行い、Open Geo Suiteのリポジトリリストが正しいか確認する。)
# apt-cache search opengeo
  • To install typical server components:
# apt-get install opengeo-server
  • To install typical client components:
# apt-get install opengeo-client
  • apt-get install opengeo-client
# apt-get install opengeo

f:id:GeoJackass:20161027003555p:plain

結論:もうしばらく使ってみないと分からないが、そんなに便利ではないように思う。clouderaやAnacondaPythonを初めて使った時の方が革命的に便利だった...