Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 4.21 KB

getting_started.md

File metadata and controls

59 lines (35 loc) · 4.21 KB

Προτού ξεκινήσουμε... : Εγκατάσταση λογισμικών και εξοικείωση με περιβάλλον GitHub

Πριν την έναρξη του σεμιναρίου, καλό θα ήταν να εγκαταστήσετε ορισμένα λογισμικά στον φορητό υπολογιστή που θα χρησιμοποιήσετε κατά τη διάρκεια του σεμιναρίου. Αν αντιμετωπίσετε οποιοδήποτε πρόβλημα, μην ανησυχείτε! Οι εκπαιδευτές του σεμιναρίου θα χαρούν να σας βοηθήσουν κατά τη διάρκεια του σεμιναρίου να τα εγκαταστήσετε!

1. Install Oxygen

We will mainly use Oxygen XML Editor during the first sessions of the seminar. We have secured a 3-month classroom license for the seminar's participants (license key to be sent via email). WOW!!!

The latest version of Oxygen, v18.1, can be downloaded here:

https://www.oxygenxml.com/xml_editor/software_archive_editor.html

[actually, the latest latest version , 19 , has just been released but we are going to use the previous one 😏]

After downloading, double click the oxygen.dmg disk image to mount it.

Drag/Copy the Oxygen XML Editor folder to your /Applications folder (or another location if you wish).

Attention: Do not copy the files/folders from within the Oxygen XML Editor folder (always copy the folder itself), otherwise you will omit invisible files/folders and the application may no longer start.

A new version (or maintenance build) of oXygen should not be copied to a directory where a previous version (or maintenance build) is already installed.

------START-LICENSE-KEY------

-------END-LICENSE-KEY-------

Run

To run the application double-click Oxygen XML Editor in Finder or execute oxygenMac.sh from the Terminal.

Copy to clipboard the license key you have received by email and paste it in the license registration dialog box from the application.

Requirements:

  • Supports : Mountain Lion (10.8),Mavericks (10.9), Yosemite (10.10), El Capitan (10.11) and Sierra (10.12).
  • On macOS Sierra (10.12) Oxygen requires the option System Preferences > Security & Privacy, Allow apps downloaded from to be set to App Store and identified developers during the installation phase.
  • If Oxygen fails to start on macOS Sierra (10.12), you should clear the quarantine flag from its folder by running this command in a Terminal (you will be prompted to enter your password due to sudo): sudo xattr -dr com.apple.quarantine "/Applications/Oxygen XML Editor"
  • Minimum hardware configuration is Intel Mac with 2 GB of RAM (4 GB recommended) and 1 GB free disk space.

2. Install eXist - download installation

We will use the Open Source native XML database eXist during the last sessions of our seminar.

You can download the latest (3.1.1.) version of eXist by following the Instructions/Quick start from here https://bintray.com/existdb/releases/exist/3.1.1/view

System Requirements

eXist-db is compatible with all recent versions of Linux, Mac OS X, and Windows.

Out of the box, eXist-db requires at least 512 MB of RAM and about 200 MB of disk space. Administrative privileges are not required to install or run eXist-db, but certain installation procedures are not possible without administrative privileges.

The critical requirement is that Java 8 be installed. (For instructions about running Java on your operating system, see Oracle's Installing Java page.)

3. Access to workshop material and familiarisation with gitHub

Try to familiarise yourself with the GitHub environment and logic, as this is the main reference point we are going to use for accessing & storing the teaching material ! GitHub for Collaboration On Open Projects from Mozilla Science Lab