Advertisement
PrimePastes

How to Run Musicope

Sep 18th, 2019
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. How to Run Musicope:
  2.  
  3. Go to the Github and install / git clone/ brew install
  4. http://bit.ly/2lTQOSt
  5.  
  6. Go into musicope folder and open "Server.js"
  7.  
  8. At the bottom - Change server.listen:80 to server.listen:3030
  9.  
  10. Open Terminal
  11.  
  12. cd /user/username/musicope
  13.  
  14. npm install
  15.  
  16. npm run
  17.  
  18. Server will start
  19.  
  20. Go to Browser and click on
  21. http://localhost:3030/
  22.  
  23. To stop server press Control + C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement