Skip to content

cydjohn/ShareMyBooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published