Install hledger-web in /usr/local.
This commit is contained in:
parent
978987de62
commit
b96aaed4b2
@ -20,4 +20,4 @@ set -euo pipefail
|
|||||||
# By default, this script does nothing. You'll have to modify it as
|
# By default, this script does nothing. You'll have to modify it as
|
||||||
# appropriate for your application.
|
# appropriate for your application.
|
||||||
cabal update
|
cabal update
|
||||||
cabal install hledger-web-0.26
|
cabal install --root-cmd=sudo --global --prefix=/usr/local hledger-web
|
||||||
@ -76,6 +76,6 @@ const myCommand :Spk.Manifest.Command = (
|
|||||||
argv = ["/sandstorm-http-bridge", "8000", "--", "/opt/app/.sandstorm/launcher.sh"],
|
argv = ["/sandstorm-http-bridge", "8000", "--", "/opt/app/.sandstorm/launcher.sh"],
|
||||||
environ = [
|
environ = [
|
||||||
# Note that this defines the *entire* environment seen by your app.
|
# Note that this defines the *entire* environment seen by your app.
|
||||||
(key = "PATH", value = "/usr/local/bin:/usr/bin:/bin:/home/vagrant/.cabal/bin")
|
(key = "PATH", value = "/usr/local/bin:/usr/bin:/bin")
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user