Download DrupalConsole
$ curl -LSs http://drupalconsole.com/installer | php
Make DrupalConsole globaly accesible
$ mv console.phar /usr/local/bin/drupal
$ curl -LSs http://drupalconsole.com/installer | php
$ mv console.phar /usr/local/bin/drupal
These instructions will guide you through the process of setting up local, trusted websites on your own computer.
These instructions are intended to be used on Mac OSX Yosemite.
NOTE: You may substitute the edit
command for nano
, vim
, or whatever the editor of your choice is. Personally, I forward edit
to Sublime Text:
alias edit="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
Does your osx terminal speak java 7? Start Terminal.app
and try: java -version
:
> java -version
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
In Git you can add a submodule to a repository. This is basically a repository embedded in your main repository. This can be very useful. A couple of advantages of using submodules:
Install Supervisor if not already:
sudo apt-get install supervisor
Create Worker File:
touch /etc/supervisor/conf.d/laravel-worker.conf
Fill the worker file with the following information: