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
<VirtualHost *:80> | |
ServerName github.office.pmg.se | |
# !!! Be sure to point DocumentRoot to 'public'! | |
DocumentRoot /home/gitlab/gitlab/public | |
<Directory /home/gitlab/gitlab/public> | |
AllowOverride all | |
# MultiViews must be turned off. | |
Options -MultiViews |
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
<VirtualHost *:80> | |
ServerName github.office.pmg.se | |
# !!! Be sure to point DocumentRoot to 'public'! | |
DocumentRoot /home/gitlab/gitlab/public | |
<Directory /home/gitlab/gitlab/public> | |
AllowOverride all | |
# MultiViews must be turned off. |
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
root@office:~# apache2 -d -k start | |
Usage: apache2 [-D name] [-d directory] [-f file] | |
[-C "directive"] [-c "directive"] | |
[-k start|restart|graceful|graceful-stop|stop] | |
[-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S] [-X] | |
Options: | |
-D name : define a name for use in <IfDefine name> directives | |
-d directory : specify an alternate initial ServerRoot | |
-f file : specify an alternate ServerConfigFile | |
-C "directive" : process directive before reading config files |
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 | |
/** | |
* @author Antoine Hedgecock <[email protected]> | |
*/ | |
use MCNNavigation\Navigation\Page\AbstractPage as Page; | |
return array( | |
'mcn' => array( | |
'navigation' => array( |
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 | |
/** | |
* @author Antoine Hedgecock <[email protected]> | |
*/ | |
/** | |
* @namespace | |
*/ | |
namespace Article\Form; | |
use Zend\Form\Form, |
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 | |
/** | |
* @author Antoine Hedgecock <[email protected]> | |
*/ | |
/** | |
* @namespace | |
*/ | |
namespace Company\Form; | |
use Zend\Form\Form, |
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 | |
/** | |
* Zend Framework (http://framework.zend.com/) | |
* | |
* @link http://github.com/zendframework/zf2 for the canonical source repository | |
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) | |
* @license http://framework.zend.com/license/new-bsd New BSD License | |
* @package Zend_Mvc | |
*/ |
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
/** | |
* Expected to return \Zend\ServiceManager\Config object or array to | |
* seed such an object. | |
* | |
* @return array|\Zend\ServiceManager\Config | |
*/ | |
public function getViewHelperConfig() | |
{ | |
return array( | |
'initializers' => array( |
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
{ | |
"name": "PMG Repository", | |
"homepage": "http://packages.intra-server.pmg.se", | |
"require-all": true, | |
"repositories": [ | |
{ | |
"type": "package", | |
"package": { | |
"name": "mcn/article", |