Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Fix numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Mar 15, 2024
1 parent 3172bdb commit c9b1687
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions guide/external-server-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Note:

Open `http://[YOUR-SERVER-IP-ADDRESS]` in your browser. You should see the dashboard.

### i) Run services in the background
### h) Run services in the background

Stop services by pressing <kbd>Ctrl+C</kbd>. Then start again as daemon:

Expand Down Expand Up @@ -182,17 +182,17 @@ postgres:16-alpine Up 31 seconds (healthy) ...
redis:7-alpine Up 31 seconds (healthy) ...
```

### j) Finish!
### i) Finish!

You are done with step 1. SOLECTRUS is now installed on your server and can be accessed from your browser.

`http://[YOUR-SERVER-IP-ADDRESS]`

### h) Optional: Import historical data
### j) Optional: Import historical data

On [mein-senec.de](https://mein-senec.de) you find download links for your historical data. Download the CSV files and import them into SOLECTRUS. See [CSV-Importer](https://github.com/solectrus/csv-importer) for more information.

### i) Staying up to date
### k) Staying up to date

To update your installation to the latest release, run:

Expand All @@ -206,12 +206,12 @@ docker compose up -d

To not have to do this manually every time, the `docker-compose.yml` contains [Watchtower](https://containrrr.dev/watchtower/), which is a free tool to automatically update running Docker containers. Once installed, it will check for new Docker images once every day and updates your containers automatically. And of course, Watchtower also runs in a Docker container.

### k) Finish!
### l) Finish!

You are done. You should see the measurements from your SENEC device in your SOLECTRUS instance:

`http://[YOUR-SERVER-IP-ADDRESS]`

### l) Optional: secure your SOLECTRUS installation
### m) Optional: secure your SOLECTRUS installation

If you want to use `https` to access your SOLECTRUS installation, please check out the separate [installation instructions](README-https.md), simply ignore the section that talks about configuring `senec-collector`.
If you want to use `https` to access your SOLECTRUS installation, please check out the separate [installation instructions](../external-server/README-https.md), simply ignore the section that talks about configuring `senec-collector`.
4 changes: 2 additions & 2 deletions guide/external-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ You are done with step 1. SOLECTRUS is now installed on your server and can be a

`http://[YOUR-SERVER-IP-ADDRESS]`

### h) Optional: Import historical data
### k) Optional: Import historical data

On [mein-senec.de](https://mein-senec.de) you find download links for your historical data. Download the CSV files and import them into SOLECTRUS. See [CSV-Importer](https://github.com/solectrus/csv-importer) for more information.

### i) Staying up to date
### l) Staying up to date

To update your installation to the latest release, run:

Expand Down

0 comments on commit c9b1687

Please sign in to comment.