Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.74 KB | None | 0 0
  1. npm run start
  2.  
  3. > orisha-server@1.0.0 start /home/laurent/Documents/Code/goose-control/server
  4. > npm-run-all -p touch watch
  5.  
  6.  
  7. > orisha-server@1.0.0 touch /home/laurent/Documents/Code/goose-control/server
  8. > sleep 1 && touch src/App.hs
  9.  
  10.  
  11. > orisha-server@1.0.0 watch /home/laurent/Documents/Code/goose-control/server
  12. > ENV=dev sos
  13.  
  14. Found 1 rule in ".sosrc"
  15. Hit Ctrl+C to quit.
  16.  
  17. Modified: src/App.hs
  18. [1/2] stack build --ghc-options="-Wall -fno-warn-name-shadowing"
  19. Success ✓
  20. [2/2] stack exec server-exe
  21. Setting phaser to stun...
  22. Database Name : orisha-dev
  23. Allow Cors : True
  24. Web statics : "../web/public/"
  25. Server Local Port : 8001
  26. server-exe: Network.Socket.connect: <socket: 12>: does not exist (Connection refused)
  27. Failure ✗ (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement