propellor spin
This commit is contained in:
parent
c8d653b34c
commit
ddea493176
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ build: deps dist/setup-config
|
||||||
ln -sf dist/build/propellor/propellor
|
ln -sf dist/build/propellor/propellor
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
@if [ $$(whoami) = root ]; then apt-get -y install gpg ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi || true
|
@if [ $$(whoami) = root ]; then apt-get -y install gnupg ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi || true
|
||||||
|
|
||||||
dist/setup-config: propellor.cabal
|
dist/setup-config: propellor.cabal
|
||||||
cabal configure
|
cabal configure
|
||||||
|
|
2
README
2
README
|
@ -9,7 +9,7 @@ The design is intentionally very minimal.
|
||||||
Propellor lives in a git repository, and so to set it up it's cloned
|
Propellor lives in a git repository, and so to set it up it's cloned
|
||||||
to a system, and "make" can be used to pull down any new changes,
|
to a system, and "make" can be used to pull down any new changes,
|
||||||
and compile and run propellor. This can be done by a cron job, or
|
and compile and run propellor. This can be done by a cron job, or
|
||||||
something can ssh in and run it.
|
a local propellor on your laptop can ssh in and run it.
|
||||||
|
|
||||||
Properties are defined using Haskell. Edit config.hs to get started.
|
Properties are defined using Haskell. Edit config.hs to get started.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue