chameleon-system/installer-bundle
Chameleon installer bundle to bootstrap a new project
6.2.3
2018-10-15 15:12 UTC
Requires
- php: >=5.3.10
- dev-master
- 6.2.x-dev
- 6.2.3
- 6.2.2
- 6.2.1
- 6.2.0
- 6.1.x-dev
- 6.1.10
- 6.1.9
- 6.1.8
- 6.1.7
- 6.1.6
- 6.1.5
- 6.1.4
- 6.1.3
- 6.1.2
- 6.1.1
- 6.1.0.2
- 6.1.0.1
- 6.1.0
- 6.0.x-dev
- 6.0.18
- 6.0.17
- 6.0.16
- 6.0.15
- 6.0.14
- 6.0.13
- 6.0.12
- 6.0.11
- 6.0.10
- 6.0.9
- 6.0.8
- 6.0.7
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.8.x-dev
- 5.8.5
- 5.8.4
- 5.8.3
- 5.8.2
- 5.8.1
- 5.8.0
- dev-test/backup-demo-base
README
The Chameleon installer bootstraps a working shop system to start from when creating a new project.
To use it, require `chameleon-system/installer-bundle and install the Bundle \ChameleonSystem\InstallerBundle\ChameleonSystemInstallerBundle`.
You will be able to call `app/console chameleon_system:bootstrap:install` to install the database and configure the config files.
The installer will take care of:
- database configuration
- initial bootstrap database
- SMTP configuration
- initial bootstrap media files
- portal configuration
- admin login
Prerequisites
Please setup a database and a database user who has the permission to create tables in this database.
You should also take care of a virtual host configuration, as the installer will ask for the local URL and setup a portal with this URL in the database.
Questions the installer will ask
- database host
- database name
- database user
- database password
- main portal domain
- SMTP server
- SMTP user
- SMTP password
- backend admin login name
- backend admin password