Filip Pytloun | 7fcfbdf | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 1 | ==== |
| 2 | Java |
| 3 | ==== |
| 4 | |
| 5 | Programming language environment. |
| 6 | |
| 7 | Sample pillars |
| 8 | ============== |
| 9 | |
| 10 | OpenJDK environment with development libs |
| 11 | |
| 12 | .. code-block:: yaml |
| 13 | |
| 14 | java: |
| 15 | environment: |
| 16 | enabled: true |
| 17 | version: '7' |
| 18 | platform: openjdk |
| 19 | development: true |
| 20 | |
| 21 | Oracle JAVA JDK |
| 22 | |
| 23 | .. code-block:: yaml |
| 24 | |
| 25 | java: |
| 26 | environment: |
| 27 | enabled: true |
| 28 | version: '7' |
| 29 | platform: oracle-java |
| 30 | development: true |
| 31 | |
| 32 | Read more |
| 33 | ========= |
| 34 | |
| 35 | * http://openjdk.java.net/install/ |
| 36 | * http://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux |
| 37 | * https://github.com/saltstack-formulas/sun-java-formula |
| 38 | * https://www.digitalocean.com/community/articles/how-to-install-java-on-ubuntu-with-apt-get |
| 39 | * https://github.com/saltstack-formulas/sun-java-formula |
| 40 | * https://github.com/saltstack-formulas/java-formula |
Filip Pytloun | f457c24 | 2017-02-02 13:02:03 +0100 | [diff] [blame^] | 41 | |
| 42 | Documentation and Bugs |
| 43 | ====================== |
| 44 | |
| 45 | To learn how to install and update salt-formulas, consult the documentation |
| 46 | available online at: |
| 47 | |
| 48 | http://salt-formulas.readthedocs.io/ |
| 49 | |
| 50 | In the unfortunate event that bugs are discovered, they should be reported to |
| 51 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 52 | formula: |
| 53 | |
| 54 | https://github.com/salt-formulas/salt-formula-java/issues |
| 55 | |
| 56 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 57 | use Launchpad salt-formulas project: |
| 58 | |
| 59 | https://launchpad.net/salt-formulas |
| 60 | |
| 61 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 62 | |
| 63 | https://launchpad.net/~salt-formulas-users |
| 64 | |
| 65 | Developers wishing to work on the salt-formulas projects should always base |
| 66 | their work on master branch and submit pull request against specific formula. |
| 67 | |
| 68 | https://github.com/salt-formulas/salt-formula-java |
| 69 | |
| 70 | Any questions or feedback is always welcome so feel free to join our IRC |
| 71 | channel: |
| 72 | |
| 73 | #salt-formulas @ irc.freenode.net |