Giter Site home page Giter Site logo

hubzero-vagrant's People

Contributors

ahubers avatar claire271 avatar jiannelli avatar jvrplmlmn avatar kevinwojo avatar mitchellknight avatar peterbrinck avatar qrz-io avatar

Watchers

 avatar  avatar  avatar  avatar

hubzero-vagrant's Issues

Initial set up errors

When completing steps:


==> default: On the HOST:
==> default: Go to the public directory:
==> default: Run: git clone http://github.com/hubzero/hubzero-cms
==> default: Then run: git checkout 2.0.0
==> default: Then cp -r /var/www/app-scotch /var/www/public/app
==> default:


Error in browser when testing it: http://hubzero.local/hubzero-cms/

Warning: require(/var/www/public/hubzero-cms/core/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/public/hubzero-cms/core/bootstrap/autoload.php on line 21

Fatal error: require(): Failed opening required '/var/www/public/hubzero-cms/core/vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/public/hubzero-cms/core/bootstrap/autoload.php on line 21

Minor issues with setup

Hi, Kevin. It worked! Thanks for updating the README. Couple of things:

  1. https didn't work for me with the "git clone" command (timed out). I had to use http to make it work.
  2. When removing the app directory, I had to add "-rf" to the rm command.

Other than that, I'm up and running!

  • Drew

Having trouble getting setup again

Hi, Kevin! I'm getting back into working with students on web development and tried getting a new vagrant box setup on one of my computers. I ran into trouble, however. Here are my steps:

  1. Download and install Vagrant.
  2. Download and install VirtualBox.
  3. Clone kevinwojo/hubzero-vagrant (https://github.com/kevinwojo/hubzero-vagrant.git) onto my machine.
  4. Run vagrant up.
  5. Run vagrant ssh.
  6. From within /var/www/public on the VM:
  • git clone http://github.org/hubzero/hubzero-cms ./
  • git config core.fileMode false
  • git checkout 2.1.0 -f (updated directions for 2.1)
  • Remove the existing app directory: rm -rf /var/www/public/app
  • cp -r /var/www/app-scotch /var/www/public/app

I am then unable to login to https://192.168.33.10/administrator on my machine (I get ERR_CONNECTION_REFUSED). I can ping it and it is up and responsive, and I checked ifconfig on the VM and the IP is correct. Any thoughts?

Confused on setup

Hi, Kevin! This vagrant box is much appreciated. I've tried getting the VMs setup for some students over here at William and Mary and had some trouble getting their machines to work through Virtual Box. Here's to hoping this solves the issue.

However, I am confused about steps to get this up and running. When you say "Host", do you mean my laptop, for example? That's what I thought, given that you said NOT the "vagrant ssh" environment. If this is the case, why in the world would I put hubzero-cms into my laptops /var/www/public directory? Shouldn't hubzero-cms be installed in the "vagrant ssh" environment?

Hopelessly confused,

Drew

See homepage of hubzero, but none of the links works (Not found error)

screenshot from 2017-09-01 11-19-43
screenshot from 2017-09-01 11-24-26


                                                                       vagrant log

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'scotch/box'...

�[KProgress: 10%
�[KProgress: 20%
�[KProgress: 30%
�[KProgress: 40%
�[KProgress: 50%
�[KProgress: 70%
�[KProgress: 90%
�[K==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'scotch/box' is up to date...
==> default: Setting the name of the VM: hubzero-vagrant_default_1504281656173_88731
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default:
default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
default:
default: Inserting generated public key within guest...
default: Removing insecure key from the guest if it's present...
default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: The guest additions on this VM do not match the installed version of
default: VirtualBox! In most cases this is fine, but in rare cases it can
default: prevent things such as shared folders from working properly. If you see
default: shared folder errors, please make sure the guest additions within the
default: virtual machine match the version of VirtualBox you have installed on
default: your host and reload your VM.
default:
default: Guest Additions Version: 4.3.28
default: VirtualBox Version: 5.0
==> default: Setting hostname...
==> default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
default: /var/www => /home/chen/hubzero-vagrant
==> default: Running provisioner: shell...
default: Running: /tmp/vagrant-shell20170901-26980-fztxtp.sh
==> default: stdin: is not a tty
==> default: Considering dependency setenvif for ssl:
==> default: Module setenvif already enabled
==> default: Considering dependency mime for ssl:
==> default: Module mime already enabled
==> default: Considering dependency socache_shmcb for ssl:
==> default: Enabling module socache_shmcb.
==> default: Enabling module ssl.
==> default: See /usr/share/doc/apache2/README.Debian.gz on how to configure SSL and create self-signed certificates.
==> default: To activate the new configuration, you need to run:
==> default: service apache2 restart
==> default: * Restarting web server apache2
==> default: ...done.
==> default: Cloning into '.'...
==> default: Checking out files: 7% (973/13384)
==> default: Checking out files: 8% (1071/13384)
==> default: Checking out files: 9% (1205/13384)
==> default: Checking out files: 10% (1339/13384)
==> default: Checking out files: 11% (1473/13384)
==> default: Checking out files: 12% (1607/13384)
==> default: Checking out files: 12% (1719/13384)
==> default: Checking out files: 13% (1740/13384)
==> default: Checking out files: 14% (1874/13384)
==> default: Checking out files: 15% (2008/13384)
==> default: Checking out files: 16% (2142/13384)
==> default: Checking out files: 17% (2276/13384)
==> default: Checking out files: 18% (2410/13384)
==> default: Checking out files: 18% (2445/13384)
==> default: Checking out files: 19% (2543/13384)
==> default: Checking out files: 20% (2677/13384)
==> default: Checking out files: 21% (2811/13384)
==> default: Checking out files: 22% (2945/13384)
==> default: Checking out files: 23% (3079/13384)
==> default: Checking out files: 23% (3153/13384)
==> default: Checking out files: 24% (3213/13384)
==> default: Checking out files: 25% (3346/13384)
==> default: Checking out files: 26% (3480/13384)
==> default: Checking out files: 27% (3614/13384)
==> default: Checking out files: 27% (3720/13384)
==> default: Checking out files: 28% (3748/13384)
==> default: Checking out files: 29% (3882/13384)
==> default: Checking out files: 30% (4016/13384)
==> default: Checking out files: 31% (4150/13384)
==> default: Checking out files: 32% (4283/13384)
==> default: Checking out files: 32% (4351/13384)
==> default: Checking out files: 33% (4417/13384)
==> default: Checking out files: 34% (4551/13384)
==> default: Checking out files: 35% (4685/13384)
==> default: Checking out files: 36% (4819/13384)
==> default: Checking out files: 37% (4953/13384)
==> default: Checking out files: 37% (4975/13384)
==> default: Checking out files: 38% (5086/13384)
==> default: Checking out files: 39% (5220/13384)
==> default: Checking out files: 40% (5354/13384)
==> default: Checking out files: 41% (5488/13384)
==> default: Checking out files: 41% (5572/13384)
==> default: Checking out files: 42% (5622/13384)
==> default: Checking out files: 43% (5756/13384)
==> default: Checking out files: 44% (5889/13384)
==> default: Checking out files: 45% (6023/13384)
==> default: Checking out files: 46% (6157/13384)
==> default: Checking out files: 46% (6209/13384)
==> default: Checking out files: 47% (6291/13384)
==> default: Checking out files: 48% (6425/13384)
==> default: Checking out files: 49% (6559/13384)
==> default: Checking out files: 50% (6692/13384)
==> default: Checking out files: 51% (6826/13384)
==> default: Checking out files: 52% (6960/13384)
==> default: Checking out files: 52% (6961/13384)
==> default: Checking out files: 53% (7094/13384)
==> default: Checking out files: 54% (7228/13384)
==> default: Checking out files: 55% (7362/13384)
==> default: Checking out files: 56% (7496/13384)
==> default: Checking out files: 57% (7629/13384)
==> default: Checking out files: 58% (7763/13384)
==> default: Checking out files: 59% (7897/13384)
==> default: Checking out files: 60% (8031/13384)
==> default: Checking out files: 60% (8145/13384)
==> default: Checking out files: 61% (8165/13384)
==> default: Checking out files: 62% (8299/13384)
==> default: Checking out files: 63% (8432/13384)
==> default: Checking out files: 64% (8566/13384)
==> default: Checking out files: 65% (8700/13384)
==> default: Checking out files: 66% (8834/13384)
==> default: Checking out files: 66% (8897/13384)
==> default: Checking out files: 67% (8968/13384)
==> default: Checking out files: 68% (9102/13384)
==> default: Checking out files: 69% (9235/13384)
==> default: Checking out files: 70% (9369/13384)
==> default: Checking out files: 70% (9420/13384)
==> default: Checking out files: 71% (9503/13384)
==> default: Checking out files: 72% (9637/13384)
==> default: Checking out files: 73% (9771/13384)
==> default: Checking out files: 74% (9905/13384)
==> default: Checking out files: 74% (9909/13384)
==> default: Checking out files: 75% (10038/13384)
==> default: Checking out files: 76% (10172/13384)
==> default: Checking out files: 77% (10306/13384)
==> default: Checking out files: 78% (10440/13384)
==> default: Checking out files: 78% (10509/13384)
==> default: Checking out files: 79% (10574/13384)
==> default: Checking out files: 80% (10708/13384)
==> default: Checking out files: 81% (10842/13384)
==> default: Checking out files: 82% (10975/13384)
==> default: Checking out files: 82% (11091/13384)
==> default: Checking out files: 83% (11109/13384)
==> default: Checking out files: 84% (11243/13384)
==> default: Checking out files: 85% (11377/13384)
==> default: Checking out files: 86% (11511/13384)
==> default: Checking out files: 86% (11576/13384)
==> default: Checking out files: 87% (11645/13384)
==> default: Checking out files: 88% (11778/13384)
==> default: Checking out files: 89% (11912/13384)
==> default: Checking out files: 89% (11951/13384)
==> default: Checking out files: 90% (12046/13384)
==> default: Checking out files: 91% (12180/13384)
==> default: Checking out files: 92% (12314/13384)
==> default: Checking out files: 93% (12448/13384)
==> default: Checking out files: 93% (12497/13384)
==> default: Checking out files: 94% (12581/13384)
==> default: Checking out files: 95% (12715/13384)
==> default: Checking out files: 96% (12849/13384)
==> default: Checking out files: 97% (12983/13384)
==> default: Checking out files: 97% (13057/13384)
==> default: Checking out files: 98% (13117/13384)
==> default: Checking out files: 99% (13251/13384)
==> default: Checking out files: 100% (13384/13384)
==> default: Checking out files: 100% (13384/13384), done.
==> default: Do not run Composer as root/super user! See https://getcomposer.org/root for details
==> default: Loading composer repositories with package information
==> default: Installing dependencies (including require-dev) from lock file
==> default: - Installing aferrandini/phpqrcode (1.0.1)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: ������������������� Downloading: 5%������������������� Downloading: 10%�������������������� Downloading: 15%
==> default: �������������������� Downloading: 20%�������������������� Downloading: 25%�������������������� Downloading: 30%
==> default: �������������������� Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing react/promise (v2.4.1)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing guzzlehttp/streams (3.0.0)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing guzzlehttp/ringphp (1.1.0)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0% �����������
==> default: ������������������� Downloading: 10%
==> default: �������������������� Downloading: 15%
==> default: �������������������� Downloading: 25%��������������������
==> default: Downloading: 35%��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing guzzlehttp/guzzle (5.3.1)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing authy/php (v2.5)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing bshaffer/oauth2-server-php (v1.4)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing ezyang/htmlpurifier (v4.5.0)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing facebook/graph-sdk (5.5.0)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: �������������������� Downloading: 75%��������������������
==> default: Downloading: 80%
==> default: �������������������� Downloading: 85%
==> default: �������������������� Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing google/apiclient-services (v0.8)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing psr/http-message (1.0.1)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing psr/cache (1.0.1)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing guzzlehttp/psr7 (1.3.1)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing firebase/php-jwt (v4.0.0)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing google/auth (v0.11.1)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing league/flysystem (1.0.28)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing symfony/event-dispatcher (v2.8.14)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing guzzle/guzzle (v3.9.3)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing knplabs/github-api (1.7.1)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0% �����������
==> default: �������������������
==> default: Downloading: 10%�������������������� Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: �������������������� Downloading: 35%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: �������������������� Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing hubzero/flysystem-github (dev-develop 20f759e)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing symfony/yaml (v2.5.12)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing symfony/http-foundation (v2.5.5)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing hubzero/framework (dev-master 9670c1b)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing hubzero/orcid-php (v0.2)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing leafo/lessphp (v0.5.0)
==> default: Downloading: Connecting...
==> default: ������������������������������ Downloading: 0% ������������������������������ Downloading: 5%
==> default: �������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing aws/aws-sdk-php (2.8.31)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing league/flysystem-aws-s3-v2 (1.0.3)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 100%
==> default: - Installing league/flysystem-cached-adapter (1.0.5)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing dropbox/dropbox-sdk (v1.1.7)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: �������������������� Downloading: 55%
==> default: �������������������� Downloading: 60%
==> default: �������������������� Downloading: 65%
==> default: �������������������� Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: �������������������� Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing league/flysystem-dropbox (1.0.4)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 100%
==> default: - Installing mandrill/mandrill (1.0.55)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing psr/log (1.0.2)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing monolog/monolog (1.17.0)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing nao-pon/flysystem-cached-extra (1.0.2)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing phpseclib/phpseclib (2.0.4)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: ������������������� Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: �������������������� Downloading: 15%
==> default: �������������������� Downloading: 20%�������������������� Downloading: 25%
==> default: �������������������� Downloading: 30%
==> default: �������������������� Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing google/apiclient (v2.1.0)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing nao-pon/flysystem-google-drive (1.1.3)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing pear/net_dns2 (v1.4.2)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing pelago/emogrifier (dev-master a325863)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing php-amqplib/php-amqplib (v2.5.2)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing phpdocumentor/reflection-docblock (2.0.4)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing phpoffice/phpexcel (1.8.0)
==> default: Downloading: Connecting...
==> default: ������������������������������ Downloading: 0% �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: �������������������� Downloading: 25%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: �������������������� Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing predis/predis (v0.8.6)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing doctrine/collections (v1.2.1)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing simshaun/recurr (v0.3.2)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing solarium/solarium (3.5.1)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing swiftmailer/swiftmailer (v5.0.2)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing tecnickcom/tcpdf (6.0.017)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 65%
==> default: �������������������� Downloading: 70%
==> default: �������������������� Downloading: 75%
==> default: �������������������� Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 90%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing willdurand/geocoder (2.8.2)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: - Installing hamcrest/hamcrest-php (v2.0.0)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 0%
==> default:
==> default: �����������
==> default: �������������������
==> default: Downloading: 5%
==> default: �������������������
==> default: Downloading: 10%
==> default: ��������������������
==> default: Downloading: 15%
==> default: ��������������������
==> default: Downloading: 20%
==> default: ��������������������
==> default: Downloading: 25%
==> default: ��������������������
==> default: Downloading: 30%
==> default: ��������������������
==> default: Downloading: 35%
==> default: ��������������������
==> default: Downloading: 40%
==> default: ��������������������
==> default: Downloading: 45%
==> default: ��������������������
==> default: Downloading: 50%
==> default: ��������������������
==> default: Downloading: 55%
==> default: ��������������������
==> default: Downloading: 60%
==> default: ��������������������
==> default: Downloading: 70%
==> default: ��������������������
==> default: Downloading: 75%
==> default: ��������������������
==> default: Downloading: 80%
==> default: ��������������������
==> default: Downloading: 85%
==> default: ��������������������
==> default: Downloading: 95%
==> default: ��������������������
==> default: Downloading: 100%
==> default: - Installing mockery/mockery (dev-master 9e7b453)
==> default: Downloading: Connecting...
==> default: ������������������������������
==> default: Downloading: 100%
==> default:
==> default: ���������
==> default: bshaffer/oauth2-server-php suggests installing thobbs/phpcassa (Required to use the Cassandra storage engine)
==> default: facebook/graph-sdk suggests installing paragonie/random_compat (Provides a better CSPRNG option in PHP 5)
==> default: league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3)
==> default: league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
==> default: league/flysystem suggests installing league/flysystem-copy (Allows you to use Copy.com storage)
==> default: league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
==> default: league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
==> default: league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)
==> default: league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)
==> default: league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
==> default: symfony/event-dispatcher suggests installing symfony/dependency-injection ()
==> default: symfony/event-dispatcher suggests installing symfony/http-kernel ()
==> default: knplabs/github-api suggests installing knplabs/gaufrette (Needed for optional Gaufrette cache)
==> default: aws/aws-sdk-php suggests installing doctrine/cache (Adds support for caching of credentials and responses)
==> default: aws/aws-sdk-php suggests installing ext-apc (Allows service description opcode caching, request and response caching, and credentials caching)
==> default: league/flysystem-cached-adapter suggests installing ext-phpredis (Pure C implemented extension for PHP)
==> default: monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
==> default: monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
==> default: monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
==> default: monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
==> default:
==> default: monolog/monolog suggests installing raven/raven (Allow sending log messages to a Sentry server)
==> default: monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
==> default: monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
==> default: monolog/monolog suggests installing videlalvaro/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
==> default: phpseclib/phpseclib suggests installing ext-gmp (Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.)
==> default: phpseclib/phpseclib suggests installing ext-libsodium (SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.)
==> default: google/apiclient suggests installing cache/filesystem-adapter (For caching certs and tokens (using Google_Client::setCache))
==> default: phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
==> default: phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
==> default: predis/predis suggests installing ext-phpiredis (Allows faster serialization and deserialization of the Redis protocol)
==> default: willdurand/geocoder suggests installing ext-geoip (Enabling the geoip extension allows you to use the MaxMindProvider.)
==> default: willdurand/geocoder suggests installing geoip/geoip (If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).)
==> default: willdurand/geocoder suggests installing geoip2/geoip2 (If you are going to use the GeoIP2DatabaseProvider.)
==> default: willdurand/geocoder suggests installing kriswallsmith/buzz (Enabling Buzz allows you to use the BuzzHttpAdapter.)
==> default: willdurand/geocoder suggests installing zendframework/zend-http (Enabling Zend Http allows you to use the ZendHttpAdapter.)
==> default: Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
==> default: Package league/flysystem-dropbox is abandoned, you should avoid using it. Use spatie/flysystem-dropbox instead.
==> default: Generating autoload files
==> default: �[0mList all: all found files will be listed!�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20120101000000Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20120101000001Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20120101000002Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20120101000003Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20120101000004Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20120101000005Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20120101000006Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20121009000000ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20121015000000ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20121016000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20121018000000ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20121027000000ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20121130000000ComForum.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20121217000000ComForum.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130101000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130114000000Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130201000000PlgUserConstantcontact.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130208000000ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130214000000Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130220000000ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130311000000PlgHubzeroComments.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130320000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130322000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130329000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130331000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130401000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130401000000ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130403000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130403000000Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130404000000ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130404000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130410000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130410000000Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130411000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130412000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130413000000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130415000000ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130416193151PlgCoursesOutline.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130423001442ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130423115530ComTags.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130423115913ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130423204702PlgCoursesPages.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130423204715ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130423213901ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130426062338ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130426070126ComTags.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130426071400Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130426071658ComHelp.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130426072033ComCron.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130426074801ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130429103200PlgGroupsCalendar.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130430112401ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130501120700PlgCronGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130506233657ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130507030333ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130507085501ComForum.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130507170000PlgMembersProfile.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130512175201ComForum.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130512175301PlgCoursesDiscussions.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130516175532ComFeedback.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130517101308ComContent.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130521160001ComForum.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130524101101PlgCoursesDiscussions.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130529204838PlgAuthenticationTwitter.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130530153638ComCron.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130531081238PlgCoursesNotes.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130610123201PlgCoursesDiscussions.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130617121701ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130617171001ComForum.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130618144751PlgMembersProfile.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130619181459PlgGroupsAnnouncements.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130621115001ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130621155138PlgCoursesNotes.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130624184902PlgGroupsCalendar.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130702181838ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130703075132ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130708082138ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130715111246ModIncrementalRegistration.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130716202127ComNewsletter.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130717140704PlgCronNewsletter.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130723163332ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130723171332ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130725184342ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130729084642ComForum.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130729130302PlgYsearchCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130731170234ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130731203037ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130801182039ComPdf2form.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130809151809ComTags.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130809152737ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130812132139ComCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130812182339ComCart.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130812201731ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130813195602ComOaipmh.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130813210535PlgProjectsDatabases.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130814185755ComNewsletter.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130814201250ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130815175354ComDataviewer.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130816143341ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130819145850ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130820135328ComNewsletter.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130821164314ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130821164628ComCart.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130826150814ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130827143717Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130828201526ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130828203404Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130829203107ComProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130829211856ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130830175756ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130905195600ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130911070500ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130916080500ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130918132946ComForum.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000000ComCategories.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000001ComContent.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000002Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000003ComBanners.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000004ComContacts.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000005Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000006ComFinder.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000007Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000008Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000009ComMenus.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000010ComMessages.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000011ComModules.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000012ComNewsfeeds.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000013Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130924000014ComWeblinks.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130926143200Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20130930160944ComBillboards.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131002133124ComCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131011164749ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131011210918ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131014103753ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131016184016PlgGroupsAnnouncements.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131017133750ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131018163729ComCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131021090512ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131021211223Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131021225942ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131022144858ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131024114858ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131024182332Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131031124923ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131106150723ComProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131106150723PlgYsearchCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131106150723PlgYsearchProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131106150723PlgYsearchPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131106152023ComCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131106153123PlgYsearchCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131106154023ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131108091700ComBlog.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131108095500ComAnswers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131111165410Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131111200831ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131112130740ComUsage.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131112134513PlgCoursesStore.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131113134600ComTags.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131113143500ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131113193815ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131206231821ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131209221353ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20131216011106PlgCronCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140108233318ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140108233319ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140108233320PlgEditorsCkeditor.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140108233321PlgGroupsMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140108233322PlgSystemSupergroup.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140108233323ModGroupPages.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140109024336ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140109101723ComProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140110125436ComWrapper.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140110130812ComBanners.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140110132217ComWeblinks.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140110132511ComContact.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140110135511ComFinder.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140113135231ComSearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140114091331PlgGeocode.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140115171149PlgResourcesFindthistext.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140117212240ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140121131313PlgCronProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140121142313PlgCronPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140130105700ComAnswers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140131091600HubzeroComments.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140206131800ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140206141200ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140207091831PlgContent.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140211083020PlgEditorsWikitoolbar.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140211083120PlgEditorsWikiwyg.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140211154400PlgProjectsLinks.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140212162812ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140217151012ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140219221812ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140220183257ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140224112212PlgWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140225094500ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140303123720PlgGroupsCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140305081020PlgUsageChart.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140305081320ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140305090721ComCron.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140305142845Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140310130202ComTags.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140311150000ComFeedaggregator.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140311160400ComFeedaggregator.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140314080012PlgSupportPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140314131113ComKb.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140324161600ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140325093000ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140407091900ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140408121756ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140408190610ComEvents.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140410085610ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140415105610ComTopics.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140416082740ComFeatures.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140417132300ComFeedaggregator.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140417134640TplKameleonAdmin.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140417203615ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140421080012PlgTagsPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140421112851ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140421130020PlgHubzeroSystemplate.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140421130020PlgHubzeroSystickets.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140421130020PlgHubzeroSysusers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140421135022ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140421182216Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140422082422ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140423131112ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140428094910ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140428183704Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140502184454Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140505141538ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140505160720PlgSupportTime.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140506104910PlgMembersFavorites.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140508120000PlgMembersDashboard.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140508122800PlgMembersDashboard.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140509133410ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140512120000ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140515130000ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140519120000ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140520200100ComUpdate.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140521141237ComNewsletter.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140521145232ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140522100120PlgContentAntispam.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140528145010ComRegister.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140529150000PlgMembersImpact.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140529172125ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140529192810ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140603164434ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140605155804ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140606165053ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140609160011ComFeedback.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140611102711ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140611141603ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140617153609ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140623144900Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140624123157ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140626100712PlgPublicationsGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140626155344ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140627062357ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140627091431ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140627140011PlgResourcesReviews.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140630084843ComCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140702071151ComBlog.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140702115751ComForum.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140702122251ComKb.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140702130951ComAnswers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140702160951ComWishlist.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140703083327PlgResourcesReviews.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140703100727ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140703163627PlgXmessageHandler.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140709144527ComTags.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140709174727ModSupportactivity.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140714201025ComTime.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140716180300ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140716182939Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140721163818PlgTimeSummary.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140722152439PlgAuthenticationHubzero.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140730153624ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140730181124PlgSystemHubzero.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140804153815Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140805185942ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140805223444PlgGroupsBlog.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140806131000ModLogged.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140806144415ModStatus.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140806152408ModXwhosonline.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140806152610ModWhosonline.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140807143056ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140807200026ComTime.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140808195514ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140813132614ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140813200031ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140814103014ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140815061927ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140815153140ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140818160255ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140818160800ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140818161500ComWishlist.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140818162220PlgTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140820171853ComEvents.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140822132824ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140822153500PlgGroupsAnnouncements.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140822154400ComAnswers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140822154900ComBlog.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140822155500ComCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140822155900ComCron.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140822161100ComKb.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140822161900PlgHubzeroComments.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140822203559ComPoll.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140826120656ComEvents.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140827100656ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140828150712PlgWhatsnewPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140829131016PlgMembersDashboard.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140829131400PlgMembersMessages.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140829132200ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140829142600ComCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140904174546ComKb.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140908193005ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140916140933ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140922135214Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20140925213032ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141004111111ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141009072712ModCollect.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141009154241Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141009171309ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141009175833ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141009182840ComAnswers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141009203743ComBlog.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141009204207ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141009205234ComTags.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141009205422ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141010090013Imports.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141010150100ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141021161308Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141021164246Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141022103600PlgResourcesAbout.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141022110100ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141028094100ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141029112543ComBlog.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141029174920PlgUserContactcreator.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141029185515Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141029192338ComOaipmh.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141029193053Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141030163700ComBlog.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141105073734ComTags.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141105142938ComUpdate.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141105145512PlgSystemIndent.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141106184927PlgTimeCsv.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141106202312ModCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141110143234ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141110232014ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141111193301ComCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141112142733ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141112191247ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141112203625ComHubgraph.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141112203716ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141113215958ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141113222151ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141114195247ComHubgraph.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141114195313ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141117095313ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141119145715ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141119164113ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141119180000ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141120161609ComTime.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141120215253ComHubgraph.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141121132012ModMytodos.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141121144051ComCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141201142000PlgGroupsCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141201151300ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141201170547ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141202211549PlgMembersDashboard.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141212142300ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141215165100ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20141222135427ComTags.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150105220027ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150106211443ComCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150107021244PlgHubzeroRecaptcha.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150107022822PlgHubzeroRecaptcha.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150108140000ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150108152843ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150109180705ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150109190645ComTime.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150109200952ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150112212929PlgSystemCertificate.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150112212939PlgAuthenticationCertificate.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150113125313ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150113130000ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150113134000ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150114122012ModTagcloud.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150115234546PlgGroupsWishlist.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150116111000ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150119120000ModMycuration.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150121104223ModMenu.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150122165523ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150123133439PlgUserMiddleware.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150123134039ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150126193709ComWishlist.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150202134839PlgAntispam.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150204181025ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150206191525ComRedirect.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150210203958ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150210234536ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150211164131ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150216135336LibJoomla.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150216140100ComKb.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150218105200PlgGroupsForum.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150218180139PlgOaipmh.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150218183139ComMenus.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150224205200PlgContent.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150225144415PlgUserGeo.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150225150953ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150305100000ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150306110808ComBillboards.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150306115852ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150312120000ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150312140000PlgCronResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150317211600ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150326183839ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150327144022ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150330124145Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150330140000ComProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150330174214ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150331131922PlgAuthenticationShibboleth.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150401110000ComProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150402202533ComJoomlaupdate.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150406140000ComProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150406184922PlgHubzeroRecaptcha.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150414183059ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150421143100PlgTagsCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150421213243PlgSystemAuthfactors.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150421213254PlgAuthfactorsCertificate.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150423035158ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150427221158ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150428103217ComCategories.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150428144853ComPdf2form.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150508103212ModMegamenu.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150511160714PlgAuthfactorsAuthy.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150514162230ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150515194608PlgCronForum.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150518175926PlgMailMandrill.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150518180000PlgPublicationsWatch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150518181100ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150518190000ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150520110000ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150521144930PlgContentAntispam.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150521150730ModWhosonline.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150529141543ComCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150601185958ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150609125958ComDeveloper.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150610123746ComDeveloper.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150610140035PlgAntispamBabajispam.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150612203219Migrations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150617181839PlgAntispamBlacklist.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150623105812Mod.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150623144037ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150623152144ComDeveloper.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150623155836PlgSystemSpamjail.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150624125940TplKameleonSite.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150624164611TplHubbasicadmin.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150624171211TplHubbasic.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150625010817PlgSystemUserconsent.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150626141512Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150626173412PlgSystemPassword.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150626190717PlgSystemUnapproved.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150626201931Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150629100000ComGeosearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150630192615PlgSystemUnconfirmed.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150630195749PlgSystemIncomplete.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150630201210Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150701060000PlgMembersTodo.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150706163604PlgAuthenticationOrcid.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150715123430ComAnswers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150717100000PlgProjectsWatch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150720105039PlgAntispam.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150721135541ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150722080000ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150722090000ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150722155100PlgCronGeosearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150729164314ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150813115100PlgSystemMemberhome.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150814194700PlgMembersCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150820154213ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150821152140TplKimeraSite.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150826205631PlgResourcesAbout.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150826208413ComContent.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150826245312Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration201508281131531Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration201508281528321Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150901115230ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150901171816PlgContentOpengraph.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150902104232ComContent.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150902133259ComJobs.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150904102958ComGeoSearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150904103241Extensions.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150904201013PlgFilesystemLocal.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150904235936ComUsage.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150916164629ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150918121036ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150923000001ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150924000001ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20150924000002ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151001185523ComKb.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151004090000ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151006204314Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151007181841ComBlog.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151014171203Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151023000001ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151026173235ComKb.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151028151331ComGeosearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151030000001ComCart.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151030150411ComProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151105145500PlgGroupsFiles.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151106141855ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151118164723ComAnswers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151202000001ComCart.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151215155336ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151216123223PlgUpdateSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20151216124223PlgUpdateCache.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160104220531ModFeedaggregator.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160108151435PlgHandlersPdf.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160108151612PlgHandlersLatex.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160108151659PlgHandlersHubpresenter.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160111200400ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160129154900ComNewsletter.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160205162525Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160208183103ComFeedaggregator.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160210031035Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160212200400ComTags.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160216115900ComNewsletter.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160217014424ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160222153539PlgCaptcha.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160301152243ComNewsletter.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160302141138PlgTimeWeeklybar.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160307191342PlgProjectsFiles.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration201603091905401ComNewsletter.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160321145900ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160322131915PlgFilesystemDropbox.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160324151513PlgFilesystemGithub.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160325174400ComForum.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160328133847ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160328155038PlgMetadataLocal.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160331154738PlgResourcesWindowstools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160401212121PlgTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160412173638PlgResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160412200438PlgPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160412201638PlgResourcesGooglescholar.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160415105038CoreActivity.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160415110900PlgActivity.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160418114900ComCollections.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160419144221ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160422095100ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160422152647ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160425154200ComPoll.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160428141300ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160502173600ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160508203200ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160510121901ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160511142701ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160512000001ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160513140417ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160513211701ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160516000001ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160517203900PlgCoursesMemberoptions.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160518143900PlgContentCategories.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160519200127PlgSupportSlack.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160522113201ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160524000001ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160602102201ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160603173202ComProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160606162915ComSearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160610231100ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160620151602ComCart.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160620170127ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160620171427ComCart.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160620172827ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160623112527ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160623113106ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160624123301ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160629140839ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160629215021ComSearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160630134818ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160712140127PlgAuthenticationShibboleth.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160715100931PlgHubzeroComments.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160725142238PlgResourcesWatch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160729201752PlgCronSearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160729202716ComSearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160802162652PlgCronActivity.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160802170610PlgMembersActivity.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160805180813ComSearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160808124602ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160808143522ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160809152100ComRedirect.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160810121746PlgContentFormathtml.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160817174610PlgResourcesWindowstools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160818061637Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160824181200ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160825000001ComCart.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160830165511ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160902134802ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration2016090510300000Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration2016090511300000Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration2016090610030000ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration2016090610110000Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration2016090710240000ComCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration2016090710280000ComCategories.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration2016090710350000ComBillboards.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration2016090710430000ComCart.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration2016090710490000Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration2016090710530000ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration2016090710560000ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration2016090711260000Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160907185952PlgProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160911000001ComCart.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160914183602ComProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration201609151104002ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20160927193030ComProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161003151102ComTools.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161004103718ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161005104752ComWiki.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161017133711ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161018093917Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161021110502ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161021135212ComUsers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161026000001PlgAuthenticationSciStarter.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161111173852PlgSystemCache.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161128165818Core.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161205000001PlgCronStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161206114718ComProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161209133804ComSearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161212181802ComSearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161213132518PlgSearchSolr.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161213133713PlgSystemContent.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161214180653ComSystem.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20161220173600PlgResourcesReviews.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170112000001ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170117114147ComProjects.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170124114147ComGroups.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170124151456ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170124175120ComBillboards.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170124191209ComCitations.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170129140423PlgXmessage.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170201125723ComPublications.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170203204306PlgFilesystemGoogledrive.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170206140017PlgTagsCourses.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170207025659PlgFilesystemDropbox.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170207025712PlgFilesystemGithub.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170208180603PlgXmessageHandler.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170209150806ComSupport.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170220041701ComSearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170220190109ComTime.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170228000001ComStorefront.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170228095518PlgFilesystemAwss3.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170306114718ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170322093811ComResources.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170405140417ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170406114718ComMembers.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170426184100ComSearch.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170512150115ComTime.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170512162652ModSpotlight.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170518102512PlgAuthenticationFacebook.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170602135253PlgSearchCron.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170623162652PlgPublicationsForks.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170627153900ComHubgraph.php�[0m
==> default: �[0mIgnoring up() core/migrations/Migration20170627153923ComHubgraph.php�[0m
==> default: �[0;32mCompleted up() in core/migrations/Migration20170712200400ComPublications.php�[0m
==> default: �[0;32mCompleted up() in core/migrations/Migration20170725133700ComMembers.php�[0m
==> default: �[0;32mCompleted up() in core/migrations/Migration20170731200400ComTools.php�[0m
==> default: �[0;32mCompleted up() in core/migrations/Migration20170731201800ComResources.php�[0m
==> default: �[0;32mCompleted up() in core/migrations/Migration20170815000001ComPublications.php�[0m
==> default: �[0;32mCompleted up() in core/migrations/Migration20170822114718PlgProjectsFiles.php�[0m
==> default: �[0;32mCompleted up() in core/migrations/Migration20170822120311ComCitations.php�[0m
==> default: �[0;32mSuccess: Up migration complete!�[0m
==> default: Ign http://repo.mongodb.org trusty/mongodb-org/3.0 InRelease
==> default: Get:1 http://repo.mongodb.org trusty/mongodb-org/3.0 Release.gpg [455 B]
==> default: Get:2 http://repo.mongodb.org trusty/mongodb-org/3.0 Release [3,462 B]
==> default: Get:3 http://repo.mongodb.org trusty/mongodb-org/3.0/multiverse amd64 Packages [11.3 kB]
==> default: Ign http://archive.ubuntu.com trusty InRelease
==> default: Get:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
==> default: Ign http://ppa.launchpad.net trusty InRelease
==> default: Get:5 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
==> default: Ign http://ppa.launchpad.net trusty Release.gpg
==> default: Ign http://ppa.launchpad.net trusty Release
==> default: Ign http://ppa.launchpad.net trusty/main amd64 Packages/DiffIndex
==> default: Get:6 http://security.ubuntu.com trusty-security/main Sources [140 kB]
==> default: Hit http://archive.ubuntu.com trusty Release.gpg
==> default: Ign http://repo.mongodb.org trusty/mongodb-org/3.0/multiverse Translation-en_US
==> default: Get:7 http://archive.ubuntu.com trusty-updates/main Sources [404 kB]
==> default: Ign http://repo.mongodb.org trusty/mongodb-org/3.0/multiverse Translation-en
==> default: Get:8 http://security.ubuntu.com trusty-security/universe Sources [62.7 kB]
==> default: Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [662 kB]
==> default: Get:10 http://packages.blackfire.io any InRelease [23.2 kB]
==> default: Get:11 http://archive.ubuntu.com trusty-updates/universe Sources [188 kB]
==> default: Get:12 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1,016 kB]
==> default: Get:13 http://security.ubuntu.com trusty-security/universe amd64 Packages [184 kB]
==> default: Get:14 http://security.ubuntu.com trusty-security/main Translation-en [358 kB]
==> default: Ign http://ppa.launchpad.net trusty/main Translation-en_US
==> default: Ign http://ppa.launchpad.net trusty/main Translation-en
==> default: Err http://ppa.launchpad.net trusty/main amd64 Packages
==> default: 404 Not Found
==> default: Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [106 kB]
==> default: Get:16 http://packages.blackfire.io any/main amd64 Packages [1,213 B]
==> default: Get:17 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [424 kB]
==> default: Get:18 http://archive.ubuntu.com trusty-updates/main Translation-en [503 kB]
==> default: Get:19 http://archive.ubuntu.com trusty-updates/universe Translation-en [228 kB]
==> default: Hit http://archive.ubuntu.com trusty Release
==> default: Hit http://archive.ubuntu.com trusty/main Sources
==> default: Hit http://archive.ubuntu.com trusty/universe Sources
==> default: Hit http://archive.ubuntu.com trusty/main amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/universe amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/main Translation-en
==> default: Hit http://archive.ubuntu.com trusty/universe Translation-en
==> default: Ign http://archive.ubuntu.com trusty/main Translation-en_US
==> default: Ign http://archive.ubuntu.com trusty/universe Translation-en_US
==> default: Ign http://packages.blackfire.io any/main Translation-en_US
==> default: Ign http://packages.blackfire.io any/main Translation-en
==> default: Fetched 4,447 kB in 11s (388 kB/s)
==> default: W
==> default: :
==> default: Failed to fetch http://ppa.launchpad.net/ondrej/php5-5.6/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found
==> default: E
==> default: :
==> default: Some index files failed to download. They have been ignored, or old ones used instead.
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default: clamav-base clamav-freshclam libclamav7
==> default: Suggested packages:
==> default: clamav-docs libclamunrar6
==> default: The following NEW packages will be installed:
==> default: clamav clamav-base clamav-freshclam libclamav7
==> default: 0 upgraded, 4 newly installed, 0 to remove and 273 not upgraded.
==> default: Need to get 3,585 kB of archives.
==> default: After this operation, 13.3 MB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libclamav7 amd64 0.99.2+addedllvm-0ubuntu0.14.04.2 [3,271 kB]
==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main clamav-base all 0.99.2+addedllvm-0ubuntu0.14.04.2 [113 kB]
==> default: Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main clamav-freshclam amd64 0.99.2+addedllvm-0ubuntu0.14.04.2 [111 kB]
==> default: Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main clamav amd64 0.99.2+addedllvm-0ubuntu0.14.04.2 [90.7 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 3,585 kB in 38s (92.3 kB/s)
==> default: Selecting previously unselected package libclamav7.
==> default: (Reading database ... 94189 files and directories currently installed.)
==> default: Preparing to unpack .../libclamav7_0.99.2+addedllvm-0ubuntu0.14.04.2_amd64.deb ...
==> default: Unpacking libclamav7 (0.99.2+addedllvm-0ubuntu0.14.04.2) ...
==> default: Selecting previously unselected package clamav-base.
==> default: Preparing to unpack .../clamav-base_0.99.2+addedllvm-0ubuntu0.14.04.2_all.deb ...
==> default: Unpacking clamav-base (0.99.2+addedllvm-0ubuntu0.14.04.2) ...
==> default: Selecting previously unselected package clamav-freshclam.
==> default: Preparing to unpack .../clamav-freshclam_0.99.2+addedllvm-0ubuntu0.14.04.2_amd64.deb ...
==> default: Unpacking clamav-freshclam (0.99.2+addedllvm-0ubuntu0.14.04.2) ...
==> default: Selecting previously unselected package clamav.
==> default: Preparing to unpack .../clamav_0.99.2+addedllvm-0ubuntu0.14.04.2_amd64.deb ...
==> default: Unpacking clamav (0.99.2+addedllvm-0ubuntu0.14.04.2) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Processing triggers for ureadahead (0.100.0-16) ...
==> default: Setting up libclamav7 (0.99.2+addedllvm-0ubuntu0.14.04.2) ...
==> default: Setting up clamav-base (0.99.2+addedllvm-0ubuntu0.14.04.2) ...
==> default: Setting up clamav-freshclam (0.99.2+addedllvm-0ubuntu0.14.04.2) ...
==> default: * Starting ClamAV virus database updater freshclam
==> default: ...done.
==> default: Processing triggers for ureadahead (0.100.0-16) ...
==> default: Setting up clamav (0.99.2+addedllvm-0ubuntu0.14.04.2) ...
==> default: Processing triggers for libc-bin (2.19-0ubuntu6.6) ...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.