Skip to content

Installation Instructions

Jesse Griffin edited this page Jan 7, 2016 · 12 revisions

Windows

Install Git

Go to https://git-scm.com/ in your web browser and download the latest version for your platform.

screenshot_120315_010027_pm

Once the download is finished run the installer to install git.

screenshot_120215_105351_pm

Proceed to click next on the subsequent screens leaving all the default options checked.

Once you arrive at the screen shown below be sure to choose the third option as indicated. Then click next until the installation begins.

screenshot_120215_105627_pm

When the installer is finished click on the finish button and you now have git installed on your computer.

screenshot_120215_105931_pm

Install translationStudio

  1. Download the latest version of translationStudio for desktop from https://github.com/unfoldingWord-dev/ts-desktop/releases
  2. Extract the zipped archive to any location on your computer.
  3. You may now start translationStudio by double clicking the executable

On some devices you may be presented with a warning the first time you run translationStudio. If this happens you must choose to accept the risks and click run anyway.

untitled_120315_011134_pm

Mac

Install Git

Go to https://git-scm.com/ and download the latest version.

Download

Open the downloaded file and run installation package by right-clicking and selecting "open".

Open

Select "open" on the dialog box that appears.

Open

Click "continue"

Continue

Click "install"

Install

When the installer is finished click on the close button and you now have git installed on your computer.

Close

Install translationStudio

  1. Download the latest version of translationStudio for desktop from https://github.com/unfoldingWord-dev/ts-desktop/releases
  2. Extract the zipped archive to any location on your computer.
  3. You may now start translationStudio by double clicking the executable

Linux

From Source

This assumes you have a Debian-based system (like Ubuntu).

Run this command:

wget -qO- https://www.dropbox.com/s/5ouyusb8xr8vr1q/setup.sh?dl=1 | bash

This will download all the environment pre-reqs and create a folder called 'ts-desktop' on your Desktop. You can then run:

cd ~/Desktop/ts-desktop && gulp test

If everything looks good, you can either run the app from the source by doing npm start, or you can build a release using gulp build.

Download the Pre-built Binary

Install Git

Open up your package management utility and install Git. Or follow these instructions: https://git-scm.com/download/linux.

Install translationStudio

  1. Download the latest version of translationStudio for desktop from https://github.com/unfoldingWord-dev/ts-desktop/releases
  2. Extract the zipped archive to any location on your computer.
  3. You may now start translationStudio by double clicking the executable