DEV Community

Patrick Schanen
Patrick Schanen

Posted on

3 1

Install Jetbrains Upsource

sudo mkdir –p /usr/local/java
cd /home/user_name/downloads
sudo cp –r jre-7u25-linux-x64.tar.gz /usr/local/java
cd /usr/local/java
sudo chmod a+x jre.tar.gz
sudo tar xvzf jre.tar.gz


Add the following lines to the /etc/profile file:
RE_HOME=/usr/local/java/jre1.8.0_25 
PATH=$PATH:$JRE_HOME/bin 
export JRE_HOME 
export PATH

sudo update-alternatives –install “/usr/bin/java” “java” “/usr/local/java/jre1.8.0_25” 1
sudo update-alternatives –set java /usr/local/java/jre1.8.0_25/bin/java
sh java -version

Add the following lines to the /etc/security/limits.conf file:

* - memlock unlimited
* - nofile 100000
* - nproc 32768
* - as unlimited

Sudo mkdir –p /opt/Upsource
cd /home/user_name/downloads
cp Upsource.zip /opt

sudo chmod a+x Upsource.zip
sudo unzip Upsource.zip
sudo chmod -R a+rwX /opt/Upsource


cd /opt/Upsource/bin
upsource.sh start
Enter fullscreen mode Exit fullscreen mode

Source

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more