- Phoenix (the bird)
- Phoenix is a long-lived bird that is cyclically regenerated or reborn. (Wikipedia). [..]
Pyramid Phoenix is a web-application build with the Python web-framework Pyramid. Phoenix has a user-interface to interact with Web Processing Services (WPS).
For installation and configuration read the documentation on ReadTheDocs.
Phoenix is part of the Birdhouse project.
Only local login is currently supported. Keycloak and OAuth integrations are kept as legacy code paths and are not actively supported.
$ cp custom.cfg.example custom.cfg
$ vim custom.cfg # edit the configuration file to your needs
$ conda env create -f environment.yml
$ conda activate pyramid-phoenix
$ make bootstrap
$ make install
$ make start
$ make statusOpen http://localhost:8081 to access the web UI.