Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy up comments in base configs and install guides where variables names changed in earlier pull request #180

Merged
merged 1 commit into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/digital-ocean-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
Comment out config, wifi and setup module:

```shell
#emoncms_modules[config]=stable
#emoncms_modules[wifi]=stable
#emoncms_modules[setup]=stable
#emoncms_emonpi_modules[config]=stable
#emoncms_emonpi_modules[wifi]=stable
#emoncms_emonpi_modules[setup]=stable
```

1. Run main installation script:
Expand Down
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ install_wifiap=false
```
Comment out the following:
```
#emoncms_modules[config]=stable
#emoncms_modules[wifi]=stable
#emoncms_modules[setup]=stable
#emoncms_emonpi_modules[config]=stable
#emoncms_emonpi_modules[wifi]=stable
#emoncms_emonpi_modules[setup]=stable
```
To restart the installation:

Expand Down
2 changes: 1 addition & 1 deletion install/emonhub_gateway.config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install_emoncms_modules=false
# RaspberryPi emonSD applicable items - ignored if setting emonSD_pi_env=0
# set to false if not needed

# EmonHub: comment out line above "emoncms_modules[config]=stable" if
# EmonHub: comment out line above "emoncms_emonpi_modules[config]=stable" if
# you do not wish to have the emoncms emonhub config module installed
install_emonhub=true

Expand Down
2 changes: 1 addition & 1 deletion install/emonsd.config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install_emoncms_modules=true
# RaspberryPi emonSD applicable items - ignored if setting emonSD_pi_env=0
# set to false if not needed

# EmonHub: comment out line above "emoncms_modules[config]=stable" if
# EmonHub: comment out line above "emoncms_emonpi_modules[config]=stable" if
# you do not wish to have the emoncms emonhub config module installed
install_emonhub=true

Expand Down