fall2018vm

A Vagrant VM for Furman Classics work, 2018

eumaeus.github.io

Furman Classics VM: Fall 2018

Setup

  1. Download and install VirtualBox.
    • Mac Users: Follow the download link on the home page and then choose OS X Hosts.
    • Windows Users: Follow the download link and then choose Windows Hosts.
  2. Download and install Vagrant.

N.b. Vagrant is a Command-line application. When it installs, you will not see an icon for the application. This is normal.

Windows Users

  1. Download the Git for Windows installer.
  2. Run the installer, accepting all defaults.

Cloning

  1. In a Terminal, navigate to a place where you want your VM directory to reside. E.g. cd ~/Desktop.
  2. git clone https://github.com/Eumaeus/fall2018vm.git.

Running

In a terminal (Terminal.app on MacOS, Git-Bash on Windows), after navigating into fall2018vm using cd:

  1. [E.g.] cd ~/Desktop/fall2018vm to navigate into the VM directory.
  2. vagrant up starts the virtual machine. It will take a long time the first time. Do not close the Terminal or let your computer sleep until you are back to the Unix prompt.
  3. vagrant ssh connects your Terminal session to the virtual machine.
  4. [ Do your work, starting with cd /vagrant/ and then ls to see your working files. ]
    • See below for working with EZ-Morphology
    • See below for working with FYW Tools
  5. When you are done: logout to exit the VM.
  6. vagrant halt to shut down the VM.

The contents of /vagrant/ in the VM are the same as the contents of fall2018vm on the host (your actual computer).

Basic Stuff

Link: A basic introduction to the Unix command line

Using EZ-Morphology

Initial Setup of EZ-Morphology

Using EZ-Morphology

Data entry and validation cycle:

Creating a Worksheet:

Adding data

When done…

Using FYW Tools

Add Markdown files to the writing directory; you can edit them in Atom on your host machine. Name them with .md at the end.

To get into the programming environment: