Skip to content

Latest commit

 

History

History
executable file
·
77 lines (46 loc) · 1005 Bytes

README.md

File metadata and controls

executable file
·
77 lines (46 loc) · 1005 Bytes

ShareMyBooks

Dev Process

We are using git flow for this project.

Instructions

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

Elasticsearch

For Mac OS:

brew install elasticsearch

And start elasticsearch using command:

elasticsearch

For Windows:

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