Commit Graph

49 Commits

Author SHA1 Message Date
Tom Keffer
b359691bb5 After a major OS upgrade, reinstall.
Fixes Issue #1012.
2025-09-01 15:03:42 -07:00
matthew wall
55bf7d0772 keep it simple, and do not encourage bad practices 2024-02-05 12:01:45 -05:00
matthew wall
2cf166ab7d docs are no longer installed in weewx-data 2024-01-29 13:41:02 -05:00
matthew wall
d69b3144da keep the mysql/mariadb instructions together 2024-01-10 09:10:29 -05:00
Matthew Wall
6dd2efb65f make platform tabs consistent 2024-01-09 12:35:56 -05:00
Matthew Wall
db75a69cc4 clarify bsd pillow problem 2024-01-09 12:32:57 -05:00
matthew wall
f77c1adc96 provide some information about what the daemon setup does 2024-01-02 17:22:33 -05:00
matthew wall
05e031f525 consolidate daemon setup into a single script. simplify the python that describes it. simplify the pip install instructions. 2024-01-02 17:16:43 -05:00
matthew wall
5a1e639c74 update pip quickstart to match the setup-daemon changes. isolate the platform-specific steps from the generic pip/venv steps. 2024-01-02 10:12:46 -05:00
Matthew Wall
b3b85a9fcb added bsd instructions (requires explicit install of python sqlite module, and better to use the system's Pillow instead of trying to build it or wheel it from pypi, due to complicated jpg, png, and other dependencies). tested the bsd init file on freebsd 13 and 14. added daemon setup script for bsd. 2023-12-31 01:54:19 -05:00
Tom Keffer
cdd4d60c59 Fix some broken links. 2023-12-23 18:06:50 -08:00
matthew wall
9d25cee13a more consistency/smoothing in the quickstart instructions 2023-12-22 09:16:09 -05:00
matthew wall
915cb924f7 make help links consistent in the quickstarts 2023-12-22 08:30:56 -05:00
Tom Keffer
85bb673989 Link to pip troubleshooting guide 2023-12-21 17:23:04 -08:00
matthew wall
e10ca88ab4 a few more minor adjustments in the pip quickstart 2023-12-21 15:18:17 -05:00
matthew wall
51c37e7079 added sysv setup script. make documentation of scripts for pip integration consistent. 2023-12-21 14:47:39 -05:00
matthew wall
7d8612c242 python 3.6 now not python 3.7 2023-12-21 14:18:34 -05:00
matthew wall
8d62c8bed7 Merge branch 'V5' of github.com:weewx/weewx into V5 2023-12-12 17:33:49 -05:00
matthew wall
3680105da4 make instructions consistent between systemd and macos 2023-12-12 17:33:46 -05:00
Tom Keffer
e706ea2a61 Simplify customization instructions.
Change the title of the section on application options back to "The
configuration file weewx.conf" (which is what it was in V4). No one
knows what "application options" are.
2023-12-11 13:38:51 -08:00
Tom Keffer
b7fe7e955d Rename setup-daemon.linux to setup-daemon.systemd 2023-12-11 07:14:33 -08:00
Tom Keffer
bc6a5b3359 Include instructions on using the script setup-daemon.linux. 2023-12-09 13:58:44 -08:00
Tom Keffer
ee31877215 V5.0.0b16 2023-11-26 16:41:51 -08:00
Matthew Wall
6eef0abb2e provide guidance about installing extensions 2023-11-25 10:13:08 -05:00
Tom Keffer
3147301106 Updated docs to mkdocs v1.5.
Mostly involved changing links to suppress warnings
2023-11-19 16:18:49 -08:00
Tom Keffer
92e979e624 Minimize duplication.
Streamline install instructions. Hopefully, this will
make them less intimidating.
2023-10-26 14:50:04 -07:00
Tom Keffer
73ca205b60 Fixed innumerable grammatical nits.
Thanks PyCharm.
2023-10-04 18:19:07 -07:00
Tom Keffer
ed9c34549d Fix some garbled text and HTML.
More details on pros and cons of install methods.
2023-08-24 18:41:29 -07:00
Matthew Wall
24c28f2791 fix links. make instructions consistent. added copy option to shell blocks. 2023-07-21 09:04:20 -04:00
Tom Keffer
92ce711881 Change file versions.md to upgrade.md
Shorten lines
2023-07-18 04:54:18 -07:00
Matthew Wall
d174a0debc make git and pip pages consistent 2023-07-17 09:28:04 -04:00
Tom Keffer
34eb8d7133 Run from a "git" repository (not "source"). 2023-06-29 06:43:40 -07:00
Tom Keffer
f2cf682f7e V5.0.0b5. Removed rsa dependency.
The rsa dependency resolves to installing `cryptography`. Some
platforms do not have a `cryptography` wheel, so pip tries to compile
it from source. This requires a Rust compiler, so the compilation
usually fails.

The bad news is that MySQL users will have to install `cryptography`
separately. The good news is that life is easier for all other users.
2023-06-26 12:20:05 -07:00
Tom Keffer
50a935f3b5 Refine. Allow code blocks to be copied 2023-06-24 14:35:15 -07:00
Tom Keffer
62295456cb V5.0.0b4 2023-06-24 14:11:49 -07:00
Tom Keffer
2967cd6a1a Install pip in the venv 2023-06-24 08:38:50 -07:00
Tom Keffer
2a68eed642 Pip install should use venv, not --user 2023-06-23 17:10:51 -07:00
Matthew Wall
e6b2b30dc5 delete is more emphatic 2023-06-10 09:55:37 -04:00
Matthew Wall
266ff3fa64 provide more info for customize step. ensure consistency across install methods 2023-06-10 07:54:57 -04:00
Matthew Wall
c2d5501cd1 refactor upgrade guide 2023-06-10 06:59:15 -04:00
Matthew Wall
771c8ea68c fix broken links 2023-06-07 09:49:48 -04:00
Matthew Wall
e0311dc41c simplify pip instructions. fix some minor mistakes. 2023-06-07 09:37:28 -04:00
Matthew Wall
3d516f047a consolidate the v5 documentation. remove redundant docs/links. flatten some of the doc structure. placeholder for run-from-source. 2023-06-06 22:39:43 -04:00
Matthew Wall
5a2ce95e7e update redhat quickstart. clean up debian and pip quickstarts. 2023-06-03 17:25:05 -04:00
Tom Keffer
8ebefa513e Require "ephem" instead of "pyephem"
Package has been renamed on pypi.org.

Also, ephem V3.7 doesn't work. We require 4.1.
2023-05-27 04:50:48 -07:00
Matthew Wall
da8ca196f1 minor cleanup to pip install page - eliminate gerunds, make headings consistent, smooth out some of the narrative 2023-05-20 23:11:34 -04:00
Matthew Wall
2bf4dfa290 generalize daemon options for pip installs 2023-05-20 22:54:13 -04:00
Matthew Wall
742f3b98cb added missing weewx arg for systemctl start/stop 2023-05-20 22:34:30 -04:00
Tom Keffer
2fe42433fe Rename docs subdirectories.
docs -> docs_src
html_docs -> docs

This puts the names closer to the end product.
2023-04-04 07:27:42 -07:00