Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Sep 2, 2024
1 parent f6400c5 commit e79cb23
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,19 @@ When you change the notebooks in the git repository, your server will automatica

If the configuration file (`PlutoDeployment.toml`) changes, PlutoSliderServer will detect a change in configuration and shut down. Because we set up our service using `systemctl`, the server will automatically restart! (With the new settings)

### 10. 🌟 Conclusion
Yay! If everything went well, we now set up a web server with PlutoSliderServer. To see the result, you open a browser and go to the URL of your server. This looks like:

## Part 3: port, domain name, https
```
http://12.34.56.78:8080/
```

The default settings will serve Pluto on the IP address of your server, on `http` (not `https`), on port 8080 (not 80 or 443).
where `12.34.56.78` is the IP address of your server. You should see an index of your notebooks, and clicking on a notebook should give an interactive page!

## Part 3: port, domain name, https
The default settings will serve Pluto on the IP address of your server, on `http` (not `https`), at the IP address, on port 8080 (not 80 or 443).

Normally, websites are available on a domain name, on https, on the default port (80 for http, 443 for https) (e.g. `https://plutojl.org/`). Here's how you get there!
Normally, websites are available on https, on a domain name (example.com) and on the default port (80 for http, 443 for https) (e.g. `https://plutojl.org/`). Here's how you get there!

If you use a server managed by your university/company, ask your system administrator how to achieve these steps.

Expand Down

0 comments on commit e79cb23

Please sign in to comment.