Created
September 13, 2015 19:38
-
-
Save k-bx/ff100755eaa12f950e9a to your computer and use it in GitHub Desktop.
Cabal-only instructions to run owlcloud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cabal sandbox init | |
cabal install owcloud-*/ | |
# in 3 different terminals | |
.cabal-sandbox/bin/owlcloud-front | |
.cabal-sandbox/bin/owlcloud-users | |
.cabal-sandbox/bin/owlcloud-albums |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment