Skip to content

Instantly share code, notes, and snippets.

@berkus
Last active August 29, 2015 14:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berkus/bd3d38587676aa707816 to your computer and use it in GitHub Desktop.
Save berkus/bd3d38587676aa707816 to your computer and use it in GitHub Desktop.
Pepyatka OSX dev setup

Prereqs

  • OSX 10.10.2
  • homebrew
  • development branch of pepyatka-server/pepyatka-html

Install nvm

brew install nvm

Install node

nvm install iojs-v1.2.0

Install modules

cd pepyatka-server
npm install

Working config:

> node -v
v1.2.0
> npm -v
2.5.1

Install deps

brew install redis elasticsearch

Follow CAVEATS to enable/start Redis and ES.

Follow pepyatka Setting up guide to start server and frontend.

Go to localhost:3333 and enjoy

@n1313
Copy link

n1313 commented Mar 20, 2015

CAVEATS says:

To start redis manually:
redis-server /usr/local/etc/redis.conf

and

Or, if you don't want/need launchctl, you can just run:
elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment