Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timofurrer/java-dev
Java dev environment (Vagrant, Ansible, VirtualBox, Ubuntu 16.04) for HSLU
https://github.com/timofurrer/java-dev
ansible eclipse hslu java java-dev vagrant vim
Last synced: 21 days ago
JSON representation
Java dev environment (Vagrant, Ansible, VirtualBox, Ubuntu 16.04) for HSLU
- Host: GitHub
- URL: https://github.com/timofurrer/java-dev
- Owner: timofurrer
- Created: 2016-09-25T17:47:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T16:20:47.000Z (over 7 years ago)
- Last Synced: 2024-10-14T17:45:27.928Z (about 1 month ago)
- Topics: ansible, eclipse, hslu, java, java-dev, vagrant, vim
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-dev
Just a small virtual box setup containing an Ubuntu 16.04 installation with Java
and Eclipse pre-installed.I'll only use this machine for some exercises at HSLU. With that I do not have to install Java
on my machine. Yeay! :tada:## Setup
```bash
vagrant plugin install vagrant-vbguest
vagrant up --provision
vagrant reload # we have to provision first in order to mount the sync folder
vagrant ssh# on first launch eclipse installer:
/opt/eclipse/eclipse-inst# launch eclipse and learn to live with it!
eclpise
```Login with username *batman* and password *bruce*.