Drupal Dev Days 2017
1. Installing required software.
1.1.4. Other OSs and further instructions.
2. Installing Galen Framework.
3.2. Using OSX or Windows and Firefox.
In order to speed up the workshop, we will use as firefox web browser. If you do not already have it installed, please download and install the latest version on your systems.
Install required packages if not installed:
sudo apt-get install python-software-propertiesExecute the following curl to add the needed PPA:
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -Now install nodejs:
sudo apt-get install -y nodejsUsing Homebrew:
brew install nodeor just download the installer
Download the installer.
Follow the instructions from the nodejs.org web.
To see if Node is installed, type the above on your command line:
node -vTo see if npm is installed, type the above on your command line:
npm -vGo to project folder and install npm modules and dependencies:
npm i Galen should be installed globally:
sudo npm install -g galenframework-cliIn order for galen to be able to communicate with browser we need to get a special driver for it. For Firefox you will need a geckodriver.
You do not have to do anything, the project is ok for you.
Download geckodriver for your operating system version.
Extract it into project folder, in driver folder. Replace geckodriver file:
You can continue the workshop in the next branches:
