How to Install Upsource Debian Stretch 9 Gnu/Linux

August 25, 2018 | By the+gnu+linux+evangelist.

Upsource Debian Stretch 9 Installation Guide

Hi! The Tutorial shows you Step-by-Step How to Install Upsource Debian Stretch 9 GNU/Linux Desktop.

And Upsource for Debian Stretch 9 helps you Browse your source code Repositories, Share, Discuss and Review code that you and your team create.

Moreover, Upsource summarizes recent Changes in your repository, showing commit messages, authors, quick diffs, links to detailed diff views and associated code reviews.

Finally, a Commit Graph helps Visualize the History of commits, branches and merges in your repository. Git, Mercurial, Subversion and Perforce are all supported.

The Upsource Features are:

  • Instantly access all your projects
  • Keep track of code changes
  • Use code insight in Java projects
  • Explore any revision of your code base
  • Discuss and review code
  • Share links to code

This Guide Shows a Straight Installation; for a Docker one See JetBrains Documentation.

  1. Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    How to Install Upsource Debian Stretch 9 - Open Terminal
  2. Download Upsource for Debian

    Upsource Debian
  3. And Unzip into the Temporary directory
    If not automatically prompted on Desktop simply Double-Click on archive


    Or from Shell:

    unzip -d /tmp ~/Downloads/upsource*.zip
  4. Next Setup Ownership.

    sudo chown -R root:root /tmp/upsource*

    This a System-Wide Setup. For a Local one you can simply Run it as is…

  5. And Relocate Upsource.

    sudo mv /tmp/upsource* /opt/upsource
  6. Again Insert Upsource into the Path.

    sudo ln -s /opt/upsource/bin/upsource.sh /usr/local/bin/upsource
  7. Then Check the Hostname Setup
    Your fully qualified hostname should be resolvable to your IP address:

    ping $(hostname -f)
  8. Finally, Test Upsource Installation.

    sudo upsource start
  9. Access Upsource on Browser
    At the Address:

    http://[YourIP]/8080

    Or for a Local access:

    http://localhost/8080
  10. Upsource First, Configurazion Wizard

    First, Upsource Setup

QuickChic Theme • Powered by WordPress