hemio / edentata
A toothless frontend for the hosting-service management carnivora.
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Type:project
pkg:composer/hemio/edentata
Requires
- php: >=5.6
- hemio/form: 0.5.*
- symfony/yaml: 3.*
Requires (Dev)
- phpunit/phpunit: 5.*
- producer/producer: ^2.1
README
A toothless frontend for the hosting-service management backend carnivora.
Available on Packagist
Tests and Code Quality
Requiremenets
Required Debian packages
- cracklib-runtime
- gettext
- make
- php (>= 5.6)
- php-intl
- php-mbstring
- php-pgsql
Further dependencies are managed via composer (only packaged starting with Debian stretch) and are configure in composer.yaml.
Installation
- Run
composer install
to install dependencies - Run
make
to build localizations - Based on the examples/config.yaml create a config at /etc/edentata/config.yaml
- Configure your webserver to serve src/htdocs/index.php as default (see examples/apache2.conf)