Upsource Oracle Linux 7 Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install Upsource Oracle Linux 7 GNU/Linux Desktop.
And Upsource for Oracle Linux 7 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.
-
Open a Shell Terminal emulator window
In case first see: Terminal QuickStart Guide.
-
Download Upsource for Oracle Linux
-
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
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…
And Relocate Upsource.
sudo mv /tmp/upsource* /opt/upsource
Again Insert Upsource into the Path.
sudo ln -s /opt/upsource/bin/upsource.sh /usr/local/bin/upsource
Then Check the Hostname Setup
Your fully qualified hostname should be resolvable to your IP address:ping $(hostname -f)
Finally, Test Upsource Installation.
sudo upsource start
Access Upsource on Browser
At the Address:http://[YourIP]/8080
Or for a Local access:
http://localhost/8080
Upsource First, Configurazion Wizard