biomedisa / biomedisa

The Biomedical Image Segmentation App is a free and open-source application for segmenting 3D images such as CT and MRI scans, developed at The Australian National University CTLab.
https://biomedisa.info
European Union Public License 1.2
49 stars 7 forks source link

Server Error (500) #3

Closed dvanselow closed 2 years ago

dvanselow commented 2 years ago

When I visit localhost/app/ or localhost/storage I get a Server Error (500).

windows 11, full install, recently updated to 22.06.1

philipp-loesel commented 2 years ago

Please enable debug mode as follows. Then visit localhost/app/ again and report the error for further debugging. Open the terminal and start the Biomedisa engine

wsl -u biomedisa -d Biomedisa-22.06.1

Enable debug mode in config.py file by changing the debug variable

awk '/DEBUG/{gsub(/False/,"True")}1' /home/biomedisa/git/biomedisa/biomedisa_app/config.py > /home/biomedisa/git/biomedisa/biomedisa_app/config.new.py && mv /home/biomedisa/git/biomedisa/biomedisa_app/config.new.py /home/biomedisa/git/biomedisa/biomedisa_app/config.py

Restart apache server (pw: biomedisa)

sudo service apache2 restart