-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Nuno Aguiar edited this page Apr 24, 2018
·
20 revisions
Build | URL |
---|---|
Latest stable build | https://openaf.io/openaf.jar |
Latest nightly build | https://openaf.io/nightly/openaf.jar |
java -jar openaf.jar --install
- Java: JRE 1.7 (full support for JRE 1.9 is on going (see issue #23))
- Memory: 128MB (for installing and updating, runtime can be lower)
- Storage: around 160MB (for installing and updating, runtime can be 64MB)
(storage requirements can be made lower if needed, tbc)
You can use any of the following docker container images
Description | Docker Pull Command |
---|---|
Main openaf nightly build providing an already installed openaf in /openaf. Updated every day. | docker pull openaf/openaf:nightly |
Based on the main openaf/openaf:nightly image has as entry point the openaf-console. | docker pull openaf/openaf-console:nightly |
Based on the main openaf/openaf:nightly image comes with the ojob-common opack pre-installed and running the /openaf/main.yaml ojob. You can customise by copying your main ojob yaml file to /openaf/main.yaml. | docker pull openaf/openaf-ojob:nightly |
openaf --update
After cloning the repository locally execute:
ojob build.yaml
After building, on the tests sub-folder, the recommend way is to use the just openaf just built:
ojob autoTestAll.yaml
But you can use a previous stable openaf build if the ow.test and ojob functionality could be broken by your changes.