Re: [basex-talk] How to use BaseX on MacBook? (Urgent!)

2018-05-16 Thread Alexander Holupirek

> On 16. May 2018, at 10:12, Ben Engbers  wrote:
> 
> Hi,
> 
> If we manage to install BaseX on a MacBook, chances are great that we
> will use BaseX dor our final project.
> 
> I know how to install BaseX on linux but I have no experience with
> Apple. My fellow-students know how to use applications but don't know
> how to deal with java-applications.
> 
> My question is if BaseX can be used on a MacBook. If so, where can I
> find instructions?
> 
> Cheers,
> Ben Engbers

Hi Ben,

it's quite easy to run BaseX on macOS.
First, you should have Java 8 or greater installed.

Then there are, at least, two options: ZIP or homebrew

ZIP:

- Download [1] BaseX stable or the latest snapshot as .zip
- Unzip and run ./bin/basex, ./bin/basexgui …

homebrew [2]:

homebrew calls itself "The missing package manager for macOS"

- Install homebrew
- Install basex via homebrew
  - $ brew install basex   # installs basex stable
  - $ brew install --devel basex   # installs basex latest
- In future upgrading to a new basex version would be:
  - $ brew upgrade basex

Cheers,
Alex

[1] http://basex.org/download/
[2] https://brew.sh/

Re: [basex-talk] How to use BaseX on MacBook? (Urgent!)

2018-05-16 Thread Giuseppe Celano
Hi Ben,

If you already use BaseX on a Linux machine, you already know how to use it on 
a Mac :) Simply download and unzip the file

http://files.basex.org/releases/9.0.1/BaseX901.zip

and then click on BaseX.jar if you want to access the GUI quickly, or type one 
of the commands in the bin folder for more access options. More information 
here:

http://docs.basex.org/wiki/Startup

Have fun.

Best,
Giuseppe 

PS: One of the advantages of using Basex is its amazing simplicity of use and 
installation across different operating systems!

On Wed, May 16, 2018 at 10:12 AM, Ben Engbers > wrote:
Hi,

If we manage to install BaseX on a MacBook, chances are great that we
will use BaseX dor our final project.

I know how to install BaseX on linux but I have no experience with
Apple. My fellow-students know how to use applications but don't know
how to deal with java-applications.

My question is if BaseX can be used on a MacBook. If so, where can I
find instructions?

Cheers,
Ben Engbers



-- 
Dr. Giuseppe G. A. Celano
Universität Leipzig
Institute of Computer Science, ​NLP
Augustusplatz 10
04109 Leipzig​ (DE)​
E-mail: giuseppegacel...@gmail.com 
giuseppe.cel...@tufts.edu 
cel...@informatik.uni-leipzig.de 

Web site: https://sites.google.com/site/giuseppegacelano/ 

Universität Leipzig
Institute of Computer Science, NLP
Augustusplatz 10
04109 Leipzig
Deutschland
E-mail: cel...@informatik.uni-leipzig.de
E-mail: giuseppegacel...@gmail.com
Web site 1: http://www.dh.uni-leipzig.de/wo/team/
Web site 2: https://sites.google.com/site/giuseppegacelano/

> On May 16, 2018, at 10:12 AM, Ben Engbers  wrote:
> 
> Hi,
> 
> If we manage to install BaseX on a MacBook, chances are great that we
> will use BaseX dor our final project.
> 
> I know how to install BaseX on linux but I have no experience with
> Apple. My fellow-students know how to use applications but don't know
> how to deal with java-applications.
> 
> My question is if BaseX can be used on a MacBook. If so, where can I
> find instructions?
> 
> Cheers,
> Ben Engbers



[basex-talk] How to use BaseX on MacBook? (Urgent!)

2018-05-16 Thread Ben Engbers
Hi,

If we manage to install BaseX on a MacBook, chances are great that we
will use BaseX dor our final project.

I know how to install BaseX on linux but I have no experience with
Apple. My fellow-students know how to use applications but don't know
how to deal with java-applications.

My question is if BaseX can be used on a MacBook. If so, where can I
find instructions?

Cheers,
Ben Engbers