mirror of
https://github.com/weewx/weewx.git
synced 2026-04-23 02:57:09 -04:00
Add a landing page for Quickstart guides
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||

|
||||
[](https://python-poetry.org/)
|
||||
|
||||
# [WeeWX](https://www.weewx.com)
|
||||
*Open source software for your weather station*
|
||||
@@ -37,6 +38,7 @@ Support for many online weather services, including:
|
||||
* PWSweather
|
||||
* WOW
|
||||
* AWEKAS
|
||||
* Windy
|
||||
* Open Weathermap
|
||||
* WeatherBug
|
||||
* Weather Cloud
|
||||
@@ -83,7 +85,7 @@ WeeWX.
|
||||
|
||||
## Install
|
||||
|
||||
[https://weewx.com/docs/quickstarts](https;//weewx.com/quickstarts)
|
||||
[https://weewx.com/docs/5.0/quickstarts](https://weewx.com/docs/5.0/quickstarts)
|
||||
|
||||
## Download
|
||||
|
||||
@@ -99,7 +101,7 @@ For the latest source code:
|
||||
|
||||
Guides for installation, upgrading, and customization:
|
||||
|
||||
[https://weewx.com/docs.html](https://weewx.com/docs.html)
|
||||
[https://weewx.com/docs/5.0/](https://weewx.com/docs/5.0/)
|
||||
|
||||
The wiki includes user-contributed extensions and suggestions:
|
||||
|
||||
|
||||
11
docs_src/quickstarts/index.md
Normal file
11
docs_src/quickstarts/index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Quickstarts
|
||||
|
||||
If you're an old hand at installing software on Unix systems, you may be able to
|
||||
use one of our _Quickstart guides_:
|
||||
|
||||
* [Debian](./debian) - including Ubuntu, Mint, Raspberry Pi
|
||||
OS, Devuan. Uses `apt`.
|
||||
* [Redhat](./redhat) - including Fedora, CentOS, Rocky. Uses `yum`.
|
||||
* [SUSE](./suse) - including openSUSE. Uses `zypper`.
|
||||
* [pip](./pip) - any operating system. Uses `pip`
|
||||
* [git](./git) - any operating system. Run directly from repository.
|
||||
Reference in New Issue
Block a user