Download the PHP package bureaublauwgeel/helder-cms without Composer
On this page you can find all versions of the php package bureaublauwgeel/helder-cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bureaublauwgeel/helder-cms
More information about bureaublauwgeel/helder-cms
Files in bureaublauwgeel/helder-cms
Package helder-cms
Short Description The "Helder Cms" from Bureaublauwgeel
License MIT
Informations about the package helder-cms
Helder CMS by Bureau BlauwGeel
==================================
Welcome to the Helder CMS - a fully-functional CMS (content management system) based on Symfony2 that you can use as the skeleton for your websites.
Build on https://github.com/Kunstmaan/KunstmaanBundlesStandardEdition
Setup
To setup a new project you need to do the following
- Install the dependency
- Startup docker
- Setup the site from within docker
Install the dependency
To install the depedency for the helder-cms run
This will download a basic skelleton.
Launch docker
Launch the and go to the project directory
Startup the docker environment
This will launch a mysql instance and a PHP/Apache instance
To stop the docker environment run
Setup the site from within docker
Enter the docker PHP/Apache setup...
... and run the shell script to setup the project
By default the site will be available on
Components
Enviroment
This setup required the following component
- PHP version 5.6.x
- MySQL versioen 5.5.x
- NodeJS versie 4
- NPM versie 2.2
- Apache version 2.4 Ubuntu 14.04
- Ruby version 1.9 Ubuntu 14.04
- Elasticsearch version 2.3.x
- Ubuntu 14.04
OTAP
Please specify the OTAP environment for this project. Include the servers and the URL's
- Ontwikkel
- URL:
.dev - URL admin environment:
.dev/...
- URL:
- Test
-
.bbgtest.nl - URL admin environment:
.bbgtest.nl/... - Client specific credentials
- Server: FQDN
- Basic auth for environment
- Client specific
-
- Acceptatie
-
.bbgaccept.nl - URL admin environment:
.bbgaccept.nl/... - Client specific credentials
- Server: FQDN
- Basic auth for environment
- Client specific
-
- Productie
-
- URL admin environment:
/... - Server: FQDN
-
Jenkins
Please provide the URL for the Jenkins environment...
Client specific Bundles
This project uses the following client specific Bundles
- please list all client specific bundles
- please list all client specific bundles
- please list all client specific bundles
- ...
Tools
Shell tools
Shell tools help to automate certain common actions during development. The available shell tools are:
They are located in the folder.
Gulp toolchain
The gulp tool automates the following processes:
- SASS files compilation to css files
- Minify of the CSS files
- JavaScript source files compilation to destination JavaScript file.
- Minifies the JavaScript file
- It copies the default project images needed
- It copies the project icons files needed
- It copies the project fonts files needed
Source files are located in
Destination files are located in (see )
During development you can use compile changes on the fly.
To make a new build, run .
You can run this command both from your client system as from within the docker instance. The preferred solution is to run it on the client system because it uses your Mac notification system.
PHP support in phpStorm
You need PHP support in phpStorm. To enable this, take the following steps
- Open the Preferences dialog box, and click PHP node in Languages and Frameworks.
- Select the PHP interpreter
PHPUnit from phpStorm
With phpStorm PHPUnit is loaded with autoload.php from the Composer dependency manager. PHPunit is inclused in the composer.json
To enable it in your project, take the following steps
- Open the Preferences dialog box, and click PHPUnit under the PHP node in Languages and Frameworks.
- On the PHPUnit page that opens, choose and specify the location of the autoload.php, located in within your project.
To run the unit test, right click on and select
PHPUnit from docker
You can also run the PHPUnit from within docker. To execute the tests run
or
All versions of helder-cms with dependencies
friendsofsymfony/http-cache-bundle Version ~1.3.6
doctrine/doctrine-migrations-bundle Version ~1.1.1
friendsofsymfony/user-bundle Version 2.0.*@dev
kriswallsmith/spork Version ~0.3.0
bureaublauwgeel/kunstmaanadminbundle Version 3.6.0.1
bureaublauwgeel/routable-entity-bundle Version 2.0.4
bureaublauwgeel/generatorbundle Version dev-develop
bureaublauwgeel/websitesettingsbundle Version dev-develop