Skip to content
Shintaro Katayama edited this page Mar 17, 2015 · 48 revisions

Installation

This instruction is for the versions later than 1.0.0.

For installation of the basal softwares to prepare your (copy of) STRTprep, check the following requirements; but you do not need to install Homebrew or Linuxbrew themselves into your system.

You can use either openjdk or Oracle Java.

Then clone STRTprep to your disk with a name as you like - STRTprep.test for example.

git clone https://github.com/shka/STRTprep.git STRTprep.test
cd STRTprep.test

There is an installation script for additional softwares. The script installs Homebrew or Linuxbrew, and more softwares to run analysis within your STRTprep.

bin/install.sh

When you failed the installation, once remove the installation folder by rm -rf .homebrew, then retry again.

You can install mariadb (MySQL) by yourself, when it is difficult to install via the installation script.

Clone this wiki locally