Skip to content
Szymon Chojnacki edited this page Feb 18, 2016 · 2 revisions

We need to install Java8 and Gradle in Gimm14. They are in:

/usr/local/java
/usr/local/gradle

I followed with small changes instructions on: AskUbuntu I also modified /etc/profile and reloaded it with source /etc/profile.

-- In order to run piLINCS (as well as PLN) you need to make sure that their default ports are not used by some other process. You can do it with:

netstat -tulpu | grep :80

When you login to GIMM14 please follow standard procedure of running piLINCS, but you should start it from within a screen thread. So just type:

screen
press SPACEBAR and proceed

when you wish to disconnect just press CTRL + a followed by d. In order to resume your screen you can list all screens with screen -r and then run selected one (read more about screen in Cyberciti.biz)