Skip to content

For UC developers only

mjarek66 edited this page Feb 19, 2016 · 10 revisions
# In order to run piLINCS you need to VPN to UC’s network and ssh with:
ssh postdoc@10.165.4.32

# Warning! Use screen to maintain your process active after logging out.
# You can also log in to the server with NoMachine GUI

# Let's start. Firstly, go to user’s directory
cd

# List all running processes and find PID of piLINCS
ps -u

# Stop piLINCS with e.g. 21476 PID
kill 21476

# Remove previous sources
rm -rf pilincs/ 

# Clone recent sources 
git clone https://github.com/uc-bd2k/Pilincs.git

# Enter piLINCS directory
cd Pilincs/

# Build sources
gradle clean build

# Run the application
java -jar build/libs/*.jar --spring.jpa.hibernate.ddl-auto=create-drop

# Within a short while the application should be running in:
http://localhost:8080/pilincs/