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
==> default: Mounting NFS shared folders... | |
The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
mount -o vers=3,udp,rw,vers=3,tcp,fsc,actimeo=2 192.168.3.1:/Users/deanclarke/vagrant/C360-Main-WebApp /vagrant | |
result=$? | |
if test $result -eq 0; then | |
if test -x /sbin/initctl && command -v /sbin/init && /sbin/init 2>/dev/null --version | grep upstart; then | |
/sbin/initctl emit --no-wait vagrant-mounted MOUNTPOINT=/vagrant | |
fi |
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
//ERROR RUNNING VAGRANT UP | |
==> default: Mounting NFS shared folders... | |
The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
mount -o vers=3,udp,rw,vers=3,tcp,fsc,actimeo=2 192.168.3.1:/Users/deanclarke/vagrant/C360-Main-WebApp /vagrant | |
result=$? | |
if test $result -eq 0; then | |
if test -x /sbin/initctl && command -v /sbin/init && /sbin/init 2>/dev/null --version | grep upstart; then |
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
//SIGNED THE KEY HERE | |
vagrant@branch:~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5 | |
Executing: /tmp/tmp.rgDkkOapk3/gpg.1.sh --recv-keys | |
--keyserver | |
keyserver.ubuntu.com | |
40976EAF437D05B5 | |
gpg: requesting key 437D05B5 from hkp server keyserver.ubuntu.com | |
gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key <[email protected]>" not changed | |
gpg: Total number processed: 1 | |
gpg: unchanged: 1 |
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
#!/usr/bin/env bash | |
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 16126D3A3E5C1192 | |
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5 | |
echo "--- Add PHP Apt Repository ---" | |
sudo add-apt-repository ppa:ondrej/php | |
echo "--- Add Ubuntu (for MySQL) Apt Repository ---" | |
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty universe' |
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
cat /etc/apt/sources.list | |
# | |
# deb cdrom:[Ubuntu-Server 16.04.1 LTS _Xenial Xerus_ - Release amd64 (20160719)]/ xenial main restricted | |
# deb cdrom:[Ubuntu-Server 16.04.1 LTS _Xenial Xerus_ - Release amd64 (20160719)]/ xenial main restricted | |
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
# newer versions of the distribution. | |
deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted |
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
echo "--- Add PHP Apt Repository ---" | |
sudo add-apt-repository ppa:ondrej/php | |
echo "--- Add Ubuntu (for MySQL) Apt Repository ---" | |
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty universe' | |
echo "-- Update keys --" | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 16126D3A3E5C1192 | |
# sudo apt-key update |
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
//Policies | |
/* | |
* To change this license header, choose License Headers in Project Properties. | |
* To change this template file, choose Tools | Templates | |
* and open the template in the editor. | |
*/ | |
module.exports = function(req, res, next) { | |
// User is allowed, proceed to the next policy, |
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
<form id="propertySave" name="propertySave"> | |
@foreach ($propertyFields as $key => $propertyField) | |
@if ($key % 2 === 0) | |
<div class="row"> | |
@endif | |
<div class="col-md-3"> | |
<div class="form-group"> | |
<label for="{{$propertyField['fieldName']}}">{{$propertyField['fieldLabel']}}</label> | |
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
// ERROR: | |
EEEEEEEEEEEEEEEEEIIEEEEIIIPHP Fatal error: Call to a member function input() on null in /vagrant/webroot/vendor/laravel/framework/src/Illuminate/Support/Facades/Input.php on line 21 | |
PHP Stack trace: | |
PHP 1. {main}() /vagrant/webroot/vendor/phpunit/phpunit/phpunit:0 | |
PHP 2. PHPUnit_TextUI_Command::main() /vagrant/webroot/vendor/phpunit/phpunit/phpunit:52 | |
PHP 3. PHPUnit_TextUI_Command->run() /vagrant/webroot/vendor/phpunit/phpunit/src/TextUI/Command.php:116 | |
PHP 4. PHPUnit_TextUI_TestRunner->doRun() /vagrant/webroot/vendor/phpunit/phpunit/src/TextUI/Command.php:186 | |
PHP 5. PHPUnit_Framework_TestSuite->run() /vagrant/webroot/vendor/phpunit/phpunit/src/TextUI/TestRunner.php:517 | |
PHP 6. PHPUnit_Framework_TestSuite->run() /vagrant/webroot/vendor/phpunit/phpunit/src/Framework/TestSuite.php:722 |
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
class DataCapturePropertyInfo extends Eloquent | |
{ | |
protected $table = 'DataCapturePropertyInfo'; | |
protected $connection = 'mysql'; | |
protected $primaryKey = 'dataCapturePropertyID'; | |
public $timestamps = false; |
OlderNewer