- GeoServer Beginner's Guide(Second Edition)
- Stefano Iacovella
- 217字
- 2021-07-08 09:21:09
Getting Started with GeoServer
Congratulations on your choice to take your data to the world with GeoServer. It can be installed on many different operating systems since it is a Java application, as long as a Java Virtual Machine exists for that operating system. It takes advantage of multithreaded operations and supports 64-bit operating systems.
This chapter will cover, in detail, the steps that will bring you to a successful installation. Although, we will explain the whole process in detail, do not be afraid. As soon as you finish reading it, you will have your running copy of GeoServer. The steps will be illustrated in two scenarios, a Linux Mint 18, and a Windows 7 machine. We chose these two as they cover the majority of users. Because Mint is a Debian derivative, the installation process can easily be reproduced on other similar distributions, for example, Debian or Ubuntu.
We'll talk about the advanced settings most useful in taking your configuration to a production environment in Chapter 10, Securing GeoServer Before Production, and Chapter 11, Tuning GeoServer in a Production Environment.
In this chapter, we will cover the following topics:
- System requirements
- Obtaining GeoServer (latest 2.10.2)
- Installation on Linux Mint
- Installation on Windows 7
- OS independent installation
- Basic security measures by changing the default username and password
- Extending Jenkins
- Angular UI Development with PrimeNG
- Rust編程:入門、實(shí)戰(zhàn)與進(jìn)階
- SQL語(yǔ)言從入門到精通
- Cassandra Data Modeling and Analysis
- 深入淺出Serverless:技術(shù)原理與應(yīng)用實(shí)踐
- 好好學(xué)Java:從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- SpringBoot從零開(kāi)始學(xué)(視頻教學(xué)版)
- Application Development with Swift
- Test-Driven iOS Development with Swift
- Java Web開(kāi)發(fā)基礎(chǔ)與案例教程
- 用Python動(dòng)手學(xué)統(tǒng)計(jì)學(xué)
- 軟件測(cè)試(慕課版)
- Appcelerator Titanium Smartphone App Development Cookbook
- Boost.Asio C++ Network Programming Cookbook