Merge branch 'update-docs' into 'v3'

Update path to ofm server and config file in docs

See merge request openflexure/openflexure-microscope-server!546
This commit is contained in:
Julian Stirling 2026-03-17 23:34:40 +00:00
commit b0d1e2626a

View file

@ -66,9 +66,9 @@ There are two types of server available to run:
You can manage the server with the `ofm` command, using `ofm start`, `ofm stop`, and `ofm restart` to do the respective actions. Often, stopping the server and running it manually will make errors easier to spot. To do this, run: You can manage the server with the `ofm` command, using `ofm start`, `ofm stop`, and `ofm restart` to do the respective actions. Often, stopping the server and running it manually will make errors easier to spot. To do this, run:
``` ```
ofm stop ofm stop
ofm activate
cd /var/openflexure cd /var/openflexure
sudo -u openflexure-ws openflexure-microscope-server --fallback -c microscope_configuration.json --host 0.0.0.0 --port 5000 sudo -u openflexure-ws application/openflexure-microscope-server/.venv/bin/openflexure-microscope-server --fallback -c settings/ofm_config.json --host 0.0.0.0 --port 5000
``` ```
### Running the simulation server on other platforms ### Running the simulation server on other platforms