diff --git a/docs/debian.htm b/docs/debian.htm index 342e5921..da541f3f 100644 --- a/docs/debian.htm +++ b/docs/debian.htm @@ -11,7 +11,7 @@
-
@@ -21,7 +21,7 @@
-This is a guide to installing weewx from a DEB package on Debian-based systems, including Ubuntu, Mint, and Raspbian. +
This is a guide to installing weeWX from a DEB package on Debian-based systems, including Ubuntu, Mint, and Raspbian.
To make sure things are running properly look in the system log for messages from weewx. +
To make sure things are running properly look in the system log for messages from weeWX.
sudo tail -f /var/log/syslog@@ -58,19 +58,19 @@ sudo apt-get -f install
To enable uploads such as Weather Underground or to customize reports, modify the configuration file /etc/weewx/weewx.conf. See the User Guide and Customization Guide for details.
-weewx must be restarted for configuration file changes to take effect. +
WeeWX must be restarted for configuration file changes to take effect.
To start/stop weewx:
+To start/stop weeWX:
sudo /etc/init.d/weewx start sudo /etc/init.d/weewx stop
To uninstall weewx but retain configuration files and data: +
To uninstall weeWX but retain configuration files and data:
sudo dpkg -r weewx-
To uninstall weewx, removing configuration files but retaining data: +
To uninstall weeWX, removing configuration files but retaining data:
sudo dpkg --purge weewx
To remove data:
diff --git a/docs/devnotes.htm b/docs/devnotes.htm index a0ae982f..3e3a722a 100644 --- a/docs/devnotes.htm +++ b/docs/devnotes.htm @@ -287,7 +287,7 @@ now = datetime.datetime()
This is a guide to installing weewx on macOS.
+This is a guide to installing weeWX on macOS.
xcode-select --install
then try the easy_install again.
-Expand the source archive:
tar xvfz weewx-X.Y.Z.tar.gz
Change directory:
@@ -66,7 +66,7 @@ sudo easy_install pyephem sudo launchctl load /Library/LaunchDaemons/com.weewx.weewxd.plistTo make sure things are running properly, look in the system log for messages from weewx. Run the Console application and select All Messages. +
To make sure things are running properly, look in the system log for messages from weeWX. Run the Console application and select All Messages.
To enable uploads such as Weather Underground or to customize reports, modify the configuration file /Users/Shared/weewx/weewx.conf. See the User Guide and Customization Guide for details.
-weewx must be restarted for configuration file changes to take effect. +
WeeWX must be restarted for configuration file changes to take effect.
To start/stop weewx:
+To start/stop weeWX:
sudo launchctl load /Library/LaunchDaemons/com.weewx.weewxd.plist sudo launchctl unload /Library/LaunchDaemons/com.weewx.weewxd.plist
To uninstall, simply delete the directory /Users/Shared/weewx. This will delete weewx, configuration files, and data.
+To uninstall, simply delete the directory /Users/Shared/weewx. This will delete weeWX, configuration files, and data.
rm -r /Users/Shared/weewx sudo rm /Library/LaunchDaemons/com.weewx.weewxd.plistdiff --git a/docs/redhat.htm b/docs/redhat.htm index 2758d721..10be6a10 100644 --- a/docs/redhat.htm +++ b/docs/redhat.htm @@ -11,7 +11,7 @@ -
@@ -21,7 +21,7 @@
- This is a guide to installing weewx from an RPM package on systems such as Redhat, CentOS or Fedora. + This is a guide to installing weeWX from an RPM package on systems such as Redhat, CentOS or Fedora.
- Look in the system log for messages from weewx. + Look in the system log for messages from weeWX.
sudo tail -f /var/log/messages@@ -68,14 +68,14 @@ sudo easy_install pyusb
- The default installation uses Simulator as the station_type. To use real hardware, stop weewx, change to the actual station type and station parameters, delete the simulation data, then restart weewx:
+ The default installation uses Simulator as the station_type. To use real hardware, stop weeWX, change to the actual station type and station parameters, delete the simulation data, then restart weeWX:sudo /etc/init.d/weewx stop sudo wee_config --reconfigure sudo rm /var/lib/weewx/weewx.sdb sudo /etc/init.d/weewx start
To start/stop weewx:
+To start/stop weeWX:
sudo /etc/init.d/weewx start sudo /etc/init.d/weewx stop@@ -84,11 +84,11 @@ sudo /etc/init.d/weewx stop To enable uploads such as Weather Underground or to customize reports, modify the configuration file /etc/weewx/weewx.conf. See the User Guide and Customization Guide for details.
- weewx must be restarted for configuration file changes to take effect. + WeeWX must be restarted for configuration file changes to take effect.
To uninstall weewx, removing configuration files but retaining data:
+To uninstall weeWX, removing configuration files but retaining data:
sudo rpm -e weewx
To remove data:
sudo rm -r /var/lib/weewx diff --git a/docs/setup.htm b/docs/setup.htm index f24badd4..3ccaf4d8 100644 --- a/docs/setup.htm +++ b/docs/setup.htm @@ -12,7 +12,7 @@ -weewx: Installation using setup.py +
weeWX: Installation using setup.py
![]()
@@ -27,8 +27,7 @@ -
These are generic instructions for installing - weewx using the Python utility +
These are generic instructions for installing weeWX using the Python utility setup.py.
@@ -135,7 +134,7 @@ sudo pip install pyusb
Expand the source archive:
tar xvfz weewx-X.Y.Z.tar.gz@@ -192,7 +191,7 @@ sudo /etc/init.d/weewx start
- Look in the system log for messages from weewx. + Look in the system log for messages from weeWX. For example, on Debian systems:
sudo tail -f /var/log/syslog@@ -221,15 +220,14 @@ sudo /etc/init.d/weewx start
- weewx must be restarted for configuration file - changes to take effect. + WeeWX must be restarted for configuration file changes to take effect.
To uninstall, simply delete the directory - /home/weewx. This will delete weewx, + /home/weewx. This will delete weeWX, configuration files, and data.
sudo rm -r /home/weewx @@ -237,7 +235,7 @@ sudo rm /etc/init.d/weewx
The installation will place weewx in the +
The installation will place weeWX in the /home/weewx directory with the following layout: