Go to the Siderscan installation directory and run the Siderscan docker container.
$ cd /home/sideruser/siderscan
$ sudo docker-compose up -d
Check the container information and confirm that sider/siderscan_webapp
and postgres
are running.
$ sudo docker ps
Check that sider/siderscan_webapp:latest
, containrrr/watchtower
, and postgres:14
have STATUS of up <time since startup>
.

docker ps
Launch Web browser and access the URL specified in the APP_URL
in the configuration
file.
if "Register
administrator user" view is displayed, Siderscan has been successfully started.

Registration of an administrator user screen