Hier werden alle Schritte notiert, die dazu führen, dass Projektumgebungen automatisiert hochgefahren und eingerichtet werden können.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<ae:configurations | |
xmlns="http://agavi.org/agavi/config/parts/databases/1.0" | |
xmlns:ae="http://agavi.org/agavi/config/global/envelope/1.0"> | |
<ae:configuration> | |
<databases default="Pulq.Fe"> | |
<database name="Pulq.Fe" class="Honeybee\Agavi\Database\CouchDb\Database"> | |
<ae:parameter name="url">http://localhost:5984/</ae:parameter> | |
<ae:parameter name="database">%core.project_prefix%_%core.clean_environment%_pulq_fe</ae:parameter> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"identifier": "layer-dbfb6787-2753-4af5-b529-4bc7312328bb-de_DE-1", | |
"title": "this is a text title", | |
"description": "this is a fulltext descirption", | |
"keywords": ["keyword one", "keyword two"], | |
"categories": ["category one", "category two"] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Here is the error I get when removing the @ error-supressor in ClassNode line 333: | |
Storing structure.xml in "/home/vagrant/projects/honeybee/etc/integration/docs/serverside/structure.xml" .. OK | |
Initializing transformer .. OK | |
Processing behaviours .. | |
Warning: require_once(phing/ProjectComponent.php): failed to open stream: No such file or directory in /home/vagrant/projects/honeybee/vendor/phing/phing/classes/phing/Task.php on line 22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$pattern = <<<EOT | |
/ | |
(?(DEFINE) | |
(?<T_NUM> [0-9] ) | |
) | |
^(?&T_NUM)$ | |
/x | |
EOT; |
NewerOlder