ceus-media / hydrogen-app
Application skeleton to start with for a Hydrogen project.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:Makefile
Type:project
Requires
- ceus-media/bootstrap: ^0
- ceus-media/common: ^0.8
- ceus-media/hydrogen-framework: ^0.8
- ceus-media/hydrogen-modules: dev-master
- ceus-media/mail: ^2
- ceus-media/open-graph: ^0
This package is auto-updated.
Last update: 2022-06-29 01:51:50 UTC
README
Application skeleton to start with for a Hydrogen project.
Installation
Clone an empty application skeleton:
composer create-project ceus-media/hydrogen-app -sdev -n
Afterwards change into project folder and run setup for development:
cd hydrogen-app && make set-install-mode-dev
Now you are ready to install application modules:
make install
During installation you will be prompted for some information:
- OS filesystem user and group
- URL of application
- Database credentials
- Default sender mail address
The information are necessary, since this skeleton application is providing database access and provides mailing.