We are using git flow for this project.
to run: install ImageMagick CLI with homebrew on Mac OSX:
brew install imagemagick
run redis server with the command
redis-server
if gulp is not globally installed on your computer use the below command:
sudo npm install -g gulp
to compile css files, run the below command when in the FrontEnd folder in the terminal:
gulp build
seed.js
can be found in server/tasks
,run
node seed.js
brew install elasticsearch
And start elasticsearch using command:
elasticsearch
Install Java.
Download the .zip archive for Elasticsearch from:
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.4.0.zip
cd elasticsearch-version
Elasticsearch can be started from the command line as follows:
.\bin\elasticsearch