A set of crankstart configuration files starting a Sling instance based on Oak, with optional support to MongoDB (as a node store) and/or S3 (as a blob store).
- make
- JRE 1.7
- ruby
- If you'd like to use S3, create
crank-s3.d/05-credentials.txt
. - Run of the
make
goals:start
,start-s3
,start-mongo
,start-s3-mongo
.
defaults s3AccessKey ...
defaults s3SecretKey ...
defaults s3Bucket ...
defaults s3Region ...
defaults s3EndPoint ...
make all
- creates crankstart configuration files for each possible configuration,make start[-s3][-mongo]
- start Sling instance,make update-bundles
- download the latest list of Sling bundles from the launchpad,make clean
- remove all generated files and the Sling instance directory.