Commit Graph

87 Commits

Author SHA1 Message Date
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
c752a2998e simplify the yum/zypper repo files and instructions. enable gpgcheck for yum/zypper repos. 2024-01-09 12:23:12 -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
4eb1f5bc60 revert weewxd and weectl invocations for a git install - i forgot that only a pip or deb/rpm install puts entry points into your path 2024-01-02 13:02:27 -05:00
matthew wall
4c11bd581b weectl and weewxd can be invoked without specifying python 2024-01-02 11:09:35 -05:00
matthew wall
e97e4983dd remove a few dangling log leftovers 2024-01-02 11:09:08 -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
043648e94b remain agnostic 2023-12-22 09:18:50 -05: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
75ac7e5f61 clarify behavior when upgrading deb/rpm 2023-12-21 17:21:04 -05: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
e3201744ec document full purge 2023-12-18 09:06:21 -05:00
matthew wall
d450186d3c update log location and other log-related details 2023-12-15 19:27:41 -05:00
matthew wall
def5724839 log is now /var/log/weewx/weewx.log not weewxd.log 2023-12-14 11:35:52 -05:00
matthew wall
0a62855111 apparently epel must be installed separately from weewx dependencies? 2023-12-14 11:31:28 -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
e60c447cbb Fix broken links. 2023-12-09 13:57:29 -08:00
matthew wall
2c420712fd provide more guidance during 'verify' in the quickstarts 2023-12-05 09:04:52 -05:00
matthew wall
10bc8cde9b clarify upgrade changes for deb/rpm installs 2023-12-04 15:54:01 -05:00
Matthew Wall
5c66bb9aa9 clarify what happens during upgrade 2023-12-02 15:14:45 -05:00
Matthew Wall
706f2f2143 update purge instructions 2023-12-02 15:03:02 -05:00
Tom Keffer
ee31877215 V5.0.0b16 2023-11-26 16:41:51 -08:00
Matthew Wall
d95348603c no more support for rh8, since there are no configobj, cheetah, pillow, serial, or usb packaged for the python38 or python39 (or python3.11?) packages for redhat 8 2023-11-25 11:54:28 -05:00
Matthew Wall
6eef0abb2e provide guidance about installing extensions 2023-11-25 10:13:08 -05:00
Matthew Wall
b451610cad prefer inline note to footnote 2023-11-25 08:25:57 -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
7ceeb24a25 Brackets need quotes. 2023-11-19 11:59:23 -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
ad1b3b2d5c Add a landing page for Quickstart guides 2023-10-26 14:48:27 -07:00
Tom Keffer
283eddc0d0 Catch up git install instructions to the recent refactor 2023-10-19 08:10:14 -07:00
Tom Keffer
6cd5dc91f6 Refactor, using 'src' instead of 'bin' to hold the source code.
wee_resources becomes weewx_data, and is put in version control.
The build documentation, as well as the 'user' subdirectory, are now
in it.

This allows weewxd to be run directly from the git repository for
two reasons: 1) the documentation does not have to be built first.
2) because the source code is now under 'src', while the 'user'
subdirectory is in weewx_data, weewxd does not accidentally pick
up the repository's version of the 'user' subdirectory.
2023-10-17 05:14:34 -07:00
Tom Keffer
73ca205b60 Fixed innumerable grammatical nits.
Thanks PyCharm.
2023-10-04 18:19:07 -07:00
Tom Keffer
9d388cabd2 Build the resources before attempting to provision. 2023-10-03 08:31:44 -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
Tom Keffer
390a368392 Clarify role of weectl 2023-08-11 05:23:42 -07:00
Tom Keffer
82beaac652 Fix links and formatting in User's guide 2023-07-21 15:32:38 -07:00
Matthew Wall
24c28f2791 fix links. make instructions consistent. added copy option to shell blocks. 2023-07-21 09:04:20 -04:00