Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change URLs to new location #2

Merged
merged 1 commit into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eMoflon::Neo VM

[![Build eMoflon::Neo VM](https:/maxkratz/emoflon-neo-vm/actions/workflows/vagrant-up.yml/badge.svg?branch=main&event=push)](https:/maxkratz/emoflon-neo-vm/actions/workflows/vagrant-up.yml)
[![Build eMoflon::Neo VM](https:/eMoflon/emoflon-neo-vm/actions/workflows/vagrant-up.yml/badge.svg?branch=main&event=push)](https:/eMoflon/emoflon-neo-vm/actions/workflows/vagrant-up.yml)

This repository is used to automatically build an [eMoflon::Neo](https://emoflon.org/neo/) virtual machine (VM).

Expand All @@ -10,13 +10,13 @@ This repository is used to automatically build an [eMoflon::Neo](https://emoflon
- [Ubuntu 20.04](https://app.vagrantup.com/gusztavvargadr/boxes/ubuntu-desktop)
- [OpenJDK 17](https://openjdk.org/projects/jdk/17/)
- [Graphviz](https://graphviz.org/)
- [eMoflon Neo Eclipse build](https:/maxkratz/emoflon-neo-eclipse-build) (variant: *eclipse-emoflon-linux-user*)
- [eMoflon Neo Eclipse build](https:/eMoflon/emoflon-neo-eclipse-build) (variant: *eclipse-emoflon-linux-user*)
- [Neo4j](https://neo4j.com/)


## Usage/Installation

- Download the latest version from the [release page](https:/maxkratz/emoflon-neo-vm/releases/latest).
- Download the latest version from the [release page](https:/eMoflon/emoflon-neo-vm/releases/latest).
- Install [VirtualBox](https://www.virtualbox.org/) (or another Hypervisor compatible to `OVA` files).
- Import the `OVA` file as new VM in VirtualBox. (More detailed description can be found [here](https://docs.oracle.com/cd/E26217_01/E26796/html/qs-import-vm.html).)
- Use the credentials `vagrant:vagrant` to login.
Expand Down
2 changes: 1 addition & 1 deletion prov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cd ~/eclipse-apps
# Get eclipse
if [[ ! -f "./$ECLIPSE_ARCHIVE.zip" ]]; then
log "Downloading latest eMoflon Eclipse archive from Github."
curl -s https://api.github.com/repos/maxkratz/emoflon-neo-eclipse-build/releases/latest \
curl -s https://api.github.com/repos/eMoflon/emoflon-neo-eclipse-build/releases/latest \
| grep "$ECLIPSE_ARCHIVE.zip" \
| cut -d : -f 2,3 \
| tr -d \" \
Expand Down