mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
systemctl restart datasette.service, closes #1390
This commit is contained in:
parent
dbc61a1fd3
commit
c8feaf0b62
1 changed files with 5 additions and 1 deletions
|
|
@ -65,7 +65,11 @@ You can start the Datasette process running using the following::
|
|||
sudo systemctl daemon-reload
|
||||
sudo systemctl start datasette.service
|
||||
|
||||
You can confirm that Datasette is running on port 8000 like so::
|
||||
You may need to restart the Datasette service after making changes to its ``metadata.json`` configuration or the ``datasette.service`` file. You can do that using::
|
||||
|
||||
sudo systemctl restart datasette.service
|
||||
|
||||
Once the service has started you can confirm that Datasette is running on port 8000 like so::
|
||||
|
||||
curl 127.0.0.1:8000/-/versions.json
|
||||
# Should output JSON showing the installed version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue