Skip to content

Installation guide

Lukas Käll edited this page May 8, 2020 · 8 revisions

Download the installer for your platform of choice here: https://github.com/statisticalbiotechnology/quandenser/releases

Also, Quandenser needs Java >= 1.6 to be installed to run Dinosaur: Java installation instructions

Windows

  1. Extract the win64.zip file (or win32.zip if you happen to still have a 32-bit Windows installation)
  2. Run the .exe installer
  3. You might get a warning from Windows Defender. To continue, click on More info followed by Run anyway:

  4. On the welcome screen, click Next:

  5. Accept the license by clicking on I Agree:

  6. Choose if you want to add quandenser to your PATH, this allows you to run the quandenser binary from any directory (this can also be done manually at a later stage). Click Next:

  7. Choose the installation folder and click Next

  8. You will likely not need the start menu item for quandenser, so select Do not create shortcut and press Next:

  9. Select System for components to install and click Next

  10. If the installation completed successfully, you should see the following screen. Click Finish to exit.
  11. To check if you can run quandenser now, open a command prompt, e.g. by searching for cmd.exe in the Windows search bar and opening the program Command Prompt. If you have not added quandenser to your path, navigate to the installation folder (e.g. cd C:\Program Files\quandenser-v0-02\bin) and run the command quandenser -h. This should open the help message of Quandenser.

Ubuntu

  1. Extract the .tar.gz file, e.g. tar -xzf ubuntu.tar.gz
  2. Install the .deb package, e.g. sudo dpkg -i quandenser-v0-02-linux-amd64.deb (replacing v0-02 with the current version).
  3. Verify that the installation succeeded by displaying the help message: quandenser -h

Fedora / RedHat

  1. Extract the .tar.gz file, e.g. tar -xzf fedora.tar.gz
  2. Install the .rpm package, e.g. sudo rpm -i quandenser-v0-02-linux-amd64.rpm (replacing v0-02 with the current version).
  3. Verify that the installation succeeded by displaying the help message: quandenser -h

CentOS

  1. Extract the .tar.gz file, e.g. tar -xzf centos.tar.gz
  2. Install the .rpm package, e.g. sudo yum install quandenser-v0-02-linux-amd64.rpm (replacing v0-02 with the current version).
  3. Verify that the installation succeeded by displaying the help message: quandenser -h

MacOS

  1. Extract the .zip file
  2. Run the .dmg installer
Clone this wiki locally