Data Carpentry Workshop Setup Instructions
Requirements:
Data Carpentry's teaching is hands-on, so participants are encouraged to bring in and use their own laptops to insure the proper setup of tools for an efficient workflow once you leave the workshop. (We will provide instructions on setting up the required software several days in advance)
There are no pre-requisites, and we will assume no prior knowledge about the tools.
Contact:
Please email
admin@datacarpentry.org
for questions and information not covered here.
Setup
To participate in a Data Carpentry workshop,
you will need working copies of the software described below.
Please make sure to install everything and try opening it to make sure it works
before the start of your workshop. If you run into any problems,
please feel free to email the instructor or arrive early to your workshop on
the first day.
Participants should bring and use their own laptops to insure the proper setup of
tools for an efficient workflow once you leave the workshop.
This workshop will be using the software outlined in the install instructions below.
Please see the section for your operating system for those directions.
Windows
Please go through all the installation steps below and make sure that
you not only installed them, but start them up to make sure they're working.
If you have any problems, don't hesitate to email the instructors to
ask for help, or arrive early on the first day of the workshop to
get help.
- A spreadsheet program
For this workshop you will need a spreadsheet program. Many people already have
Microsoft Excel installed, and if you do, you're set!
If you need a spreadsheet
program, there are a few other options, like OpenOffice and LibreOffice. Install
instructions for LibreOffice, which is free and open source, are here.
- Download the Installer
Install LibreOffice by going to the installation page. The version for Windows
should automatically be selected. Click on the button below "Main Installer" Download Version x.y.z. You
will go to a page that asks about a donation, but you don't need to make one.
Your download should begin automatically.
- Install LibreOffice
Once the installer is downloaded, double click on it and it should install.
- To use LibreOffice, double click on the icon and it will open.
- An SSH client
To connect to cloud computing, you will need an SSH client. We will use PuTTY.
Mac
Please go through all the installation steps below and make sure that
you not only installed them, but start them up to make sure they're working.
If you have any problems, don't hesitate to email the instructors to
ask for help, or arrive early on the first day of the workshop to
get help.
- A spreadsheet program
For this workshop you will need a spreadsheet program. Many people already have
Microsoft Excel installed, and if you do, you're set!
If you need a spreadsheet
program, there are a few other options, like OpenOffice and LibreOffice. Install
instructions for LibreOffice, which is free and open source, are here.
- Download the Installer
Install LibreOffice by going to the installation page. The version for Mac
should automatically be selected. Click on the button below "Main Installer" Download Version x.y.z. You
will go to a page that asks about a donation, but you don't need to make one.
Your download should begin automatically.
- Install LibreOffice
Once the installer is downloaded, double click on it and it should install.
- To use LibreOffice, double click on the icon and it will open.
- Terminal
We will use the Terminal to access remote computing. The Terminal is
already installed on your Mac. To access Terminal
- Go to Applications
- Go to Utilities
- Double click on 'Terminal' to open the application
Linux
Please go through all the installation steps below and make sure that
you not only installed them, but start them up to make sure they're working.
If you have any problems, don't hesitate to email the instructors to
ask for help, or arrive early on the first day of the workshop to
get help.
- A spreadsheet program
For this workshop you will need a spreadsheet program. LibreOffice comes
preinstalled with several Linux distributions. If you don't already have it, use
your package manager to install it: (e.g., sudo apt-get install
libreoffice
for Ubuntu and other Debian-based distributions).
- Command line
This is already installed on Linux computers