Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ## Prereqs
  2.  
  3. * OSX 10.10.2
  4. * homebrew
  5. * `development` branch of pepyatka-server/pepyatka-html
  6.  
  7. ## Install nvm
  8.  
  9. `brew install nvm`
  10.  
  11. ## Install node
  12.  
  13. `nvm install iojs-v1.2.0`
  14.  
  15. ## Install modules
  16.  
  17. ```
  18. cd pepyatka-server
  19. npm install
  20. ```
  21.  
  22. Working config:
  23. ```
  24. > node -v
  25. v1.2.0
  26. > npm -v
  27. 2.5.1
  28. ```
  29.  
  30. ## Install deps
  31.  
  32. `brew install redis elasticsearch`
  33.  
  34. Follow CAVEATS to enable/start Redis and ES.
  35.  
  36. ## Follow pepyatka Setting up guide to start server and frontend.
  37.  
  38. ## Go to localhost:3333 and enjoy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement