https://store-images.s-microsoft.com/image/apps.52867.737636c9-938a-475c-a32e-f80fd4c92601.d37a471b-8d94-4d7d-b24b-511b5e8e2725.c6bc08a9-c7bc-4dc4-90e6-7a35f5ec0f1d

Sahana Eden

oleh bCloud LLC

(1 peringkat)

Version 3.1.1 + Free Support on Ubuntu 24.04

Sahana Eden is an open-source, web-based Disaster Management and Humanitarian Response platform designed to support emergency operations, coordination, and resource management during disasters and crises. It helps organizations manage critical workflows such as incident reporting, resource tracking, volunteer coordination, shelters, and logistics through a centralized web application.

Features of Sahana Eden:

  • Web-based disaster management platform for emergency coordination.
  • Supports modules for incident reporting, shelters, volunteers, assets, and logistics.
  • Built on the web2py Python framework.
  • Can be deployed on Linux servers and accessed via IP/domain through a browser.
  • Supports multiple databases and scalable deployment for production environments.

To check the installed version of web2py and Sahana Eden, run:

# web2py version
$ cd /opt/web2py
$ python3 web2py.py --version

# Sahana Eden version (Git tag/commit)
$ cd /opt/web2py/applications/eden
$ git describe --tags 2>/dev/null || git rev-parse --short HEAD

# Run web2py server
$ cd /opt/web2py
$ python3 web2py.py -a "admin123" -i 0.0.0.0 -p 8000

To access the web interface: http://serverip:8000

Disclaimer: Sahana Eden is open-source software distributed under applicable licenses and is provided “as is.” Users are responsible for configuring secure access, applying OS/security patches, protecting admin credentials, and following best practices for disaster response system deployment and data security.